summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_agg.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-0/+2
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-2/+2
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-271-20/+23
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-1/+10
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-0/+5
* SERVER-44833: fix error messages supplements to also be appended as part of c...Jacob Evans2019-11-261-40/+47
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-221-12/+23
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-211-3/+1
* SERVER-44714 Fix sharding_map_reduce_agg evergreen suiteJames Wahlin2019-11-181-1/+1
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-3/+3
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-131-13/+15
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-1/+0
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated agg...Arun Banala2019-10-211-6/+12
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-10/+7
* SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce cannot...Nicholas Zolnierz2019-10-111-0/+11
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-34/+163
* SERVER-43020 Beef up mapReduce validationCharlie Swanson2019-09-121-3/+2
* SERVER-43145 Change M/R output database name to be an optional stringNicholas Zolnierz2019-09-041-1/+0
* SERVER-42902 Update the MR response formatting code to run on a pipelineJacob Evans2019-08-231-7/+2
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-161-0/+95