summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_holder_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-12/+0
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-2/+0
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-0/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-2/+0
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-0/+12
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-11/+9
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-3/+0
* SERVER-63535 Change CollectionCatalog::onCloseDatabase to take TenantDatabase...Sophia Tan2022-02-111-1/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-10/+15
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-0/+2
* SERVER-57357 Make `listDatabases` a lock-free operationYuhong Zhang2021-10-071-0/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-1/+1
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-081-0/+3
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-10/+0
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-021-0/+2
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-6/+0
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-2/+2
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+1
* SERVER-38719 unshim DatabaseHolderBenety Goh2018-12-201-1/+1
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-0/+2
* SERVER-38700 remove redundant DatabaseHolder implementation comments and head...Benety Goh2018-12-191-36/+1
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-0/+10
* SERVER-38612 rebuildIndexesOnCollection() delegates Collection creation to Da...Benety Goh2018-12-171-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33330 closeAll now checks for bg jobs in progressEric Milkie2018-02-161-6/+3
* SERVER-28842 Slice `DatabaseHolder` using a vtableADAM David Alan Martin2017-04-241-0/+98