summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-1/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-3/+4
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-1/+1
* SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...Alice Doherty2021-08-101-0/+8
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-3/+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-1/+2
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-1/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-2/+3
* 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-10/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-150/+26
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-72/+38
* 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/+15
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-4/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-18/+42
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-141-7/+12
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-3/+3
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+7
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-8/+20
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-20/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-8/+20
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* 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-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel 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