summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_exclusion_projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-109/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-11/+29
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-031-1/+1
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-2/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-5/+2
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-2/+5
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+10
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+190