summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_agg.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-051-4/+4
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-4/+4
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-3/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+1
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-11/+10
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-2/+5
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-1/+1
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-1/+3
* 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
* Revert "SERVER-66270 Set ExpressionContext::inMongos to true only on mongos"auto-revert-processor2022-05-071-2/+1
* SERVER-66270 Set ExpressionContext::inMongos to true only on mongosArun Banala2022-05-071-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-4/+10
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-271-1/+1
* SERVER-57258: Add deprecation msg for mapReduce()Maddie Zechar2021-06-241-2/+9
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-1/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-12/+14
* SERVER-48378 Expose settings of query knobs in agg explain outputTimour Katchaounov2021-03-041-0/+1
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-9/+9
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-2/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-2/+2
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-1/+1
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-1/+0
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-13/+13
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-2/+2
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-2/+2
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-2/+2
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-1/+2
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+3
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-5/+0
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-1/+3
* 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/+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