summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-592/+555
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-13/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-6/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-3/+5
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-9/+9
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-2/+4
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-1/+1
* SERVER-16807 update and delete stages should skip over invalidated documents ...David Storch2015-01-151-3/+2
* SERVER-16574 remove summary string from PlanSummaryStatsDavid Storch2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16577 add queryPlanner.indexFilterSet field to new explain formatDavid Storch2014-12-301-0/+16
* SERVER-16068 add namespace to explain outputDavid Storch2014-12-121-3/+5
* SERVER-16301 add indexName to the explain output for index access stagesDavid Storch2014-12-051-0/+6
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+1
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-9/+13
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-0/+16
* SERVER-15527 change explain index bounds format from verbose string format to...David Storch2014-10-271-3/+6
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+2
* SERVER-15527 add more execution stats to explainDavid Storch2014-10-141-24/+8
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-23/+30
* SERVER-15527 remove OS info from explainDavid Storch2014-10-141-9/+0
* SERVER-15527 Explain cleanup: use getPlanSummary/indexName helpersJason Rassi2014-10-131-0/+5
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-5/+15
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-34/+34
* SERVER-14100 explain for deleteDavid Storch2014-09-191-0/+7
* SERVER-15229 include collection scan or index scan direction in new explain o...David Storch2014-09-121-0/+2
* SERVER-14101 explain for updateDavid Storch2014-09-111-0/+14
* SERVER-14098 add CountStageDavid Storch2014-09-101-21/+12
* SERVER-14099 Add explain command support for groupJason Rassi2014-09-081-0/+6
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-89/+1
* SERVER-10448 migrate code out of explain_plan.cppDavid Storch2014-07-311-51/+172
* 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/+91
* SERVER-14407 make PlanExecutor own the canonical queryDavid Storch2014-07-101-5/+10
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-21/+4
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-40/+169
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-160/+236
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+356