summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_node.h
Commit message (Expand)AuthorAgeFilesLines
* 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