summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_single_document_transformation.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-0/+8
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-8/+0
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-0/+8
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-8/+0
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-0/+8
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+1
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-4/+0
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-2/+3
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-281-0/+4
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+1
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+1
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-51/+2
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-17/+7
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-1/+8
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+3
* SERVER-33084: Aggregate with explain >= 'executionStats' attempts to serializ...Nick Zolnierz2018-02-051-0/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-15/+1
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-0/+1
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-1/+18
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-5/+12
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-2/+5
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-0/+1
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+4
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-4/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+4
* SERVER-29130 Make $changeNotification stage return entries in the proper formatSiyuan Zhou2017-07-051-0/+1
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-031-1/+7
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-0/+29
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+6
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-3/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+94