summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_find_internal_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-13/+20
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-21/+22
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-2/+2
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-21/+18
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-43377 Make positional projection internal expression able to access Do...Anton Korshunov2019-09-241-7/+45
* SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...Anton Korshunov2019-09-131-0/+194