summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+5
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-1/+2
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-221-3/+7
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-17/+18
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-8/+17
* 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