summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-09-291-1/+16
* SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...Alice Doherty2021-08-101-1/+3
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-011-2/+2
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-36/+14
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-20/+9
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+2
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-5/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-6/+0
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-2/+0
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-2/+2
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-6/+0
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-3/+21
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-5/+0
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-8/+8
* 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-13/+6
* 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-183/+185
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* 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-2/+26
* 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