summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/cached_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-3/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-15/+15
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+1
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+1
* SERVER-22675 Ensure PlanRanker::scoreTree does not divide by zeroTess Avitabile2016-02-191-1/+1
* Revert "Ensure PlanRanker::scoreTree does not divide by zero"Tess Avitabile2016-02-191-1/+1
* Ensure PlanRanker::scoreTree does not divide by zeroTess Avitabile2016-02-191-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-18/+2
* SERVER-21776 CachedPlanStage: add post-replan log msgs at log level 1Jason Rassi2016-01-051-1/+15
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-041-2/+4
* SERVER-21227 don't drop invalidated results in MultiPlanStage or CachedPlanStageDavid Storch2015-11-051-7/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+3
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-1/+3
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-10/+5
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-39/+20
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-7/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-286/+265
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-1/+1
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-2/+12
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17328 add invariant that collection is non-null to planning stages (Ca...David Storch2015-04-141-1/+3
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-98/+250
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-2/+4
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17236 remove invalid invariant() from CachedPlanStage::isEOF()David Storch2015-02-091-1/+4
* SERVER-17117 propagate kill notifications to CachedPlanStageDavid Storch2015-02-051-4/+17
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-3/+5
* SERVER-15988 fix dead code in CachedPlanStageDavid Storch2014-11-121-4/+5
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-3/+4
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+9
* Call save/restorePosition on all child stages of MultiPlanStage and CachedPla...Mathias Stearn2014-10-011-7/+3
* SERVER-14753 fix leak of backup query solutionDavid Storch2014-08-011-1/+5
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-6/+6
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-3/+3
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-13674 fix whitespace in CachedPlanStageDavid Storch2014-07-081-28/+27