summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72076 Check multitenancySupport server parameter before setting tid fi...jannaerin2022-12-131-3/+5
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-021-0/+12
* SERVER-71069 add ReplOperation::extractPrePostImageForTransaction()Benety Goh2022-11-041-2/+30
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-241-2/+9
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-221-9/+2
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-211-2/+9
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-0/+1
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-1/+0
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-0/+1
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-1/+1
* SERVER-69718 Add global_index.js jscore/txns testJosef Ahmad2022-10-101-4/+0
* SERVER-69554: Parallelise global index CRUD replicationYu Jin Kang Park2022-10-061-0/+13
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-1/+3
* SERVER-69719 Shorten the global index crud oplog entriesJosef Ahmad2022-09-271-1/+3
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-4/+26
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+2
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+2
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+16
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+2
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-6/+0
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-2/+1
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-2/+11
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-10/+10
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-9/+7
* SERVER-62766 Write tenantId fields to oplog entries on deleteHugh Tong2022-06-061-0/+4
* SERVER-62765 Write tenantId fields to oplog entries on updateHugh Tong2022-06-021-0/+4
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-5/+5
* 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-49/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-0/+31
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-31/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-0/+31
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-2/+12
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-1/+3
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-1/+3
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-141-0/+17
* Revert "SERVER-56127 Fixing retryable writes on update and delete commands to...Ethan Zhang2021-10-131-17/+0
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-081-0/+17
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-4/+12
* SERVER-56338 Make resharding CRUD and session application concurrent.Max Hirschhorn2021-05-071-12/+0
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-0/+4
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-03-311-44/+44
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-7/+9
* SERVER-49907 Unroll applyOps entry and do resharding CRUD application.Max Hirschhorn2021-01-111-2/+14
* Revert "SERVER-49907 Unroll applyOps entry and do resharding CRUD application."Max Hirschhorn2021-01-091-14/+2
* SERVER-49907 Unroll applyOps entry and do resharding CRUD application.Max Hirschhorn2021-01-081-2/+14