summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split up Pipeline optimizations into separate functionsMathias Stearn2013-10-231-80/+65
* Clean up Pipeline::getInitialQuery() and DocSourceMatch::toMatcherBson()Mathias Stearn2013-10-211-13/+6
* Remove unused step and nRowsOut members from DocumentSourceMathias Stearn2013-10-211-1/+0
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-211-7/+7
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-111-0/+16
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-2/+2
* SERVER-1891 add new ActionTypesmatt dannenberg2013-10-071-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-8/+19
* SERVER-4504 explain for aggregationMathias Stearn2013-09-201-70/+24
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-201-4/+1
* Remove fake split-pipeline mode from aggregationMathias Stearn2013-09-201-13/+0
* 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-22/+19
* SERVER-8581 $redact pipeline stagematt dannenberg2013-08-191-0/+2
* Make ExpressionContext a simple structMathias Stearn2013-08-091-5/+5
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-10/+6
* Remove unused DocumentSourceFilterMathias Stearn2013-08-091-4/+0
* Make DocumentSource handling more genericMathias Stearn2013-08-081-1/+1
* SERVER-10097 sharded $outMathias Stearn2013-08-081-7/+13
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-3/+44
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-10/+11
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-4/+9
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-101-0/+13
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-1/+0
* SERVER-7781 add $geoNear pipeline stageMathias Stearn2012-12-141-0/+2
* Make handling of pipeline stages more saneMathias Stearn2012-12-141-66/+67
* SERVER-7768 aggregate command should ignore options that start with $Mathias Stearn2012-11-281-12/+5
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-11-191-0/+5
* Rewrite Document and Value classesMathias Stearn2012-11-161-3/+2
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-0/+29
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-1/+1
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-SERVER-6861 Validate that pipeline stage specification objects consist...Aaron2012-09-091-30/+18
* Move remaining aggregation files from commands directory to pipelineMathias Stearn2012-08-021-0/+477