summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/mongos_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-2/+9
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-2/+2
* 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-211-0/+21
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-2/+3
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-7/+10
* 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/+8
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-7/+7
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-5/+0
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-0/+6
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+3
* 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-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-0/+7
* SERVER-58751 Support internal sessionsCheahuychou Mao2021-08-141-1/+1
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-7/+11
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-1/+2
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-231-0/+6
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-21/+11
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-2/+11
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-2/+3
* SERVER-47530 (Fix BF-17036) Query plan executor: Convert usage of getCollecti...Pierlauro Sciarelli2020-04-291-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-061-11/+6
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-1/+0
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-3/+3
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-9/+5
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-7/+15
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+1
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-15/+7
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-7/+15
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-15/+7
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-7/+15
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-109/+97
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-2/+2
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-6/+4
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-19/+0
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-111-0/+2
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-2/+2
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-0/+382