summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-0/+9
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-261-1/+9
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-2/+5
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-2/+2
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-14/+5
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-24/+7
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+153