summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-6/+11
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-1/+0
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+3
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-12878 Delete ClientCursor in agg unless returning a cursor to user.r2.6.0-rc1Mathias Stearn2014-03-051-0/+7
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-9/+29
* SERVER-12530 clean up agg output cursor creation and lockingMathias Stearn2014-02-121-94/+94
* SERVER-11239 Rename flag to allowDiskUse and include in error messagesMathias Stearn2014-01-291-1/+1
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-1/+2
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-39/+75
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+2
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-5/+20
* SERVER-10026 delete some dead codeHari Khalsa2013-12-111-1/+2
* SERVER-11953 Replace PipelineCursor with PipelineRunnerMathias Stearn2013-12-051-91/+91
* SERVER-11224 Update help for aggregate commandMathias Stearn2013-10-211-1/+8
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-0/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-4504 explain for aggregationMathias Stearn2013-09-201-0/+5
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-201-1/+1
* Remove fake split-pipeline mode from aggregationMathias Stearn2013-09-201-83/+0
* SERVER-10741 remove outputNs from return object when using $outMathias Stearn2013-09-201-4/+0
* SERVER-9441 do not allow distinct/aggregate without slaveOkmatt dannenberg2013-09-181-1/+2
* 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-23/+10
* SERVER-10530 Break first batch in aggregation cursor when encountering a larg...Mathias Stearn2013-08-191-5/+6
* Make ExpressionContext a simple structMathias Stearn2013-08-091-5/+5
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-5/+33
* Make DocumentSource handling more genericMathias Stearn2013-08-081-1/+1
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-4/+4
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-3/+5
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-0/+6
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-5932 Fix use after freeMathias Stearn2013-07-151-1/+4
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-3/+143
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+2
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-0/+1
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Make pipeline_command.cpp look like other commands.Mathias Stearn2012-12-141-199/+136
* Make handling of pipeline stages more saneMathias Stearn2012-12-141-102/+39
* SERVER-7122 Add required privileges to a few more commandsSpencer T Brody2012-12-111-0/+16
* Move remaining aggregation files from commands directory to pipelineMathias Stearn2012-08-021-2/+2