summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-2/+5
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+2
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-2/+1
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-3/+2
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-5/+8
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-0/+1
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+1
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-2/+5
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-011-0/+3
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-4/+7
* SERVER-73194 Allow hints to go through CQFMatt Boros2023-02-211-8/+34
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-11/+10
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-3/+7
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-0/+7
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-1/+21
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-4/+4
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-71382 Do not collect telemetry for queryable encryption enabled collec...Jennifer Peshansky2023-01-201-3/+13
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-4/+1
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-2/+1
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-3/+10
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-161-1/+2
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-5/+8
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-1/+1
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-17/+3
* SERVER-71244 Do not collect telemetry for FLE2 requestsDavis Haupt2022-11-141-10/+19
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-0/+14
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-9/+9
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-2/+4
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-6/+1
* SERVER-70645 Create telemetry cache type from PlanCacheBaseJess Balint2022-11-081-0/+1
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-011-0/+10
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-2/+10
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-2/+2
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-2/+2
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-6/+5
* SERVER-68735 CQF to classic fallback for out of scope command parametersBen Shteinfeld2022-10-201-0/+14
* SERVER-67594 Remove failpoint 'assertChangeStreamNssCollection'.Rishab Joshi2022-10-101-21/+0
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-3/+3
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-5/+13
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-131-7/+2
* SERVER-69406 Place an InterruptibleLockGuard in the find cmd path because it ...Dianna Hohensee2022-09-071-0/+8
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-4/+8
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-231-0/+6
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-4/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66892 Introduce change collection passthrough suite.Rishab Joshi2022-06-301-0/+21
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+1