summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_agg_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-28/+24
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-2/+2
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-11/+34
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+2
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-3/+10
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-1/+1
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-081-1/+4
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-5/+10
* SERVER-67587 Remove featureFlagSearchShardedFacetsMaddie Zechar2022-08-231-19/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-2/+2
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-5/+5
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-2/+2
* SERVER-66307 Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-091-1/+2
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-12/+23
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-281-14/+5
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+17
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-89/+214
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does no...Gregory Noma2022-03-311-0/+4
* SERVER-64410 Add ability to defer merge sort in pipelineTed Tuckman2022-03-261-2/+31
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-03-241-8/+42
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-21/+4
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-16/+22
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-111-0/+1
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-031-2/+14
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+9
* SERVER-57383 Include merge sort in sharded aggregation explain outputDavis Haupt2022-01-191-17/+42
* 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