summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-101-0/+1
* Revert "SERVER-48527 Aborting in-progress transactions on step-up should clea...Kaloian Manassiev2020-06-091-1/+0
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-081-0/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-201-9/+9
* Revert "SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide...Marcos José Grillo Ramírez2020-03-171-9/+9
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-171-9/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+15
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-4/+2
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+1
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-1/+2
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2019-09-051-9/+3
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-4/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+6
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-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