summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_tee_consumer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-5/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-3/+9
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-2/+2
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* 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-0/+8
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+3
* 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/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-3/+4
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-0/+7
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+68