summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-70424: Provide way to create collection instance from untimest...Will Buerger2022-11-031-42/+0
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-021-0/+42
* SERVER-68268 Add function to insert known catalogId mapping after durable cat...Henrik Edin2022-11-021-0/+164
* Revert "SERVER-68268 Add function to insert known catalogId mapping after dur...Henrik Edin2022-11-011-164/+0
* SERVER-68268 Add function to insert known catalogId mapping after durable cat...Henrik Edin2022-10-311-0/+164
* SERVER-70423: Change openCollection to return CollectionPtrWill Buerger2022-10-271-57/+48
* SERVER-70422 Differentiate in CollectionCatalog catalogId mapping between unk...henrikedin2022-10-261-77/+161
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-10/+10
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-1/+17
* SERVER-68256 Point-in-time instantiated collection lifetime is tied to the st...Gregory Wlodarek2022-10-051-40/+202
* SERVER-67431: Filter listDatabases by tenantIdAdityavardhan Agrawal2022-10-041-0/+25
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-62/+37
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-17/+409
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-135/+13
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+332
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-151-8/+8
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+512
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-25/+31
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-25/+25
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-14/+14
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-2/+2
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-41/+37
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh2022-04-061-2/+1
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-061-2/+57
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-051-2/+2
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-8/+19
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-22/+12
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-23/+40
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+0
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-6/+13
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-12/+23
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-23/+12
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-12/+23
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-20/+20
* SERVER-59591 LockerNoop::isW() returns falseGregory Wlodarek2021-08-271-53/+88
* SERVER-57061 Make CollectionCatalog aware of namespaces used by ViewCatalog.Henrik Edin2021-05-281-3/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-8/+3
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-11/+11
* SERVER-52556 Remove faulty catalog iterator test. This is no longer safe.Henrik Edin2020-11-131-20/+0
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-64/+5
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-11/+11
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-35/+39
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-3/+6
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-6/+9
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-8/+8
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-24/+24
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-3/+22
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-0/+9
* SERVER-46761 Don't skip dbs with uncommitted collections during lookupMaria van Keulen2020-03-101-0/+59