summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65707 Remove FCV-gating for $lookup pushdownYoonsoo Kim2022-04-181-3/+1
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+2
* SERVER-64722 Adjust expected top count in profile_lookup.js depending on stat...Mihai Andrei2022-04-131-1/+2
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+2
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+8
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-3/+1
* SERVER-65341 Enable the SBE lookup feature by defaultYoonsoo Kim2022-04-081-1/+3
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-081-1/+3
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-2/+12
* SERVER-64464 Check the shard version for collections when AutoGetCollection i...Antonio Fuschetto2022-03-301-15/+17
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-4/+17
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-03-221-0/+9
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-1/+7
* SERVER-63684: Rollback SERVER-62101, changes not required after SERVER-57250Yu Jin Kang Park2022-03-141-7/+0
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+4
* SERVER-64038 Allow any lock mode for multi-collection locking in AutoGet* hel...Dianna Hohensee2022-03-071-5/+2
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-3/+35
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-26/+24
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-0/+4
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-56/+34
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+0
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-0/+1
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-0/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-6/+11
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-3/+8
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-021-2/+7
* SERVER-62562 Use CollectionUUIDMismatch error code for collectionUUID paramet...Moustafa Maher Khalil2022-02-021-11/+11
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-52/+92
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-12/+44
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-0/+4
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-73/+14
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-14/+73
* SERVER-62101 Check whether the database was dropped before accessing the View...Dianna Hohensee2022-01-041-3/+10
* SERVER-15301 Remove query options bit vector from CanonicalQuery/ClientCursorDavid Storch2021-10-191-6/+1
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-2/+3
* SERVER-54597: Allow users to specify non-default collation on TSMaddie Zechar2021-09-281-5/+12
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-1/+0
* SERVER-59840 Do not perform pipeline optimization with temporary collatorJustin Seyster2021-09-151-14/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-51252 Remove unnecessary setIgnoredShardVersionForMergeCursors functio...Denis Grebennicov2021-09-071-17/+0
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+1
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+2
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-0/+3
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-4/+4
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-211-1/+1
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+2
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-2/+1
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-301-9/+20
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+15