summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_add_fields.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-226/+0
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-1/+90
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* 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-10/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-5/+1
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+1
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-6/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-18/+14
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-11/+17
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-2/+2
* SERVER-5781 addFields stage.Carly Robison2016-08-111-0/+142