summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-0/+4
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-0/+3
* SERVER-71998 Shard merge recipient imports donor collection & indexes using n...Suganthi Mani2023-01-171-6/+2
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-4/+4
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-0/+2
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-061-0/+6
* Revert "SERVER-68267 create function to search for durable catalog entry by n...auto-revert-processor2022-10-061-6/+0
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-051-0/+6
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-9/+12
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-2/+0
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-1/+3
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-0/+2
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-18/+23
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-0/+2
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-2/+0
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-0/+2
* SERVER-65139 Improve namespace fetching performance in BackupBlock::_initiali...Gregory Wlodarek2022-04-011-2/+0
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-8/+8
* SERVER-62006 inline DurableCatalog::isFeatureDocument()Benety Goh2022-02-241-3/+0
* SERVER-62427 Return namespace with backupCursorMatt Kneiser2022-02-111-0/+2
* SERVER-62610 Add a function to the durable catalog to fetch all index idents ...Gregory Wlodarek2022-02-021-0/+2
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-8/+8
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-1/+1
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-2/+0
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-16/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-78/+16
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-3/+1
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified by...Gregory Wlodarek2021-02-101-0/+4
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+6
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-9/+2
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-2/+2
* SERVER-51145 Ensure that newly generated idents do not collide with imported ...Gregory Wlodarek2020-10-201-5/+13
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-0/+1
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-1/+2
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-251-0/+7
* SERVER-51076 Modify the output of exportCollection to include file paths and ...Gregory Wlodarek2020-09-211-0/+4
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-0/+5
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-2/+1
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+6
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+5
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+5
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+2
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-031-33/+0
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+5
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-59/+53
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-7/+0
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-4/+0
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-0/+4
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-4/+0