summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-4/+4
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-271-8/+11
* SERVER-72417 Switch invariant statements to tassert in projection executorGil Alon2023-01-241-7/+17
* SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-311-3/+4
* 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/+2
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-87/+0
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+87
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-301-2/+15
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-6/+2
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-2/+6
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-101-10/+0
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2019-12-191-0/+15
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-24/+29
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+285