summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/plan_ranking.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-091-11/+11
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-1/+1
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-1/+1
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+2
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-2/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+2
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-3/+3
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-211-32/+42
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-14/+14
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-011-2/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-47/+47
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-2/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+8
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-15/+15
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-20/+22
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+4
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-2/+2
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-231-6/+8
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-4/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+83
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-83/+0
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-0/+83
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-11/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-14/+14
* 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-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-2/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-2/+2
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-5/+5
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-27/+13
* 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-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-13/+13
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-43/+43
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+14
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-4/+2
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-2/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-4/+2
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-46/+51
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-17/+31