summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-43664 Speedup WiredTiger storage engine startup for many table...Gregory Wlodarek2020-10-121-14/+0
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-031-0/+14
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-08-251-0/+7
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-08-061-30/+30
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-02-251-1/+1
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-02-251-4/+1
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-02-251-0/+4
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-02-251-1/+4
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2020-02-251-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-015-19/+19
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-266-14/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-263-21/+21
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-251-4/+0
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-091-5/+5
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-035-169/+37
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-0214-3630/+111
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2814-592/+731
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2112-123/+124
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-205-66/+36
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-194-26/+42
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-114-12/+64
* 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
* SERVER-40021 Transition KVCatalogEntryBase to onRollback/onCommitGeert Bosch2019-03-082-119/+48
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-078-52/+57
* SERVER-39861 Add the collection UUID to log messages about deferring ident dropsDianna Hohensee2019-03-042-7/+17
* Revert "SERVER-39861 Add the collection UUID to log messages about deferring ...Dianna Hohensee2019-03-012-22/+9