summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/transaction_oplog_application.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-01-211-0/+3
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-3/+3
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-0/+2
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-7/+7
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-1/+2
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-151-23/+51
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-12/+18
* SERVER-46048 block prepared transactions on single-phased index builds on sec...Benety Goh2020-03-101-12/+12
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-2/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-14/+24
* SERVER-46049 Have _applyOperationsForTransaction() return a BadStatus instead...Jason Chan2020-02-101-4/+15
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-141-4/+35
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-1/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-3/+3
* SERVER-43638 Do not block prepared transactions on index builds on secondariesLouis Williams2019-10-091-8/+18
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+3
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+1
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-45/+40
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-1/+1
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-231-0/+6
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-021-0/+9
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-07-011-104/+117
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-2/+5
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-13/+27
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-19/+3
* SERVER-41465 Update fassert to assert the status rather than status.isOK()Jason Chan2019-06-041-1/+1
* SERVER-41465 fassert when applying operations for transactions on secondariesJason Chan2019-06-031-2/+1
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-4/+0
* SERVER-41113 fix windows compileBenety Goh2019-05-301-1/+1
* SERVER-41113 Ignore NamespaceNotFound exceptions when applying transactions d...Matthew Russotto2019-05-301-5/+11
* SERVER-41178: TransactionHistoryIterator should do untimestamped reads during...Lingzhi Deng2019-05-291-0/+16
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-8/+5
* SERVER-41191 oplog application assumes commitTransaction refers to a prepared...Benety Goh2019-05-211-3/+0
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-171-3/+7
* Revert "SERVER-40041 block prepared transactions behind index builds during i...Benety Goh2019-05-161-7/+3
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-161-3/+7
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-21/+3
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-33/+18
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-15/+79
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-10/+35
* SERVER-39791 Reconstruct prepared transactions from new oplog format on rollbackMatthew Russotto2019-04-161-1/+5
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-40/+71
* SERVER-40350 Create a ReplOperation/Durable class delineation to indicate fie...Blake Oler2019-04-051-2/+2
* SERVER-39782 Replaying prepared transaction writes for commit oplog entry...Suganthi Mani2019-03-281-9/+40
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-15/+135