summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61284: Support simple projection optimization for simple exclusion pro...Ivan Fefer2022-10-201-3/+11
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+6
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-071-0/+1
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-2/+2
* 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