summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_node.h
AgeCommit message (Expand)Author
2023-10-04SERVER-80157 Don't load excluded fields into the cacheParker Felix
2023-09-22SERVER-81043: Add a sub-directory for query shapeNaama Bareket
2023-07-28SERVER-78677 Change SerializationOptions to a const refMaddie Zechar
2023-07-11SERVER-73253: Better path tracking when renaming nested/compound grouping fieldsMatt Olma
2023-07-11Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...Matt Olma
2023-07-10SERVER-73253: Better path tracking when renaming nested/compound grouping fieldsMatt Olma
2023-07-03Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...Matt Olma
2023-07-03SERVER-73253: Better path tracking when renaming nested/compound grouping fie...Matt Olma
2023-06-27Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...liubov.molchanova
2023-06-27SERVER-73253: Better path tracking when renaming nested/compound grouping fie...Matt Olma
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-06SERVER-76329 Use representative query shape in telemetry store (find command)Davis Haupt
2023-02-27SERVER-73488 Add redaction to projection AST serializationDavis Haupt
2022-10-31SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski
2022-08-18SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz
2022-07-06SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia
2021-04-20SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...Hana Pearlman
2021-04-06SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova
2021-03-30SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova
2020-06-30SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala
2020-06-29Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala
2020-06-26SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala
2020-01-10SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch
2019-12-19SERVER-45176 apply "early return" optimization for normal projection pathIan Boros
2019-12-10SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov
2019-11-15SERVER-43291 Consolidate projection execution interfacesAnton Korshunov