summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::isPresent()Benety Goh2021-06-171-1/+1
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::nameStringData()Benety Goh2021-06-151-10/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-326/+54
* SERVER-55814 Take mutex prior to accessing DurableCatalogImpl::_catalogIdToEn...Gregory Wlodarek2021-04-061-0/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-2/+5
* SERVER-54012 DurableCatalog::importCollection() handles collections without i...Gregory Wlodarek2021-02-111-5/+4
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified by...Gregory Wlodarek2021-02-101-0/+9
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+25
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-34/+11
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-4/+4