summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongo_process_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-447/+0
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-1/+7
* 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/+2
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-7/+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/+12
* SERVER-44823 Add sharding support for $planCacheStats.David Storch2019-12-091-0/+5
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-10/+26
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-1/+7
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2019-11-071-1/+4
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-3/+1
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-10/+0
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-1/+1
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+11
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-1/+3
* 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/+7
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-061-30/+27
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-6/+23
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-3/+5
* SERVER-40015 make $sb work shardedIan Boros2019-05-281-0/+17
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-4/+16
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-0/+16
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-1/+2
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-181-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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