summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURESERVER-38316Pawel Terlecki2019-02-041-5/+6
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-15/+5
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-42/+3
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-181-6/+6
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-2/+2
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-2/+2
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-2/+4
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+4
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-6/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-14/+14
* 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-4/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+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-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-7/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-14/+1
* SERVER-21227 don't drop invalidated results in MultiPlanStage or CachedPlanStageDavid Storch2015-11-051-10/+3
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-26/+6
* 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/+4
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-3/+3
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-3/+45
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-7/+2
* 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-48/+11
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-7/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-370/+366
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-3/+1
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-8/+7
* 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-74/+31
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-7/+6
* SERVER-14071 do not cache plans which return zero resultsDavid Storch2015-02-191-5/+23
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-10/+7
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-5/+17
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2