summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collection_query_info.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-1/+7
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-10/+45
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+10
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-0/+1
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-1/+1
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-181-19/+3
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-4/+13
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+18
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-151-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+6
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-29/+3
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-8/+10
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-0/+135