summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_inclusion_projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-219/+0
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-26/+0
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-7/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35493 Refactor Inclusion- and ExclusionNode into ProjectionNode base c...Bernard Gorman2018-10-261-222/+20
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-10/+20
* SERVER-27115 Allow $match to swap across renames expressed using $map.David Storch2017-05-301-20/+8
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-0/+16
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-4/+4
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-11/+9
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-25/+20
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-2/+23
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+3
* SERVER-26598 only report computed paths as modified in $addFieldsKyle Suarez2017-01-191-0/+9
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-21/+17
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-4/+4
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+12
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+10
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+380