summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-4/+4
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-4/+0
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-021-10/+15
* SERVER-44590 Logged snapshot IDs should match when opening and closing transa...Faustoleyva542020-06-301-6/+6
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-0/+38
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-041-1/+1
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-2/+3
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-0/+5
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-28/+33
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-7/+0
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-271-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-011-1/+10
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+36
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-10/+24
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-22/+22
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-22/+22
* SERVER-39591 RecoveryUnit::waitUntilDurable() invariants against callers hold...Dianna Hohensee2019-11-181-0/+2
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-061-0/+20
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-22/+10
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-4/+5
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-211-0/+5
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-21/+10
* SERVER-41861 Simplify the concurrency between timestamp_transaction and commi...Gregory Wlodarek2019-07-261-5/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-15/+15
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-241-48/+19
* SERVER-38397 Make WiredTigerRecoveryUnit::State a general concept in Recovery...Gregory Noma2019-06-191-59/+22
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-19/+25
* SERVER-40470 Use roundup_timestamp API instead of round_to_oldestSulabh Mahajan2019-04-121-4/+6
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-18/+27
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-2/+15
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-2/+1
* SERVER-39655 Change uint32_t to int32_t in fetchStatsDivjot Arora2019-03-081-1/+1
* SERVER-38906 Txns read without timestamp by defaultA. Jesse Jiryu Davis2019-02-201-12/+0