summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_project.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68516 Revert back to always using `ProjectionExecutor` to translate pr...Ben Shteinfeld2022-11-181-31/+33
* SERVER-66846 Translate simple inclusion and exclusion $project by walking ove...Hana Pearlman2022-09-201-33/+31
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-2/+2
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-2/+4
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-0/+21
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-21/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-0/+21
* SERVER-49043 Begin CST -> Pipeline translationJacob Evans2020-07-131-5/+7
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-2/+6
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-6/+5
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-5/+14
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-1/+0
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-8/+20
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-081-4/+7
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-171-2/+33
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-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-8/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-1/+7
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-1/+5
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-1/+0
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-2/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+4
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-3/+9
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-8/+3
* SERVER-5781 addFields stage.Carly Robison2016-08-111-73/+8
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+5
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-51/+34
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-0/+16
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+1
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-6/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-87/+81
* SERVER-17936 optimize out {$skip: 0} aggregation stageCharlie2015-05-061-1/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove using of dynamic_ptr_cast from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-28/+0
* SERVER-8033 Sharded agg should only send needed fields from shards to mongosMathias Stearn2014-01-211-1/+1
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-5/+5
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+1
* SERVER-11692 step 4: Use Variables::Id to get/set ValuesMathias Stearn2013-11-131-3/+6
* SERVER-11692 step 3: Pass Variables as pointer rather than const ref.Mathias Stearn2013-11-131-1/+2
* SERVER-11692 step 1: VariablesParseState plumbingMathias Stearn2013-11-131-1/+2
* Allow agg Expressions to have differing serializations and explainsMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-4/+4