summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-3/+3
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-3/+3
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-7/+7
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-5/+2
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-156/+526
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-21/+24
* SERVER-42435 fix unit testsIan Boros2019-10-241-4/+4
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-1/+52
* SERVER-44065 Call optimize() on ParsedAggregationProjection when building pro...Anton Korshunov2019-10-221-0/+7
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-14/+30
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-0/+163