summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-171-1/+11
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-2/+0
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-251-0/+9
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-5/+9
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-7/+0
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-0/+7
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-1/+30
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-1/+1
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+10
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-6/+5
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+1
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-0/+8
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-3/+13
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+9
* SERVER-32196 change semantics around supportsRecoverToStableTimestampJudah Schvimer2018-01-291-8/+9
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+7
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-111-0/+6
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+9
* SERVER-30658 Add DBLevelLocking to check storage engine APIhaleyConnelly2017-08-181-0/+7
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-0/+12
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-021-0/+3
* SERVER-29889 Creates skeleton for recovery to timestamp storage engine API ch...Judah Schvimer2017-07-111-0/+38
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1
* SERVER-21414 serverStatus storageEngine.persistentKyle Suarez2016-02-291-0/+5
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-2/+3