summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-4/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-8/+6
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-191-17/+6
* SERVER-41269 Set txn state to in-progress when fetching active transaction stateSiyuan Zhou2019-05-301-2/+1
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-0/+37
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-26/+52
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-33/+68
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-091-20/+109
* SERVER-36483 Do not reap transaction entries for prepared transactionsKaloian Manassiev2019-05-021-2/+11
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-15/+16
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-16/+15
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-15/+16
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-251-3/+8
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-15/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-1/+4
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-15/+17
* SERVER-38282 Step-up reacquires locks for prepared transactionsSiyuan Zhou2019-01-071-7/+29
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-5/+4
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-1/+1
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-0/+16
* SERVER-35879 Skip invalidating sessions that have a transaction when a node b...Samy Lanka2018-12-131-23/+42
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-2/+1
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-0/+6
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-0/+19
* SERVER-37244 Use thread-pool instead of detached std::thread in MongoDSession...Kaloian Manassiev2018-11-051-11/+44
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-1/+54
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-0/+86