summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/mongo_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-18/+30
* 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-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-7/+7
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-0/+12
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-12/+0
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-1/+14
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-11/+14
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-0/+12
* SERVER-70515 Remove getShardFilterer APINicholas Zolnierz2022-11-111-6/+0
* SERVER-68855 Optimize $collStats for $shardedDataDistributionPol PiƱol Castuera2022-11-111-2/+8
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-1/+20
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+2
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-20/+1
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-1/+20
* SERVER-66803 Use tenantId from targetNs to construct sourceNs in NonShardSvrP...Fernando Lisboa2022-06-291-1/+3
* SERVER-66802 Make ReplicaSetNodeProcessInterface::createCollection take in Da...Fernando Lisboa2022-06-271-1/+1
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-0/+5
* SERVER-64404 Add collection-level `$listCatalog`Gregory Noma2022-03-291-0/+6
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-1/+1
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-25/+9
* SERVER-62006 add MongoProcessInterface::listCatalog()Benety Goh2022-02-251-0/+6
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-0/+11
* SERVER-61892 Read document key from oplog instead of cacheRui Liu2022-01-211-10/+0
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-7/+0
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+1
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-081-1/+1
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-2/+26
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-5/+11
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-0/+46
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-171-1/+2
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+0
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-2/+2
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-271-1/+2
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-0/+10
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-0/+7
* SERVER-46593 Use the CatalogCache directly in ShardServerProcessInterface::co...Kaloian Manassiev2020-03-231-4/+0
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-8/+4
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-0/+10
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-10/+0
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-0/+10
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-10/+0
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-0/+10
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+6
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-8/+7
* SERVER-45526 Reclaim lookup performanceTed Tuckman2020-02-131-1/+2
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-22/+0
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-0/+447