summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_indexability.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-101-8/+24
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-151-6/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-4/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-4/+4
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-4/+4
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-4/+4
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-7/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-7/+7
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-4/+42
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-7/+52
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-52/+7
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-7/+52
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+52
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+12
* SERVER-17659 Add PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+87