summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-2/+2
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-031-10/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-6/+9
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-14/+20
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-2/+0
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-1/+3
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-101-0/+5
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-071-0/+6
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-041-6/+0
* SERVER-73407 Collect telemetry on mongos for find and aggDavis Haupt2023-02-031-0/+6
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-1/+4
* SERVER-72852 Move the aggregate and write helpers for analyzeShardKey into a ...Cheahuychou Mao2023-01-201-1/+0
* 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