summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-191-5/+0
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-5/+11
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-2/+4
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-311-35/+0
* Revert "SERVER-70830 Unit test `WiredTigerOperationStats`"Gregory Noma2022-10-311-0/+35
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-281-35/+0
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-2/+0
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-0/+2
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-2/+0
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-2/+4
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-261-0/+6
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-071-3/+4
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-63200 Add debug logging for OplogOrder unit testDianna Hohensee2022-02-041-1/+1
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+8
* SERVER-57034 Provide better context in multi-timestamp invariantDan Larkin-York2021-09-091-0/+5
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+1
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-261-2/+1
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-3/+1
* SERVER-50999 Set WiredTiger RecoveryUnit in oplog read state when opening a s...Henrik Edin2020-10-201-0/+1
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+29
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-29/+0
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+29
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-0/+2
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+1
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-0/+6
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-0/+2
* SERVER-46698 Invariant that operations holding open an oplog hole cannot call...Jamie Heppenstall2020-05-121-0/+4
* 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