summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-2/+6
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-0/+8
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-0/+7
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-4/+19
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-19/+4
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-4/+19
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-4/+12
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-0/+8
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+16
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-14/+2
* SERVER-44742 add supportsTwoPhaseIndexBuild to storageEngine server status se...Benety Goh2019-11-221-0/+5
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-4/+30
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-4/+9
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-6/+2
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+6
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+7
* SERVER-42839 Make storage_engine.h functions pure virtualEvgeni Dobranov2019-09-261-70/+30
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-0/+38
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-5/+9
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+9
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-8/+10
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+3
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-4/+12
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-12/+4
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-4/+12
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+8
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-10/+8
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-13/+17
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-12/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-8/+15
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-111-0/+5
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-15/+8
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-7/+14
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-14/+7
* SERVER-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-191-0/+6
* SERVER-38596 add supportPendingDrops to serverStatus outputBenety Goh2018-12-181-0/+7
* SERVER-38254 $backupCursorExtend should return a list of additional files tha...Xiangyu Yao2018-12-121-0/+5
* SERVER-38449 convert invariant in TemporaryKVRecordStore to fassertBenety Goh2018-12-111-1/+1
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-3/+5
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2018-11-301-0/+5
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+7
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-5/+7
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+11