summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-191-23/+0
* SERVER-74793 dbCheck should not fail when detecting corruptionLouis Williams2023-04-191-0/+26
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-1/+1
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoa...Sviatlana Zuiko2023-03-241-1/+1
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-221-1/+1
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-3/+18
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-2/+10
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-2/+2
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+1
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-2/+3
* SERVER-71306 Support RecoveryUnit decorations that are tied to snapshot lifetimeLouis Williams2022-11-161-71/+41
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-311-31/+1
* Revert "SERVER-70830 Unit test `WiredTigerOperationStats`"Gregory Noma2022-10-311-1/+31
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-281-31/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-5/+0
* SERVER-68256 Point-in-time instantiated collection lifetime is tied to the st...Gregory Wlodarek2022-10-051-11/+93
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-13/+26
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-0/+5
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-5/+0
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-1/+7
* 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