summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-54/+95
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-4/+7
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-063-265/+251
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-2/+2
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+15
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-175-19/+19
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-24/+0
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-1/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-2/+21
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-1/+6
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-0/+7
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-292-7/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-276-14/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-263-21/+21
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+7
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-5/+0
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-5/+5
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-57/+0
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-0/+57
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-285-168/+36
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-2514-3633/+108
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-2/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2114-592/+731
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-213-6/+7
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-31/+6
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2012-123/+124
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-2012-124/+123
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2012-123/+124
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-175-66/+36
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-175-36/+66
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-145-66/+36
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-133-13/+9
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-133-9/+13
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-123-13/+9
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-114-12/+64
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-109-13/+13
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-104-7/+7
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-074-26/+42
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-224-0/+15
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the st...Dianna2019-05-222-3/+14
* SERVER-41009 TimestampMonitor and getOldestActiveTimestamp shouldn't conflict...Gregory Wlodarek2019-05-201-0/+3
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-173-11/+11
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-1/+4
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-153-19/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-076-33/+34
* SERVER-39518 Use database MODE_IX lock for rename collectionsXiangyu Yao2019-04-291-4/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-2610-153/+167
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-263-15/+23