summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-3/+3
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-3/+3
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-3/+3
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate ↵Arun Banala2023-05-031-6/+0
| | | | command after 7.0
* SERVER-68760 Implement $listSampledQueries aggregation stageIsrael Hsu2023-04-081-0/+4
|
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and ↵Israel Hsu2023-04-041-0/+4
| | | | configureQueryAnalyzer commands
* SERVER-74213: Remove hashedTelemetryKey from find and agg commandsjoshua2023-04-011-6/+0
|
* SERVER-73405 Enable shapeId hash for telemetry on mongodTed Tuckman2023-02-081-0/+7
|
* SERVER-68757 SERVER-68758 SERVER-69800 (1/2) Add an aggregate stage for ↵Cheahuychou Mao2023-01-261-0/+1
| | | | calculating read and write distribution metrics from sampled queries
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-0/+12
|
* SERVER-71956 Add telemetryRead privilege actionMaddie Zechar2022-12-191-0/+4
|
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-011-1/+6
|
* SERVER-70390 Add $_externalDataSources option to aggregate command IDLYoonsoo Kim2022-10-191-0/+7
|
* SERVER-68249 Add required privileges on the $_internalAllCollectionStats ↵Pol Pinol Castuera2022-09-121-0/+8
| | | | aggregation stage
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
|
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-1/+1
|
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow ↵Rui Liu2022-08-011-23/+23
| | | | 'internal' stability
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
|
* SERVER-64970 Start generating new v2 resume token format for all events by ↵Arun Banala2022-04-281-1/+0
| | | | default
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+7
|
* SERVER-64404 Add collection-level `$listCatalog`Gregory Noma2022-03-291-0/+4
|
* SERVER-64040 Add encryptionInformation to command IDLsNicholas Zolnierz2022-03-111-0/+6
|
* SERVER-64203 listCatalog aggregation stage requires listDatabase, ↵Benety Goh2022-03-061-0/+16
| | | | listCollections, and listIndexes privileges.
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-1/+10
|
* SERVER-62400 Add optional $_passthroughToShard parameter to ↵Jennifer Peshansky2022-01-181-0/+6
| | | | AggregateCommandRequest
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the ↵Huayu Ouyang2021-11-221-0/+13
| | | | stable API
* SERVER-47065 remove use44SortKeysAdityavardhan Agrawal2021-08-191-8/+0
|
* SERVER-46751 remove useNewUpsertAdityavardhan Agrawal2021-08-191-10/+0
|
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-021-1/+1
| | | | CommandReply suffixes
* SERVER-54529 Add access_check: complex to the aggregate commandMark Benvenuto2021-03-311-1/+58
|
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-4/+7
|
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+0
|
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-2/+12
|
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+1
|
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate ↵Ruoxin Xu2021-01-201-10/+8
| | | | command input IDL
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-0/+164