summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_aggregation_projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-23/+18
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-12/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-34873 Revert "SERVER-33125 Work around codegen error in s390x exceptio...Andrew Morrow2018-11-171-11/+1
* SERVER-35493 Refactor Inclusion- and ExclusionNode into ProjectionNode base c...Bernard Gorman2018-10-261-19/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-12/+27
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-28/+46
* SERVER-33125 Work around codegen error in s390x exception unwinding.Justin Seyster2018-02-091-1/+11
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-111-14/+29
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-57/+44
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-12/+28
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-3/+3
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-2/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-5781 addFields stage.Carly Robison2016-08-111-72/+120
* SERVER-24921 allow excluding only the _id field in $projectSally McNichols2016-08-041-0/+11
* SERVER-24882 Reject expressions in aggregation's exclusion projection.Max Hirschhorn2016-07-011-0/+1
* SERVER-24814 ParsedAggregationProjection should reject $-prefixed field namesCharlie Swanson2016-06-301-10/+9
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+231