summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-2/+2
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-261-3/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63244 Round up read timestamp for majority readsDaniel Gómez Ferro2022-02-111-1/+11
* SERVER-55030 Remove mutexes serializing secondary and majority read opsDaniel Gómez Ferro2022-02-021-7/+10
* 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-26/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-1/+4
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-4/+4
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-6/+10
* 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-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+5
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p...Samy Lanka2018-09-051-2/+2
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-11/+4
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-50/+8
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-2/+3
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-16/+41
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-26/+24
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-151-21/+25
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-151-25/+21
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-101-14/+29
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-071-29/+14
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-17/+4
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-11/+9
* SERVER-31616 Check return value of std::snprintf for errorsXiangyu Yao2017-11-031-0/+10
* SERVER-31345: Throw a WCE when the oldest timestamp races ahead of the read c...Daniel Gottlieb2017-10-091-19/+20
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-28/+8
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-0/+12
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-241-24/+20
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Max Hirschhorn2017-08-231-4/+17
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-17/+4
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Eric Milkie2017-08-231-4/+17
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-17/+4
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+33
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+5
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-4/+2
* SERVER-17294: Boost 1.59 compilation fixesMark Benvenuto2015-08-241-1/+1
* SERVER-19213 Move old snapshot cleanup out of the repl mutexMathias Stearn2015-08-121-1/+9
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-4/+7
* SERVER-19213 clean up invariants around snapshot creationMathias Stearn2015-08-041-1/+1
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+99