summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongos_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* 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-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-48/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-1/+2
* 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-8/+83
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-0/+6
* 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/+4
* 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/+4
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-5/+1
* 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-37090 Add idleCursors to currentOp output for mongosTed Tuckman2018-09-181-2/+0
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-2/+4
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-271-0/+8
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-4/+2
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+11
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-091-3/+1
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-0/+20
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-0/+152