summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/map_reduce_agg.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-1/+3
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+1
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-131-4/+0
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-171-0/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-0/+4
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-3/+4
* SERVER-57258: Add deprecation msg for mapReduce()Maddie Zechar2021-06-241-1/+10
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-301-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+1
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-1/+1
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-10/+15
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-0/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+3
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-1/+1
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-211-0/+1
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-0/+1
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-221-20/+28
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-211-19/+1
* SERVER-42818 fix up error messages for MR on a viewJacob Evans2019-11-061-1/+5
* SERVER-43354 Translate Error Messages For MapReduceMihai Andrei2019-11-061-33/+41
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-1/+25
* Revert "SERVER-44013 MR Agg: Report plan stats and summary for currentOp/prof...James Wahlin2019-10-311-25/+1
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-1/+25
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-1/+0
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-14/+28
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-167/+2
* SERVER-42811 M/R Agg: Support referencing 'scope' variables in translated agg...Arun Banala2019-10-031-1/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-5/+4
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-141-8/+18
* Revert "SERVER-42903 Enable execution of translated M/R pipeline"Nicholas Zolnierz2019-09-131-18/+8
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-131-8/+18
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-14/+178
* SERVER-43145 Change M/R output database name to be an optional stringNicholas Zolnierz2019-09-041-2/+2
* SERVER-42902 Update the MR response formatting code to run on a pipelineJacob Evans2019-08-231-2/+26
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-211-15/+39
* SERVER-42903 Add skeleton for M/R translation to aggregationNick Zolnierz2019-08-191-43/+23
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-161-0/+99