summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-1/+15
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-4/+15
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-13/+2
* Call save/restorePosition on all child stages of MultiPlanStage and CachedPla...Mathias Stearn2014-10-011-4/+0
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+2
* SERVER-14747 fix memory leak in MultiPlanStageDavid Storch2014-08-011-9/+14
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-12/+7
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+35
* SERVER-14174 enforce ntoreturn during plan rankingDavid Storch2014-06-061-4/+13
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-0/+147