summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-0/+30
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-121-4/+8
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-1/+1
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-261-1/+1
* 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