summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/inclusion_projection_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70353 Implement fast path projection node to support exclusionIvan Fefer2022-11-151-8/+25
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+10
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-2/+2
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-23/+34
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+30
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-0/+3
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-16/+8
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-8/+16
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-0/+15
* SERVER-45263 Don't rely on Document::size when determining space to allocate ...Ian Boros2020-01-031-2/+6
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2019-12-191-0/+4
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-121-4/+4
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-7/+39
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+192