summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_agg_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-2/+19
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-0/+57
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-6/+12
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-23/+2
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-11/+4
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-25/+65
* SERVER-58220: Do a local read when the collection stores local resharding opl...Hana Pearlman2021-07-071-2/+4
* SERVER-57483 Fix caching $lookup results for config.cache.chunks.Max Hirschhorn2021-06-101-5/+15
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-1/+1
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-201-1/+1
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-25/+25
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-2/+5
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-1/+37
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-18/+20
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-2/+2
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-2/+4
* SERVER-49293 Make resharding collection cloning resume from highest _id.Max Hirschhorn2021-01-081-3/+6
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-36/+42
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-4/+2
* SERVER-53533 Remove deprecated return value from ShardRegistry::reloadTommaso Tocci2020-12-291-4/+1
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-2/+2
* SERVER-51493 SERVER-52922 SERVER-52938 Create ReshardingTxnCloner class.Max Hirschhorn2020-12-021-0/+59
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-18/+29
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-5/+6
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-7/+0
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-13/+19
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-2/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-34/+28
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-071-6/+5
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-1/+1
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-1/+1
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-5/+5
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-031-4/+5
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-1/+1
* SERVER-47530 (Fix BF-17036) Query plan executor: Convert usage of getCollecti...Pierlauro Sciarelli2020-04-291-1/+1
* Revert "SERVER-47530 Query plan executor: Convert usage of getCollectionDescr...Pierlauro Sciarelli2020-04-281-1/+1
* SERVER-47530 Query plan executor: Convert usage of getCollectionDescription_D...Pierlauro Sciarelli2020-04-271-1/+1
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-3/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-9/+0
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-191-0/+2
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-4/+0
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-7/+10
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-8/+6