summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/transaction_oplog_application.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40053 Add an RAII type to change and restore the timestamp read sourceSiyuan Zhou2019-03-201-12/+14
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-0/+55
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-1/+2
* SERVER-39035 Specify durable_timestamp when committing prepared transaction.Suganthi Mani2019-02-261-16/+3
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-7/+6
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-17/+34
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+2
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-3/+7
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-5/+5
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-0/+134