summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_node.cpp
AgeCommit message (Expand)Author
2024-07-03SERVER-91784 Remove missing values from arrays after projection (#24217)Ivan Fefer
2024-06-18SERVER-91405 ProjectionNode should check for existing path in one length case...Matthew Boros
2023-10-04SERVER-80157 Don't load excluded fields into the cacheParker Felix
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-13SERVER-66248: Projection with ExpressionObject does not round trip (serialize...Matt Olma
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-04-04SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger
2023-02-27SERVER-73488 Add redaction to projection AST serializationDavis Haupt
2023-01-24SERVER-72417 Switch invariant statements to tassert in projection executorGil Alon
2022-10-31SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski
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