summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-262-0/+13
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-253-23/+15
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-15/+23
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-253-23/+15
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-15/+23
* SERVER-39516 Use database MODE_IX lock for creating collectionXiangyu Yao2019-04-181-15/+2
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-112-9/+0
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-1017-1127/+603
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-094-4/+4
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-056-132/+127
* SERVER-40265 build mongoed with wiredtierGabriel Russell2019-04-011-4/+14
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-282-2/+14
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-213-10/+19
* SERVER-40085 Avoid using barriers in TimestampMonitorNotifiesListenersGregory Wlodarek2019-03-131-10/+20