summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/eof.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-6/+6
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-10/+0
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-21/+23
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* 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-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* 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-0/+64