summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+6
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-261-0/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-9/+15
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-6/+0
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-0/+6
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-6/+0
* SERVER-62350 Refactor refreshSnapshot to use WT->reset_snapshotJordi Olivares Provencio2022-02-111-2/+1
* SERVER-63200 Add debug logging for OplogOrder unit testDianna Hohensee2022-02-041-0/+4
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-34/+6
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-6/+34
* SERVER-57122 Make RecoveryUnit decorable and use it for UncommitedCollections...Faustoleyva542021-12-211-1/+2
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-0/+26
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-2/+22
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+32
* SERVER-54537 Improve diagnosability for invariant failure in WiredTigerRecord...Dianna Hohensee2021-02-161-1/+8
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-4/+10
* SERVER-52557 Publishing a writable Collection to the catalog is done with a s...Henrik Edin2020-11-211-1/+26
* 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-9/+6
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-3/+5
* SERVER-50999 Set WiredTiger RecoveryUnit in oplog read state when opening a s...Henrik Edin2020-10-201-0/+10
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+9
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-9/+0
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+9
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-0/+6
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-0/+7
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-8/+2
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-021-0/+10
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-2/+2
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of op...Dianna Hohensee2020-08-291-0/+2
* SERVER-44590 Logged snapshot IDs should match when opening and closing transa...Faustoleyva542020-06-301-3/+3
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-0/+6
* SERVER-46698 Invariant that operations holding open an oplog hole cannot call...Jamie Heppenstall2020-05-121-0/+8
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-6/+18
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-5/+1
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-271-1/+1
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-2/+1
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-4/+7
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-8/+4
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-0/+11
* SERVER-39591 RecoveryUnit::waitUntilDurable() invariants against callers hold...Dianna Hohensee2019-11-181-1/+1
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-061-0/+23
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-5/+24
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-3/+3
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+4
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-211-0/+6
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-1/+5
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-4/+4
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-241-1/+5