summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongos_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-381/+0
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+5
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-61/+50
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+2
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-6/+15
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-061-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+0
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-0/+3
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-0/+36
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-3/+7
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-8/+50
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39740 Migrate set parameters in cluster_query_knobs to IDLSara Golemon2019-02-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-3/+0
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-441/+2
* SERVER-38688 Abandon $lookup cache when not localJames Wahlin2019-01-221-1/+3
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-5/+6
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-6/+5
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+3
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-5/+11
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-1/+5
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-5/+0
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-141-8/+6
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-0/+468
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-30/+0
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-051-1/+1
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-0/+48
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-3/+3
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-0/+32
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-091-0/+5
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-0/+207