summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/cached_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-4/+4
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-4/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-25/+16
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-11/+11
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-021-29/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-21/+22
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-5/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-23/+50
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-4/+13
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-9/+0
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-1/+1
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-11/+8
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-4/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-11/+0
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-1/+9
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-8/+6
* 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-14/+6
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-181-5/+5
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-4/+2
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-7/+6
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-011-0/+1
* 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-8/+6
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-6/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* 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