summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-3/+3
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-2/+2
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-53/+0
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-8/+1
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-0/+24
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+4
* SERVER-74962 Omit sensitive information for QE currentOp operationsAdrian Gonzalez2023-04-051-0/+6
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-2/+2
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+2
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-2/+7
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-1/+1
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-2/+4
* SERVER-74461 Filter QE collections form CollStatsAdrian Gonzalez2023-03-161-16/+33
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-1/+2
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-4/+4
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-1/+9
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-16/+15
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-15/+16
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-16/+15
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-1/+1
* SERVER-67267 Inject tenant Ids for change stream multitenant replica set pass...Rishab Joshi2023-01-151-5/+5
* SERVER-69723 Serialize/deserialize namespace correctly in listCatalog agg sta...cortrain2022-11-171-7/+12
* SERVER-71324 Replace AutoGetCollectionForRead with AutoGetCollectionForReadMa...Mindaugas Malinauskas2022-11-171-1/+1
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+11
* SERVER-68855 Optimize $collStats for $shardedDataDistributionPol PiƱol Castuera2022-11-111-5/+7
* SERVER-70853 Time series namespace string should have tenant information in m...Sophia Tan2022-11-011-3/+2
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-8/+5
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-8/+2
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-281-1/+1
* 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