summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-261-1/+5
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-2/+0
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-1/+3
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-12/+17
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-5/+0
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-139/+135
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-2/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-12/+4
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+5
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-1/+3
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version che...Kaloian Manassiev2014-09-251-2/+2
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-1/+0
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14743 agg explain uses explain 2.0 formatDavid Storch2014-08-261-52/+11
* SERVER-14407 delete runner.hDavid Storch2014-07-231-5/+5
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-21/+22
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+3
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+2
* SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvcMark Benvenuto2014-06-061-1/+1
* SERVER-14144 Aggregation cursor error shouldn't swallow Runner errorJason Rassi2014-06-051-1/+2
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-041-1/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+2
* SERVER-13641 get OpCtxImpl out of DocSourceCursorMathias Stearn2014-05-201-5/+2
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-2/+5
* SERVER-12530 Remove unneeded uassert in agg cursor explainMathias Stearn2014-02-121-6/+0
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-57/+22
* SERVER-12655 Plug cursor leak in aggMathias Stearn2014-02-101-1/+3
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-1/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-4/+27
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-7/+3
* SERVER-11413 Fix agg DocumentSourceCursor explain formatMathias Stearn2014-01-211-1/+1