summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_reaper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39733 Migrate transaction reaper set parameter to idlSara Golemon2019-03-011-23/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-35187 fix off by one error in transaction reaperSarah Zhou2018-06-011-2/+2
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-1/+1
* SERVER-34833 Sessions transaction reaper should refresh routing info before l...Jack Mulrow2018-05-161-24/+22
* SERVER-34773 Do not require `finalize()` to be have been called on the Transa...Kaloian Manassiev2018-05-021-52/+45
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-19/+28
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-1/+4
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-1/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-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