summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_tee_consumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-5/+14
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-3/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-18/+7
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+81