summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/add_fields_projection_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-271-3/+3
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+4
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-011-0/+7
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-4/+5
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+6
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-0/+10
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-10/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-0/+10
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-301-4/+4
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-1/+1
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-1/+1
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-0/+4
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+144