summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-57899 Expose accumulator name to make it more convenient to switch on ...Andrii Dobroshynski2021-06-301-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-251-2/+2
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-2/+2
* SERVER-45196 Change wrong type collection name error messageKarmen Liang2020-06-261-1/+2
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-2/+2
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-9/+12
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-3/+0
* 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