summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-5/+26
* SERVER-49907 Unroll applyOps entry and do resharding CRUD application.Max Hirschhorn2021-01-111-1/+7
* Revert "SERVER-49907 Unroll applyOps entry and do resharding CRUD application."Max Hirschhorn2021-01-091-7/+1
* SERVER-49907 Unroll applyOps entry and do resharding CRUD application.Max Hirschhorn2021-01-081-1/+7
* SERVER-49904 Handle pre/post image oplog entries in resharding oplog applierRandolph Tan2021-01-071-2/+2
* SERVER-49904 Use shared_ptr in OplogEntry for pre- and post-images.Max Hirschhorn2021-01-061-6/+8
* SERVER-49904 Add pre-image and post-image oplog entries to OplogEntry.Max Hirschhorn2020-12-241-0/+11
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-32/+140
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-50120 Implement Resharding oplog applier for basic crud opsRandolph Tan2020-10-201-1/+1
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-051-1/+0
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+1
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-1/+7
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+12
* SERVER-45565: Modified Oplog Batcher behavior to process large transaction op...Andrew Chen2020-03-041-3/+13
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-0/+17
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-3/+3
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-0/+5
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-141-0/+6
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-0/+10
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-0/+5
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-131-0/+12
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-0/+17
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-2/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-21/+21
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-66/+129
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-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