summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-170/+0
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-35/+4
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-648/+99
* SERVER-59204 Ensure that BSONObj stored in the PlanCacheEntry debugInfo is ownedJames Wahlin2021-08-121-2/+2
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-2/+3
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-10/+10
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-9/+11
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-061-1/+1
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-116/+123
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-10/+10
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-16/+0
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-1/+0
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-6/+16
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-32/+39
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-021-25/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43630: Use SortPattern instead of raw BSON in query plannerSvilen Mihaylov2020-02-271-1/+1
* SERVER-46235 Re-enable more no_passthrough testsMark Benvenuto2020-02-241-34/+20
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-25/+73
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-10/+10
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-59/+110
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-3/+1
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-4/+6
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-6/+4
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-4/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+7
* 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-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-2/+2
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-2/+2
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-2/+2
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-468/+64
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-64/+468
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-468/+64
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-031-16/+60
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-4/+4
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-14/+34
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+17
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-15/+4
* SERVER-35982 Include hash of plan cache key in cache transition log linesHaley Connelly2018-08-031-6/+21
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-11/+17
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-11/+7
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0