summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/common_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-3/+12
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-6/+0
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-2/+2
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-0/+2
* SERVER-72285 currentOp with $tenant should see ops for same tenantjannaerin2023-01-271-2/+5
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-7/+5
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-6/+17
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-0/+6
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-6/+0
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-0/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-231-0/+2
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-9/+5
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-8/+6
* SERVER-50329 Fix a use-after-free error in the CommonProcessInterfaceKaloian Manassiev2020-08-201-3/+4
* SERVER-48251 Update ‘getMaxKnownOpTime’ to return a Timestamp instead of ...Mihai Andrei2020-05-191-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-0/+22
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-1/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-13/+0
* SERVER-45838 Fix lintMark Benvenuto2020-02-051-2/+2
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-0/+203