summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_project.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-2/+2
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-23/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-6/+6
* SERVER-9840 Introduce the concept of Variables into aggregation and add $let ...Mathias Stearn2013-06-181-11/+11
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-5/+2
* Rewrite Document and Value classesMathias Stearn2012-11-161-7/+6
* Add a verify and unit tests for DocumentSourceProject.Aaron2012-07-311-0/+1
* Fix issues found in meetingMathias Stearn2012-07-271-1/+1
* SERVER-6529 disallow inclusion inside $expressionsMatt Dannenberg2012-07-271-0/+1
* Rip out manageDependecies and DependencyTracker stuff SERVER-4644Mathias Stearn2012-07-201-66/+0
* In debug builds, assert simple $projects are handled the same as Projection c...Mathias Stearn2012-07-201-24/+34
* SERVER-4644 Pull dependencies out of $project and use them in DocumentSourceC...Mathias Stearn2012-07-201-0/+6
* Rewrite ExpressionObjectMathias Stearn2012-07-201-103/+21