summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56376: [RRFaM] part 1, add preImage extraction from config.image_colle...Andrew Shuvalov2021-05-271-1/+3
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-111-0/+5
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-10-111-0/+17
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-08-301-7/+59
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-1/+0
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-4/+3
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-071-4/+13
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-2/+7
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-40350 Create a ReplOperation/Durable class delineation to indicate fie...Blake Oler2019-04-051-1/+27
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-0/+9
* SERVER-39434 fix comment on getCommandType in oplog_entry.hMatthew Russotto2019-03-141-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-0/+1
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-1/+0
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38701 Prohibit two phase index build oplog entries through applyOpsLouis Williams2019-02-061-0/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35875 Remove invariant in OplogEntry::getCommandType().Siyuan Zhou2018-09-271-1/+1
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-0/+1
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+2
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-0/+5
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-0/+3
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-33725 use OplogEntry to parse opType in SyncTail::syncApplyBenety Goh2018-03-071-0/+1
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-0/+2
* SERVER-32918 Extract operation fields of OplogEntryBase into chained ReplOper...Siyuan Zhou2018-02-061-0/+12
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-161-0/+8
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-161-0/+5
* SERVER-31356 remove unused OplogEntry constructorsBenety Goh2017-11-071-24/+0
* SERVER-31356 make OplogEntry immutableBenety Goh2017-11-071-0/+1
* SERVER-31356 add OplogEntry constructor to support uuid and transaction relat...Benety Goh2017-11-071-0/+16
* SERVER-30894 Make object2 an optional parameter for OplogEntryRandolph Tan2017-09-191-2/+2
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+1
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-40/+74
* SERVER-28846 replace public variables with getters in OplogEntryJudah Schvimer2017-05-031-6/+28
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-6/+1
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-011-0/+5
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-0/+5
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-5/+0
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-0/+5
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-151-1/+10
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-0/+9
* SERVER-22965 move OplogEntry into repl/oplog_entry.{cpp,h}matt dannenberg2016-03-071-0/+61