summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/session_update_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+0
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+3
* SERVER-58757 Create partial index for config.transactions on parentLsidCheahuychou Mao2021-11-051-2/+10
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-0/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-55883: Allow retrying commitTransaction across back-to-back migrationsLingzhi Deng2021-05-191-2/+0
* SERVER-55305 Do not coalesce updates across different txnNumbers for retryabl...Jason Chan2021-04-271-11/+19
* SERVER-53510 Handle preImage and postImage for retryable writesMatthew Russotto2021-03-171-11/+4
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53509 Create an oplog chain and update config.transactions for retryab...Matthew Russotto2021-03-111-7/+16
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-96/+53
* SERVER-53513: Update config.transactions for committed transactions before st...XueruiFa2021-03-031-2/+2
* SERVER-53513: Modify SessionUpdateTracker to recognize tenant migration trans...XueruiFa2021-03-011-45/+122
* SERVER-53855 Resharding recipient secondaries ignore no-op oplog entries mean...Randolph Tan2021-01-211-3/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-20/+20
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-12/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-4/+11
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-6/+4
* SERVER-39691 Remove FCV checks around the state field in config.transactions ...Jason Chan2019-07-311-6/+0
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-12/+0
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-15/+5
* SERVER-40898 Immediately clear config.transactions table updatesBlake Oler2019-05-161-3/+15
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-1/+1
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-1/+16
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-3/+3
* SERVER-39793 Update the state in transaction table for running transactions o...Jason Chan2019-04-081-41/+126
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39989 Store start timestamp as optime in config.transactionsVesselina Ratcheva2019-03-191-1/+1
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-2/+6
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-02-261-0/+13
* SERVER-36498 Gate "state" field in config.transactions on FCV and remove entr...Jack Mulrow2019-02-201-13/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-37701 Make SessionUpdateTracker include the uid portion of LogicalSess...Randolph Tan2018-10-231-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-221-9/+22
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-2/+68
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-34651 Squash writes for updates to config.transactions during secondar...Randolph Tan2018-05-071-0/+129