summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/session_update_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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