summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongo_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-1/+3
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-3/+1
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-1/+3
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-1/+2
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-0/+3
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-6/+10
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-1/+11
* SERVER-37985 Create aggregation stage $backupCursorExtendXiangyu Yao2018-11-191-1/+5
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-3/+17
* SERVER-38090 Put a backup identifier to the output of $backupCursorXiangyu Yao2018-11-151-1/+1
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-4/+19
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37295 Remove embedded dependency on process interface shard server.Henrik Edin2018-10-031-0/+8
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-201-6/+2
* SERVER-37219 Use rvalue references when spilling in $outCharlie Swanson2018-09-191-3/+3
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-8/+12
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-271-0/+12
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-1/+1
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+10
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-0/+12
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-4/+15
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-1/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-6/+8
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+2
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+1
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-7/+3
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-3/+7
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-0/+210