summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38397 Make WiredTigerRecoveryUnit::State a general concept in Recovery...Gregory Noma2019-06-191-0/+103
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active tran...Gabe Villasana2019-06-111-0/+6
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-8/+38
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-1/+0
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-0/+12
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-2/+10
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-3/+3
* SERVER-38906 Txns read without timestamp by defaultA. Jesse Jiryu Davis2019-02-201-7/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-1/+6
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-041-0/+13
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-3/+5
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-2/+32
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-171-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-0/+12
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+7
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-4/+13
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-44/+0
* SERVER-35965 Improve storage documentation for RecoveryUnit, RecordStore and ...Louis Williams2018-07-051-25/+46
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-221-0/+10
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-8/+15
* SERVER-35048 setIgnorePrepared should not uassert on storage engines that do ...Louis Williams2018-05-181-4/+6
* SERVER-34556 Iterating through indexes for a last applied timestamp transacti...Dianna Hohensee2018-05-171-0/+2
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-51/+39
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-4/+8
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-3/+7
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+12
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-3/+17
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+28
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+2
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-16/+10