summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/durable_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-1/+0
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-0/+1
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-1/+0
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-12/+17
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-1/+1
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2022-11-081-0/+7
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-041-0/+121
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-0/+2
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-061-5/+70
* Revert "SERVER-68267 create function to search for durable catalog entry by n...auto-revert-processor2022-10-061-67/+5
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-051-5/+67
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-1/+1
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-2/+4
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-0/+22
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-6/+6
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-0/+5
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-11/+17
* SERVER-65189 Run `DurableCatalogTest` with `wiredTiger`Gregory Noma2022-04-211-89/+118
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+19
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-2/+7
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-96/+50
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+0
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-50/+96
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+3
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-7/+7
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+3
* SERVER-60911 Remove 'CheckTimeseriesBucketsMayHaveMixedSchemaDataFlagFCVLastC...Gregory Wlodarek2022-01-051-32/+0
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-4/+5
* SERVER-60574 Add a new catalog flag to indicate whether a time-series bucket ...Gregory Wlodarek2021-10-141-5/+71
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-5/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-112/+159
* SERVER-54012 DurableCatalogTest::ImportCollection to handle missing idxIdentGregory Wlodarek2021-02-111-6/+0
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-1/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-51145 Ensure that newly generated idents do not collide with imported ...Gregory Wlodarek2020-10-201-20/+84
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-2/+1
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-5/+7
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-1/+5
* SERVER-51154: Generate a new collection UUID for importLingzhi Deng2020-09-281-14/+11
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-251-0/+89
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-94/+145
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-3/+4
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-0/+5