summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70258 Test custom bucketMaxSpanSeconds and bucketRoundingSeconds value...Faustoleyva542022-11-241-3/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-4/+5
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-2/+11
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster a...Gregory Noma2022-10-261-1/+2
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-4/+17
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-2/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-271-0/+8
* Revert "SERVER-66270 Set ExpressionContext::inMongos to true only on mongos"auto-revert-processor2022-05-071-3/+3
* SERVER-66270 Set ExpressionContext::inMongos to true only on mongosArun Banala2022-05-071-3/+3
* 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-6/+8
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+8
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-4/+4
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ge...Gregory Noma2022-03-311-6/+8
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-1/+2
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-281-4/+22
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-23/+92
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-031-1/+1
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-2/+38
* SERVER-62563 Support sharding for collectionUUID parameter of aggregate commandMoustafa Maher Khalil2022-02-071-4/+6
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-3/+17
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-9/+10
* SERVER-53083 collStats results depend on topology and optionruslan.abdulkhalikov2021-03-231-5/+5
* 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