summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-50/+31
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-5/+4
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-1/+1
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-1/+1
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-30/+51
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-51/+30
* SERVER-76450 Remove CollectionCatalogStasherHenrik Edin2023-04-271-2/+2
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-0/+1
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-261-793/+3
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-261-0/+22
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-183/+0
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-2/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-13/+12
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-8/+0
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-30/+44
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-12/+21
* SERVER-75741 CollectionCatalog handles mixed-mode creates and drops during st...Gregory Wlodarek2023-04-061-0/+35
* SERVER-75456 Fix establishConsistentCollection when used concurrently with re...Henrik Edin2023-04-031-0/+257
* SERVER-75303 Report drop-pending idents in serverStatus more efficientlyLouis Williams2023-03-281-17/+17
* SERVER-74878 Restoring from query yield supports fetching point-in-time colle...Gregory Wlodarek2023-03-171-0/+37
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-74/+55
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+3
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-279/+384
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-68/+60
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-16/+16
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-091-201/+216
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-103/+118
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-1/+10
* SERVER-73224 Fix reads by UUID during concurrent rename with openCollectionHenrik Edin2023-01-251-25/+328
* SERVER-72704 Fix lookup by UUID after openCollection during concurrent renameHenrik Edin2023-01-201-12/+59
* SERVER-72133 Change CollectionCatalog::openCollection to call OpenedCollectio...Matthew Saltz2023-01-191-0/+43
* SERVER-71817 Store opened collections in separate data structureHenrik Edin2023-01-131-12/+14
* Revert "SERVER-72133 Change CollectionCatalog::openCollection to call Uncommi...Sviatlana Zuiko2023-01-111-43/+0
* SERVER-72133 Change CollectionCatalog::openCollection to call UncommittedCata...Matthew Saltz2023-01-101-0/+43
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-3/+3
* SERVER-71955 Only re-use the shared_ptr<Ident> for index entries in Collectio...Matthew Saltz2022-12-141-9/+97
* SERVER-71779 Handle rename in catalogId mapping for unreplicated collections/...Henrik Edin2022-12-071-8/+113
* SERVER-71644: Avoid parsing durable catalog entry when we only need to compar...Will Buerger2022-12-051-3/+4
* SERVER-71594: Use pending namespaces map to discover catalogId when openColle...Will Buerger2022-11-301-0/+80
* SERVER-71208: Handle namespaces pendingCommit in openCollectionWill Buerger2022-11-231-145/+429
* SERVER-71522 Fix catalogId mapping writes without timestamp to never leave em...Henrik Edin2022-11-221-0/+29
* SERVER-70981: Handle index build ready transition when instantiating collecti...Will Buerger2022-11-171-0/+106
* SERVER-70150: Plug DurableCatalog::scanForCatalogEntryByNss into CollectionCa...Will Buerger2022-11-101-103/+105
* SERVER-71102: openCollection for historical lookups should not lookup from th...Will Buerger2022-11-081-17/+45
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-071-0/+44
* 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