summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlansIvan Fefer2022-10-101-1/+1
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-09-291-3/+54
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+3
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-3/+2
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-2/+3
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-3/+2
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-0/+3
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-12/+3
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-2/+7
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65984 add HistogramServerStatusMetric under db/exec/Billy Donahue2022-04-281-21/+7
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-091-4/+76
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-2/+2
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-091-2/+5
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-1/+2
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-2/+0
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+1
* 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