summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...slow-ops-backportnehakhatri52019-03-271-1/+18
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-10-291-6/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-251-1/+27
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-09-141-1/+4
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-131-2/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-4/+7
* SERVER-34556 Iterating through indexes for a last applied timestamp transacti...Dianna Hohensee2018-05-171-2/+6
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-57/+77
* SERVER-34701 Wait for oplog visibily on rollback startLouis Williams2018-05-111-2/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+31
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-4/+13
* SERVER-34565 oplog reads on secondaries should read at lastApplied timestampEric Milkie2018-04-201-5/+3
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-5/+11
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-1/+11
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-2/+12
* SERVER-34091 Make sure we read all committed entries when truncating the oplogWilliam Schultz2018-03-231-1/+3
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-5/+26
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-2/+32
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-1/+7
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-151-12/+2
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-151-2/+12
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-6/+15
* SERVER-33311 Have readConcern available ignore prepared transactionsXiangyu Yao2018-03-131-1/+5
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-101-11/+2
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-5/+4
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-071-2/+11
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-17/+5
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-231-1/+1
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-2/+12
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+29
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-5/+6
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-131-0/+5
* Revert "SERVER-31882 start a transaction when beginning a UnitOfWork"Geert Bosch2017-11-131-2/+0
* SERVER-31882 start a transaction when beginning a UnitOfWorkEric Milkie2017-11-091-0/+2
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-311-0/+7
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-2/+19
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-5/+5
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-1/+2
* SERVER-31291 Stop using stringstream in SnapshotName::toString()Mathias Stearn2017-09-291-1/+1
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-1/+8
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-16/+31
* SERVER-29212: Stage changes for taking stable checkpoints.Daniel Gottlieb2017-08-021-1/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+2
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-27985 Remove unused _everStartedWrite and getWTSession()Maria van Keulen2017-02-241-7/+1
* SERVER-21367: Add WT transaction lifetime diagnosticsDaniel Gottlieb2016-12-061-0/+15
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-301-10/+0