summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_txn_record.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39989 Store start timestamp as optime in config.transactionsVesselina Ratcheva2019-03-191-3/+3
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-0/+4
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-0/+1
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-2/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-19/+25
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-121-0/+13
* SERVER-33113 Make SessionTxnRecord IDL non-strict.Siyuan Zhou2018-05-161-0/+1
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-9/+1
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-1/+4
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-4/+1
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-1/+4
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-2/+12
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-8/+0
* SERVER-28903 Implement session transaction record inserts/updatesRandolph Tan2017-07-031-11/+4
* SERVER-28903 Make Transaction state store last write optime instead of write ...Randolph Tan2017-07-031-21/+15
* SERVER-28903 Session Transaction State and Table skeleton codeRandolph Tan2017-06-231-0/+74