summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_holder_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-8/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-1/+1
* SERVER-44778 Two-phase index builds aborted due to rollback should leave inde...Louis Williams2019-12-051-12/+4
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-6/+11
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-021-0/+9
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-221-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+3
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-5/+0
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-0/+5
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-5/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-9/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-4/+4
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-18/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-2/+3
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-3/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-2/+3
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-3/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-2/+3
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-8/+4
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-2/+23
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-3/+13
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-13/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-2/+13
* 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-5/+5
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-11/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+1
* SERVER-38719 unshim DatabaseHolderBenety Goh2018-12-201-17/+5
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-2/+2
* SERVER-38700 add Database::init()Benety Goh2018-12-191-1/+2
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-5/+31
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-2/+2
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-1/+1
* SERVER-38612 rebuildIndexesOnCollection() delegates Collection creation to Da...Benety Goh2018-12-171-0/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35671 Add handling so closeAll, on failure, leaves UUIDCatalog inBen Judd2018-07-051-2/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-13/+4
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-15/+12
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-12/+15
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-15/+12
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-7/+15
* SERVER-33330 closeAll now checks for bg jobs in progressEric Milkie2018-02-161-21/+2