summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_aggregation_projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-2/+25
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-6/+15
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-111-3/+34
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-13/+12
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-7/+0
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-2/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-3/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-8/+5
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-5781 addFields stage.Carly Robison2016-08-111-12/+79
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+8
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+96