summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...slow-ops-backportnehakhatri52019-03-271-0/+9
* 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-0/+5
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-131-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
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-5/+24
* 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/+14
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-7/+7
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-131-0/+8
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+20
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-4/+4
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-301-0/+4
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-7/+0
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-231-1/+1
* SERVER-20176: Clarify contract of waitUntilDurableGeert Bosch2015-09-241-1/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-3/+3
* SERVER-20384 Add simplified interface to perform an action on commit or rollbackMathias Stearn2015-09-111-0/+44
* SERVER-20120 error instead of hanging on readConcern: majority in an mmapv1 r...matt dannenberg2015-08-261-1/+1
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-1/+21
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-4/+4
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+7
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+21
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-124/+125
* SERVER-18171: Remove obsolete commentGeert Bosch2015-05-181-6/+0
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-17/+5
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-6/+10
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-3/+4
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+2
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+2
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-0/+15
* SERVER-16351: make sure when we swap out recovery units, we don't commit acti...Eliot Horowitz2014-12-311-0/+3
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+5
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-12/+0
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-0/+6
* SERVER-13635: add hook to RecoveryUnit for when we are take out of and put ba...Eliot Horowitz2014-10-161-0/+3
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-161-0/+4
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-7/+0
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-5/+0