summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42093 Fix Coverity Analysis Defect in collection_catalog PW.USELESS_TY...Haley Connelly2019-09-261-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-23/+23
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-221-1/+1
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-0/+22
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-021-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-116/+40
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-94/+35
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-35/+94
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-94/+35
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-0/+24
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-0/+607