summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_aggregation_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-612/+0
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-11/+21
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-9/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-25/+13
* SERVER-40828 Add getter for expressions on projection nodesTed Tuckman2019-06-071-0/+37
* 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-152/+40
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-256/+287
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-73/+135
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-111-0/+69
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-77/+88
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-25/+75
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-134/+179
* SERVER-24921 allow excluding only the _id field in $projectSally McNichols2016-08-041-5/+3
* SERVER-24882 Reject expressions in aggregation's exclusion projection.Max Hirschhorn2016-07-011-0/+12
* SERVER-24814 ParsedAggregationProjection should reject $-prefixed field namesCharlie Swanson2016-06-301-1/+17
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+395