summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_exclusion_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-458/+0
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-121/+87
* SERVER-43840 fix invariant failure in exclusion projection parserIan Boros2019-10-231-8/+12
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-8/+9
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35493 Refactor Inclusion- and ExclusionNode into ProjectionNode base c...Bernard Gorman2018-10-261-80/+38
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-43/+231
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+3
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-031-1/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-40/+37
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-18/+41
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-10/+11
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+23
* SERVER-24921 allow excluding only the _id field in $projectSally McNichols2016-08-041-0/+8
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-23/+24
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-1/+1
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+287