summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+3
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-17/+22
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-3/+3
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+6
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-2/+7
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-4/+0
* SERVER-18846: Converts DocumentSourceTests into unit testsJames Cohan2015-07-201-0/+94