summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15810: Check for valid collection names in aggregationGeert Bosch2014-10-271-8/+11
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-6/+15
* SERVER-15526 commands which create cursors must save state during getmoreDavid Storch2014-10-101-0/+4
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-3/+3
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-2/+5
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-0/+8
* SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directoryDavid Storch2014-08-011-121/+1
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-3/+3
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-65/+94
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+3
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-041-3/+4
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* 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