summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-4/+4
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-2/+2
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-0/+10
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+3
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-1/+0
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-9/+10
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-0/+24
* SERVER-72111 Add index idents to DurableCatalogEntryGregory Wlodarek2023-02-031-3/+10
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-71998 Shard merge recipient imports donor collection & indexes using n...Suganthi Mani2023-01-171-4/+5
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-4/+5
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-0/+15
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-061-14/+27
* Revert "SERVER-68267 create function to search for durable catalog entry by n...auto-revert-processor2022-10-061-27/+14
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-051-14/+27
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-16/+36
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-2/+2
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-15/+0
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-5/+2
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-0/+15
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-11/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-16/+17
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-2/+2
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-1/+3
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66033 All newly created time-series collections default to timeseriesB...Gregory Wlodarek2022-04-281-11/+4
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-55/+7
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-7/+55
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-55/+7
* SERVER-65139 Improve namespace fetching performance in BackupBlock::_initiali...Gregory Wlodarek2022-04-011-21/+0
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-57/+52
* SERVER-62006 inline DurableCatalog::isFeatureDocument()Benety Goh2022-02-241-9/+0
* SERVER-62427 Return namespace with backupCursorMatt Kneiser2022-02-111-0/+21
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+0
* SERVER-62610 Add a function to the durable catalog to fetch all index idents ...Gregory Wlodarek2022-02-021-0/+21
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-57/+63
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-12/+14
* SERVER-60911 Remove FCV references for secondary indexes on time-series measu...Gregory Wlodarek2022-01-051-5/+8
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+11
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-37/+9
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-4/+3
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-7/+8
* SERVER-60574 Add a new catalog flag to indicate whether a time-series bucket ...Gregory Wlodarek2021-10-141-0/+10
* SERVER-58162 Remove `ReplicationCoordinator::canAcceptWritesFor` condition in...Gregory Noma2021-09-131-1/+1
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-220/+5
* SERVER-57385 handle invalid index metadata entries when reading and writing c...Benety Goh2021-06-171-1/+5