summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_info_cache_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-243/+0
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-291-33/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+11
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-11/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-1/+11
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-4/+5
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-3/+3
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-3/+3
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-3/+3
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-171-7/+0
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-13/+13
* SERVER-37443 Don't call a virtual method in CollectionInfoCacheImpl destructor.David Storch2018-10-251-1/+1
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+16
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-6/+6
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-3/+3
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-1/+1
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-10/+2
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-2/+2
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-11/+27
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-8/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+8
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-8/+4
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28832 Slice `catalog/collection_info_cache`ADAM David Alan Martin2017-04-201-0/+250