summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+2
* SERVER-67363 Ensure aggregation with $indexStats stage only increments top co...Ivan Fefer2022-09-131-1/+1
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-2/+3
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-3/+3
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-1/+1
* SERVER-66803 Use tenantId from targetNs to construct sourceNs in NonShardSvrP...Fernando Lisboa2022-06-291-3/+11
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-1/+2
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-8/+2
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-11/+1
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+4
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65695 Delete checks for atomic query knobs when getting secondary name...Mihai Andrei2022-04-201-3/+1
* 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
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-3/+1
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-0/+4
* 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-64404 Add collection-level `$listCatalog`Gregory Noma2022-03-291-2/+41
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-3/+20
* Revert "SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursor...Yoonsoo Kim2022-03-211-20/+3
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-3/+20
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-44/+4
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-4/+0
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-1/+1
* SERVER-62006 add MongoProcessInterface::listCatalog()Benety Goh2022-02-251-0/+122
* SERVER-63328 Relax checks for write lock to support spilling to temp WT recor...Eric Cox2022-02-161-4/+4
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-0/+14
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-1/+2
* SERVER-60339 Add support for $planCacheStatsRuoxin Xu2021-11-101-3/+24
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-8/+0
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-3/+3
* SERVER-59969 Allow queries to spill to the storage engine without having to a...Louis Williams2021-10-121-16/+15
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-2/+8
* SERVER-59457 [Part1] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-161-0/+5
* SERVER-59676 Make sure DocumentSourceFindAndModifyImageLookup always …Randolph Tan2021-09-091-2/+7
* SERVER-56763 Move $merge target collection epoch validation outside ofNick Zolnierz2021-07-151-6/+3
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-31/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+1
* SERVER-57024 Fix SpillableCache writes to disk across getMore requestsTed Tuckman2021-05-191-0/+15
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-0/+62
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-10/+9
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-171-2/+2
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-2/+2