summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-171-0/+2
* SERVER-38355 add invariant for commit and rollback handlers reopening the WT ...Benety Goh2018-12-041-4/+70
* SERVER-38355 remove WiredTigerRecoveryUnit::_areWriteUnitOfWorksBannedBenety Goh2018-12-041-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37550 Relax rules on setting readOnce flag on WiredTiger sessionMatthew Russotto2018-10-111-1/+2
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-011-3/+3
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-39/+12
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+6
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-4/+0
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-221-0/+2
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-1/+1
* 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-10/+17
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-0/+1
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-0/+2
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+4
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+7
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-8/+8
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-3/+6
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-8/+0
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-231-1/+1
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-0/+2
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-6/+6
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-131-0/+1
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-311-0/+6
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-0/+11
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-2/+2
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-0/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-29/+23
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-1/+4
* 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-6/+0
* SERVER-21367: Add WT transaction lifetime diagnosticsDaniel Gottlieb2016-12-061-0/+2
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-301-4/+0
* SERVER-24005 inline WiredTigerRecoveryUnit::get()Mathias Stearn2016-05-091-1/+4
* SERVER-23418 Use globally unique snapshot IDsr3.3.4Geert Bosch2016-04-011-1/+1
* SERVER-21526 use RAII type for WTSessionCache::getSessionKyle Suarez2016-02-101-3/+2
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-011-6/+0
* SERVER-22058 Fix warnings in non-MMAP V1 implementation of writingPtrKaloian Manassiev2016-01-051-5/+1
* Remove unused variable from WT RecoveryUnitGeert Bosch2015-11-231-1/+0
* SERVER-20877 - Allow getSession to specify if a WiredTiger txn is neededDavid Hows2015-11-191-0/+8
* Minor comment fixGeert Bosch2015-10-111-1/+1
* SERVER-20549: Cleanup naming of loc vs id in WiredTigerMartin Bligh2015-09-211-1/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-4/+2
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-1/+5
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+3
* SERVER-19189: Rename CursorId -> TableIdMartin Bligh2015-07-091-2/+2