summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_operation_session_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-0/+170
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-173/+0
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-031-1/+1
* SERVER-64605 Allow internal sessions on standalone replica setsJack Mulrow2022-03-171-4/+0
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-4/+0
* SERVER-61817 Only allow txnRetryCounter and internal sessions for internal cl...Jack Mulrow2022-01-271-1/+10
* SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang2021-12-021-4/+0
* SERVER-60530 Throw InternalTransactionNotSupported instead of InvalidOptions ...Jason Zhang2021-10-131-1/+1
* SERVER-59703 Only support child sessions in sharded clustersJonathan Lee2021-09-281-0/+4
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+20
* SERVER-58751 Make logical session cache track related sessions as one logical...Cheahuychou Mao2021-08-141-0/+6
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-6/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-0/+1
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-16/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-1/+10
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-311-5/+9
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-9/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-7/+1
* SERVER-36072 Remove already disabled enableInMemoryTransactions server parameterDianna Hohensee2018-07-301-10/+0
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-07-301-0/+7
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-271-8/+5
* SERVER-34664 Fix error codeTess Avitabile2018-07-271-1/+1
* SERVER-34664 Commands that are unsupported in a transaction should errorTess Avitabile2018-07-271-2/+6
* SERVER-35695 Add server parameter to enable transactions on inMemoryWilliam Schultz2018-07-231-1/+16
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+1
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+6
* SERVER-35527 Ignore session information on the embedded version of mongodJack Mulrow2018-06-111-2/+7
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-021-1/+1
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-131-7/+25
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+0
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-7/+17
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-9/+0
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-2/+7
* SERVER-31640: Parse logical session IDS for authenticated clientsSpencer Jackson2017-11-131-2/+5
* SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb2017-11-101-1/+1
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-5/+9
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-271-0/+9
* SERVER-30430 Gate session use on featureCompatibilityVersionGabriel Russell2017-09-211-0/+6
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-1/+5
* SERVER-30782 setting lsid must take the clientlockJason Carey2017-08-231-0/+4
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+67