summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-1/+1
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-16/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-3/+2
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-2/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p...Samy Lanka2018-09-051-1/+2
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-1/+3
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-18/+0
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-1/+1
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-2/+22
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-1/+6
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-151-6/+1
* SERVER-32876 Fix comment typo.Michael Cahill2018-03-151-2/+3
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-151-1/+5
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-101-5/+1
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-071-1/+5
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-19/+2
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-5/+6
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-2/+1
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-0/+2
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-241-2/+0
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Max Hirschhorn2017-08-231-0/+2
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-2/+0
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Eric Milkie2017-08-231-0/+2
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-2/+0
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-3/+14
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-1/+1
* SERVER-19213 Move old snapshot cleanup out of the repl mutexMathias Stearn2015-08-121-0/+1
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-6/+15
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+81