summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-191-20/+0
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-10/+14
* SERVER-69101 Remove WTPrepareConflictForReads fail pointYuhong Zhang2023-02-281-11/+1
* SERVER-73464 Reset lastApplied read source to default when storage snapshot c...Henrik Edin2023-02-011-0/+6
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-3/+17
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-311-113/+2
* Revert "SERVER-70830 Unit test `WiredTigerOperationStats`"Gregory Noma2022-10-311-2/+113
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-281-113/+2
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-15/+0
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-0/+15
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-071-6/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-15/+0
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-0/+11
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+1
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2022-08-161-1/+4
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-9/+9
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-261-11/+31
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-071-13/+26
* SERVER-66603 Ensure we can't throw between releasing WiredTigerBeginTransacti...Dan Larkin-York2022-05-231-3/+4
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-05-031-17/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-5/+0
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-0/+5
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-5/+0
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-03-301-9/+2
* SERVER-62350 Refactor refreshSnapshot to use WT->reset_snapshotJordi Olivares Provencio2022-02-111-25/+4
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-071-6/+29
* Revert "SERVER-62791 Modify setTimestamp to use stack allocation"Jordi Olivares Provencio2022-02-041-28/+6
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-041-6/+28
* SERVER-55030 Remove mutexes serializing secondary and majority read opsDaniel Gómez Ferro2022-02-021-21/+7
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-6/+6
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-2/+3
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-3/+2
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-2/+5
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+16
* SERVER-57034 Provide better context in multi-timestamp invariantDan Larkin-York2021-09-091-6/+62
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-1/+1
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-2/+4
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-261-13/+5
* SERVER-50999 Set WiredTiger RecoveryUnit in oplog read state when opening a s...Henrik Edin2020-10-201-0/+6
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-141-1/+1
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-1/+40
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-40/+1
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-1/+40
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-0/+35
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21