summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stub_mongo_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-1/+2
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+6
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-6/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+6
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+5
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-061-22/+12
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-3/+19
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-2/+2
* SERVER-40015 make $sb work shardedIan Boros2019-05-281-0/+5
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-4/+2
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-0/+11
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-1/+1
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-181-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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/+4
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-3/+3
* SERVER-38325 Avoid crash when $backupCursor is specified in view pipelineXiangyu Yao2018-12-031-5/+3
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-2/+9
* SERVER-37985 Create aggregation stage $backupCursorExtendXiangyu Yao2018-11-191-1/+7
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-2/+7
* 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-2/+9
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-201-8/+0
* SERVER-37219 Use rvalue references when spilling in $outCharlie Swanson2018-09-191-3/+3
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-4/+5
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-271-0/+6
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-2/+2
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+6
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-091-1/+1
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-0/+16
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-3/+12
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-1/+1
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-3/+2
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+1
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-2/+2
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-2/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-18/+32
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-1/+2
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-2/+3
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-3/+2
* SERVER-31559 Merge GenericCursorManager into MongoProcessInterfaceBernard Gorman2017-11-141-0/+5
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-2/+3
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-261-0/+5
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-0/+4
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-0/+117