summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+4
* 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/+3
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-251-0/+26
* SERVER-51076 Modify the output of exportCollection to include file paths and ...Gregory Wlodarek2020-09-211-0/+2
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-0/+5
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-2/+2
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-3/+7
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+9
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+8
* SERVER-49778 Move removeIndex calls out of dropCollection in the DurableCatalogDianna Hohensee2020-07-231-0/+4
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+9
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+5
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-031-55/+1
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-2/+7
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-37/+52
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-0/+10
* SERVER-42920 remove storage engine knowledge of mmapHaley Connelly2019-08-301-3/+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
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-5/+3
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-0/+306