summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-6/+0
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-191-2/+6
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-1/+1
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-1/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-1/+1
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-0/+21
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-4/+0
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-301-1/+1
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-081-13/+0
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-0/+6
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-4/+4
* 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-3/+4
* 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-1/+4
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-1/+2
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-1/+2
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-14/+0
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-7/+1
* SERVER-47360 Take collection MODE_IX lock instead of database MODE_X lock whe...Gregory Noma2020-04-091-5/+1
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-091-8/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-5/+0
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-3/+12
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-4/+0
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-0/+4
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-4/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-4/+4
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-23/+10
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-5/+5
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-5/+1
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-011-28/+20
* 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/+6
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-10/+12
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-151-18/+3
* Revert "SERVER-40022 Clarify Collection ownership and transition DatabaseImpl...Jack Mulrow2019-03-121-3/+18
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-121-18/+3
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-6/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+6
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-11/+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-11/+1
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-70/+7
* SERVER-38700 add Database::init()Benety Goh2018-12-191-1/+0
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-0/+6
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-191-23/+1