summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46640 The TTLMonitor should not remove the cached index information fr...Gregory Wlodarek2020-03-131-0/+6
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-0/+2
* SERVER-46253 Only register rollback handlers for registered collectionsMaria van Keulen2020-02-251-1/+0
* SERVER-46253 Roll back collection registrations during txn abortMaria van Keulen2020-02-241-0/+1
* SERVER-42785 Make lookupUUIDByNSS constant timeDaniel Ernst2019-12-091-2/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+10
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-021-0/+2
* 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-3/+3
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-8/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-1/+8
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-8/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-1/+8
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-62/+21
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-35/+11
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-11/+35
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-35/+11
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-0/+13
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-0/+327