summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-111-15/+40
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-191-7/+7
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-12/+21
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-35/+47
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-47/+35
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-35/+47
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+1
* SERVER-48380 Expose total data size in bytes processed by $sort and $group in...Rishab Joshi2020-12-141-0/+8
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-0/+10
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-2/+3
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-181-6/+12
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+1
* SERVER-44804 make collection of timing info in DS opt inIan Boros2020-01-071-0/+5
* SERVER-44806 Move DocumentSource::getNext() implementation to the headerEric Cox2019-12-091-1/+17
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-0/+7
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+12
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-8/+0
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-141-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-3/+2
* SERVER-40939 [FLE] Changes to enable $lookupPawel Terlecki2019-05-311-0/+7
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-3/+4
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-3/+3
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+1
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-7/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+7
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-27/+0
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-2/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-55/+39
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-40/+55
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-55/+40
* SERVER-28592 Fixed line-wrapping commentJacob Evans2018-11-071-2/+2
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-211/+1
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+18
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-5/+21
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+4
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-24/+3
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-34902 disallow $out in view pipelinesamontea2018-06-121-0/+7
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-8/+7
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+33