summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongos_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-246/+0
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-1/+3
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-271-4/+0
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-1/+1
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-3/+1
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-2/+0
* SERVER-44897 rename MongoProcessInterface::createIndexes() to createIndexesOn...Benety Goh2019-12-161-3/+3
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2019-12-161-2/+5
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-5/+22
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-1/+1
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2019-11-071-1/+4
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-7/+0
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-28/+0
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-0/+4
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-1/+1
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-4/+1
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+7
* 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/+6
* 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-4/+10
* 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/+6
* 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-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