summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-9/+4
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-19/+19
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-6/+2
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-113/+87
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+310