summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_agg_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-031-7/+0
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-45032 Add allHosts option to $planCacheStats to get info from all host...Ivan Fefer2023-04-191-3/+0
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-1/+1
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-3/+2
* SERVER-74213: Remove hashedTelemetryKey from find and agg commandsjoshua2023-04-011-18/+0
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-75385 Clean up code from earlier catalog shard designJack Mulrow2023-03-291-10/+6
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-03-231-15/+15
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-1/+7
* SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes...Davis Haupt2023-03-081-15/+40
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-6/+3
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-5/+5
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-2/+5
* SERVER-73937 Remove config.collections sharded agg special caseJack Mulrow2023-02-171-6/+16
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-1/+2
* SERVER-73878 Don't append hashedTemetryKey to commands if telemetry is disabledTed Tuckman2023-02-131-0/+3
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-1/+6
* SERVER-73405 Enable shapeId hash for telemetry on mongodTed Tuckman2023-02-081-0/+12
* SERVER-72852 Move the aggregate and write helpers for analyzeShardKey into a ...Cheahuychou Mao2023-01-201-1/+0
* 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