summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_single_document_transformation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+3
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-2/+4
* SERVER-33084: Aggregate with explain >= 'executionStats' attempts to serializ...Nick Zolnierz2018-02-051-2/+8
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+1
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-2/+1
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-1/+3
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-031-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-1/+6
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-5/+5
* SERVER-5781 addFields stage.Carly Robison2016-08-111-0/+103