summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collection_query_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+4
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-2/+2
* SERVER-72462 Add wildcardProjection validationAlexander Ignatyev2023-01-191-0/+13
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-65/+71
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-5/+8
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-9/+9
* SERVER-66619 Teach update layer that all modifications affect columnar indexesMathias Stearn2022-05-231-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-03-291-1/+3
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-32/+31
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-2/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-10/+16
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-4/+8
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-0/+1
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-1/+0
* SERVER-49385 Make SBE fail cleanly when required index is dropped while yieldedDavid Storch2021-03-081-5/+0
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-181-18/+0
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-8/+28
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+8
* 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/+7
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-1/+0
* 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-24/+18
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-18/+18
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-1/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-6/+7
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-14/+1
* SERVER-43642 move IndexLegacy::adjustIndexSpecObject() into IndexCatalogImpl ...Benety Goh2019-11-221-1/+0
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-5/+9
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-0/+264