summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_aggregation_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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