summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-10/+0
* SERVER-44150 Enable MR tests for output mode 'reduce' with a non-trivial redu...Nicholas Zolnierz2019-11-191-7/+26
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-13/+3
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-6/+6
* SERVER-43806 Update Internal JS Reduce to parse static argument separatelyMihai Andrei2019-11-071-10/+7
* SERVER-43354 Translate Error Messages For MapReduceMihai Andrei2019-11-061-23/+64
* SERVER-43578 M/R Agg: Reject mapreduce command sent to mongos which is expect...Mihai Andrei2019-11-011-0/+8
* SERVER-44015 MR Agg: Respect limit when no sort is specifiedMihai Andrei2019-10-291-7/+8
* SERVER-43303 Re introduce mapReduce fsm tests in sharded suitesNicholas Zolnierz2019-10-231-1/+1
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-3/+4
* SERVER-42916 Reject non-inline mapReduce to an existing sharded collection th...Nicholas Zolnierz2019-10-171-2/+13
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-2/+3
* SERVER-43267 Fail MapReduce when source collection is the same as destination...Mihai Andrei2019-10-161-5/+19
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-4/+3
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-16/+181
* SERVER-43020 Beef up mapReduce validationCharlie Swanson2019-09-121-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-121-2/+12
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-031-14/+15
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-5/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-98/+87
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-1/+1
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+5
* SERVER-5378 out {} parameters position independenceosheroff2014-07-011-11/+13
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-7/+17
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Add required privileges to MapReduce command SERVER-7122Spencer T Brody2012-11-291-0/+29
* Move MapReduce option parsing somewhere it can be accessed by mongos and mong...Spencer T Brody2012-11-291-0/+89