summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_cache_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+1
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-151-1/+1
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-1/+1
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-4/+1
* SERVER-66459 Explode for sort caches incorrect parameterized plansAnton Korshunov2022-06-291-1/+3
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-6/+6
* SERVER-66209 Make BSONObjs owned when constructing a DebugInfoRuoxin Xu2022-05-061-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-0/+4
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-8/+19
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-17/+0
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-0/+22
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-141-0/+16
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+96
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-191-2/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+72