summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-7/+9
* SERVER-15541 MMAP v1 only takes LockMongoFilesShared for yielding plan executorsDavid Storch2014-11-101-4/+4
* SERVER-15541 MultiPlanStage checks for yield between every call to work durin...David Storch2014-11-061-5/+5
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-19/+52
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-4/+21
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-46/+8
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* Call save/restorePosition on all child stages of MultiPlanStage and CachedPla...Mathias Stearn2014-10-011-39/+4
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+14
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-8/+12
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14747 fix memory leak in MultiPlanStageDavid Storch2014-08-011-28/+3
* SERVER-10448 migrate code out of explain_plan.cppDavid Storch2014-07-311-5/+6
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-8/+8
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-6/+6
* SERVER-10448 fix candidate deletion in multi plan stageDavid Storch2014-07-211-9/+1
* SERVER-14532 additional logging for plan ranking tiesDavid Storch2014-07-171-0/+38
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-27/+20
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-12/+84
* SERVER-14174 enforce ntoreturn during plan rankingDavid Storch2014-06-061-4/+18
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-11/+0
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-221-10/+6
* SERVER-13674 fix whitespace in MultiPlanStageDavid Storch2014-05-211-40/+39
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-0/+446