summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-12/+15
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-10/+11
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-071-1/+1
* Revert "SERVER-56265 Cleanly fail unsupported queries on timeseries collections"Eric Cox2021-06-041-1/+1
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-031-1/+1
* SERVER-53929 Add stricter parser checks around positional projectionIan Boros2021-02-041-17/+20
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-011-4/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-4/+2
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-3/+5
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-121-0/+20
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-3/+29
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-2/+13
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-0/+27
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-2/+0
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-27/+36
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-15/+0
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-22/+22
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+469