summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-181-1/+1
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-011-1/+0
* 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
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-13/+13
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-4/+10
* SERVER-49228 Remove kickback to mongos requirement for cluster view read when...James Wahlin2021-03-051-3/+28
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-9/+10
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-1/+0
* 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/+19
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-14/+33
* SERVER-53963 Improve error message for unsupported operations on time-series ...Dan Larkin-York2021-02-051-4/+11
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-1/+2
* SERVER-49867 Add server status metrics to track how often a cursor has more t...Vishnu Kaushik2021-01-141-0/+1
* 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-28/+29
* SERVER-52559 Remove collection lock in aggregation resolve namespacesHenrik Edin2020-12-101-15/+15
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-3/+3
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-0/+6
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2020-12-031-18/+39
* SERVER-52558 Use a lock-free RAII type to check for view in aggregationDianna Hohensee2020-11-301-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+2
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+1