summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43334 Ban invalid positional projection syntaxIan Boros2019-12-111-53/+25
* SERVER-40687 remove unused variableIan Boros2019-12-061-3/+0
* SERVER-40687 stricter checking on positional operator fieldIan Boros2019-12-061-25/+0
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-9/+67
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-19/+85
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-1/+2
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-191/+408
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-1/+1
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-14/+18
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-1/+2
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-80/+127
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+307
* SERVER-10026 full projection supportHari Khalsa2013-11-081-80/+0
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+1
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-0/+4
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-0/+76