summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-152-4/+4
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-156-10/+19
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-1115-166/+137
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-1/+1
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-1/+1
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-1/+1
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+4
* 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-2711-90/+97
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-199-0/+177
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-184-10/+13
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-2/+9
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-30/+37
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+2
* 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-052-4/+4
* SERVER-75477: Add $merge that works with the given MongoProcessInterface.Sandeep Dhoot2023-04-041-1/+1
* 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-292-2/+3
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-299-177/+0
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-1/+1
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-1/+1
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-2112-8/+134
* 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-092-3/+5
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-0311-61/+72
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-8/+10
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-262-2/+2
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-249-0/+177
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-223-8/+9
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-2/+3
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-166-1/+31
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+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-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-1/+1
* SERVER-72285 currentOp with $tenant should see ops for same tenantjannaerin2023-01-271-2/+5
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+1
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-1/+1
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+1
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-4/+4