summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-2/+4
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-1/+1
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultDaniel Gómez Ferro2022-01-181-0/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-12/+12
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-1/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-3/+0
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-10/+0
* SERVER-47931 Retry WriteConflictExceptions when creating a *.system.profile c...Dianna Hohensee2020-05-141-0/+8
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-13/+0
* SERVER-47360 Take collection MODE_IX lock instead of database MODE_X lock whe...Gregory Noma2020-04-091-2/+0
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-091-2/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+0
* SERVER-42357 Modify the exclusive lock to be an intent lock in Database::isDr...Gregory Wlodarek2019-09-131-1/+0
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-3/+0
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-0/+3
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-3/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-13/+12
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-2/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-3/+0
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-011-13/+14
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-281-2/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+3
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-52/+3
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-151-3/+6
* SERVER-39419 Stepdown interrupting a running dropDatabase command could leave...Gregory Wlodarek2019-03-131-2/+0
* Revert "SERVER-40022 Clarify Collection ownership and transition DatabaseImpl...Jack Mulrow2019-03-121-6/+3
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-121-3/+6
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-3/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+3
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-7/+0
* 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-1/+1
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-228/+58
* SERVER-38700 add Database::init()Benety Goh2018-12-191-6/+9
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-5/+12
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-191-6/+3
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-9/+0
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-2/+21
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-261-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+0
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-15/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-53/+31
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-31/+53
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-53/+31
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ...Esha Maharishi2018-02-261-1/+1
* SERVER-29057 add Database::makeUniqueCollectionNamespace()Benety Goh2017-07-281-0/+18
* SERVER-29277 add Database drop-pending flagBenety Goh2017-06-191-0/+24