summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_node.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-271-2/+4
* SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-311-1/+10
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+14
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-2/+2
* SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...Hana Pearlman2021-04-201-3/+3
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-21/+10
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+11
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-301-6/+23
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-4/+2
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-2/+4
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-101-6/+0
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2019-12-191-0/+22
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-14/+13
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+198