summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23473 Add collation parameter to aggregateTess Avitabile2016-05-231-0/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+5
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-0/+22
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-2/+8
* SERVER-19095 Prep for $lookUp, add checks for auth and sharded collection(s)James Cohan2015-08-071-6/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-144/+150
* SERVER-7656 Execute aggregation command on targeted shard if first stage is e...Charlie Swanson2015-05-281-1/+6
* SERVER-18383 Remove sharded agg fallback code for 2.4 shardsCharlie Swanson2015-05-111-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-6/+8
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-1/+1
* 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