summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* SERVER-12180 fix inconsistent use of struct/classMathias Stearn2014-01-211-1/+1
* SERVER-8033 Sharded agg should only send needed fields from shards to mongosMathias Stearn2014-01-211-7/+9
* Pipeline::parseCommand doesn't need non-const BSONObj refMathias Stearn2013-11-121-7/+8
* Split up Pipeline optimizations into separate functionsMathias Stearn2013-10-231-1/+12
* Clean up Pipeline::getInitialQuery() and DocSourceMatch::toMatcherBson()Mathias Stearn2013-10-211-8/+3
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+3
* SERVER-4504 explain for aggregationMathias Stearn2013-09-201-52/+7
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-201-12/+0
* Remove fake split-pipeline mode from aggregationMathias Stearn2013-09-201-22/+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-7/+6
* Fix mismatched class/structMathias Stearn2013-08-091-1/+1
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-2/+0
* SERVER-10097 sharded $outMathias Stearn2013-08-081-0/+5
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-0/+6
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-3/+9
* modest ( ~ !10% ) compile time speedup by some small header cleanupEliot Horowitz2013-06-231-2/+4
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Make handling of pipeline stages more saneMathias Stearn2012-12-141-12/+8
* pch headerSiddharth Singh2012-08-061-1/+1
* Move remaining aggregation files from commands directory to pipelineMathias Stearn2012-08-021-0/+225