summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48378 Expose settings of query knobs in agg explain outputTimour Katchaounov2021-03-041-0/+1
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-8/+10
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-191-2/+0
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-8/+17
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-2/+4
* SERVER-51618 Disallow pipeline stages that are not part of API version 1 with...Ruoxin Xu2021-01-121-0/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-15/+15
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-0/+8
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-1/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-1/+1
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-0/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* 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-16/+15
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-261-0/+4
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+2
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-8/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-6/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+1
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+4
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* 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-13/+16
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-38/+97
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-14/+22
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-131-9/+31
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-1/+6
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-3/+0
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-767/+89
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-171-6/+8
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-1/+1
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-2/+1
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-3/+1
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-2/+3
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-23/+22
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-3/+16
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-4/+4
* SERVER-39866 Make cluster aggregate use MultiStatementTransactionRequestsSend...Esha Maharishi2019-03-011-46/+58
* SERVER-39740 Migrate set parameters in cluster_query_knobs to IDLSara Golemon2019-02-281-1/+1
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-02-221-0/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-20/+38
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-7/+9
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-1/+1
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-23/+25