summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_reaper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-21/+23
* SERVER-34833 Sessions transaction reaper should refresh routing info before l...Jack Mulrow2018-06-011-24/+22
* SERVER-34773 Do not require `finalize()` to be have been called on the Transa...Kaloian Manassiev2018-06-011-52/+45
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-06-011-19/+28
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-291-1/+1
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-1/+1
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-16/+62
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-38/+14
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-14/+38
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-7/+3
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-3/+7
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-7/+3
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-231-8/+3
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-1/+3
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-0/+249