summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/subplan.h
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-131-13/+0
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-1/+2
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-1/+2
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-1/+2
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-261-0/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* 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-6/+6
* 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-11/+1
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+19
* 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-141/+144
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+4
* 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-0/+1
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-011-16/+53
* 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-15758 fix leak of single query solution in SubplanStageDavid Storch2014-11-031-4/+6
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-19/+29
* 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-15/+16
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+10
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+138