summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-2/+1
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-061-0/+5
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-6/+5
* SERVER-43147 Validating the Oplog collection with {background: true} should n...Gregory Wlodarek2019-09-061-0/+4
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-2/+3
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-241-4/+0
* SERVER-38397 Make WiredTigerRecoveryUnit::State a general concept in Recovery...Gregory Noma2019-06-191-68/+0
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-6/+4
* SERVER-40470 Use roundup_timestamp API instead of round_to_oldestSulabh Mahajan2019-04-121-1/+1
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-2/+9
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-3/+5
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-0/+11
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-041-0/+5
* SERVER-38499: Enforce oplog visibility at the MongoDB layer.Daniel Gottlieb2019-01-241-0/+3
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+1
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-1/+36
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-171-0/+2
* SERVER-38355 add invariant for commit and rollback handlers reopening the WT ...Benety Goh2018-12-041-4/+70
* SERVER-38355 remove WiredTigerRecoveryUnit::_areWriteUnitOfWorksBannedBenety Goh2018-12-041-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37550 Relax rules on setting readOnce flag on WiredTiger sessionMatthew Russotto2018-10-111-1/+2
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-011-3/+3
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-39/+12
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+6
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-4/+0
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-221-0/+2
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-1/+1
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-1/+3
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-10/+17
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-0/+1
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-0/+2
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+4
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+7
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-8/+8
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-3/+6
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-8/+0
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-231-1/+1
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-0/+2
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-6/+6
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-131-0/+1
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-311-0/+6
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-0/+11
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-2/+2
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-0/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-29/+23