summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_agg_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-6/+14
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+7
* SERVER-49293 Make resharding collection cloning resume from highest _id.Max Hirschhorn2021-01-081-1/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-4/+4
* SERVER-51493 SERVER-52922 SERVER-52938 Create ReshardingTxnCloner class.Max Hirschhorn2020-12-021-0/+17
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-1/+0
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-1/+1
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-69/+1
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-0/+15
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-6/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-4/+2
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-1/+4
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-6/+3
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-1/+0
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-0/+14
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-23/+0
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-0/+23
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-23/+0
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-0/+23
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-11/+80
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-271-65/+88
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-131-4/+14
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-51/+67
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-08-241-2/+2
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-2/+3
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-0/+137