summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-6/+10
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-1/+1
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-1/+1
* SERVER-45210 Accept and ignore nonAtomic:true option in mapReduceKatherine Wu2020-02-261-11/+7
* Revert "SERVER-46110 Expose $internalOutToDifferentDB in $out"Louis Williams2020-02-261-1/+1
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-10/+6
* SERVER-46110 Expose $internalOutToDifferentDB in $outTed Tuckman2020-02-261-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-6/+10
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-10/+6
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-6/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+2
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-2/+2
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-11/+14
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-071-14/+11
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-11/+14
* SERVER-44318 M/R Agg: Reject MapReduce commands which would create a new shar...Charlie Swanson2019-12-181-24/+42
* SERVER-45105 Keep allowing scope and finalize to be explicit null in mapReduc...Ted Tuckman2019-12-171-26/+28
* 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