summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-0/+7
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+3
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-6/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-34/+83
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-47/+53
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-011-0/+12
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+6
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-0/+19
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-1/+1
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+200