summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/subplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-011-164/+158
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+3
* SERVER-15758 fix leak of single query solution in SubplanStageDavid Storch2014-11-031-4/+11
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-38/+92
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-1/+1
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+8
* SERVER-15012 SubplanStage must check for missing cache dataDavid Storch2014-08-271-0/+8
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+3
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-3/+12
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-111/+62
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-8/+14
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+504