summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-0/+9
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-1/+18
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-0/+9
* SERVER-73601 Add info-level logging for DDL oplog entries on primary and seco...Kaitlin Mahar2023-03-051-0/+6
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-1/+1
* SERVER-74117 Factor out remaining DDL references to TransactionOperations in ...Matt Kneiser2023-03-021-10/+13
* SERVER-73050 Streamline logical branches in OpObserverImpl::onCreateIndexMatt Kneiser2023-02-161-0/+29
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-091-0/+8
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-72761 Split prepareTransaction oplog entries during secondary oplog ap...Wenbin Zhu2023-01-251-1/+1
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-021-11/+2
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-101-5/+8
* SERVER-71069 add ReplOperation::extractPrePostImageForTransaction()Benety Goh2022-11-041-0/+20
* SERVER-69718 Add global_index.js jscore/txns testJosef Ahmad2022-10-101-2/+0
* SERVER-69554: Parallelise global index CRUD replicationYu Jin Kang Park2022-10-061-0/+7
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+6
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+1
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-12/+0
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+1
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+6
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+1
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-4/+4
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-1/+15
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-3/+3
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ...Antonio Fuschetto2022-05-061-0/+9
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-6/+6
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-14/+0
* SERVER-63268 Remove the code in ApplyOps::extractOperationsTo() for storing a...Cheahuychou Mao2022-02-101-19/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-0/+122
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-122/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-0/+122
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+9
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-1/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+34
* SERVER-61191 Add postImage and needsRetryImage to ReplOperationCheahuychou Mao2021-11-201-0/+21
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-10/+35
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-141-0/+6
* Revert "SERVER-56127 Fixing retryable writes on update and delete commands to...Ethan Zhang2021-10-131-6/+0
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-081-0/+6
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-4/+4
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-56338 Make resharding CRUD and session application concurrent.Max Hirschhorn2021-05-071-5/+0
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-0/+2
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-03-311-0/+2