summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/subplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-151-0/+10
* SERVER-22279 SubplanStage must register its MultiPlanStage in _childrenMathias Stearn2016-01-271-8/+18
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-13732 disable subplanning for contained $or queriesDavid Storch2015-09-011-10/+3
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-2/+7
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-13/+10
* 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-58/+21
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-29/+89
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-5/+7
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-1/+1
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-15/+11
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-11/+15
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-15/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-418/+392
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+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-1/+3
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-7/+9
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-1/+1
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-011-164/+158
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+3
* SERVER-15758 fix leak of single query solution in SubplanStageDavid Storch2014-11-031-4/+11
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-38/+92
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-1/+1
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+8
* SERVER-15012 SubplanStage must check for missing cache dataDavid Storch2014-08-271-0/+8
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+3
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-3/+12
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-111/+62
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-8/+14
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+504