summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_operation_session_info.cpp
AgeCommit message (Expand)Author
2024-04-10SERVER-86253 Add serverstatus to record how many users use retryable writes (...Laurel
2024-04-03SERVER-86253 Add serverstatus to record how many users use retryable writes (...Laurel
2024-03-12SERVER-86680 Only check internal auth for internal txn options when necessary...Jack Mulrow
2024-02-17SERVER-85475 Move AuthorizationManager from ServiceContext to ServiceShreyas Kalyan
2024-02-01SERVER-80296 Refactor command request processing path to reduce BSON parsing ...Alex Li
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-07-07SERVER-77506 Rewrite TransactionRouter::appendFieldsForStartTransaction in a ...Kaloian Manassiev
2023-07-04SERVER-77506 Require OperationSessionInfoFromClient to be constructed with mi...Kaloian Manassiev
2023-06-28SERVER-78196 Migrate remaining calls to RP::forClusterResource() to pass tena...Gabriel Marks
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-05-16SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev
2022-08-17SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan
2022-08-16SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-06-03SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow
2022-03-17SERVER-64605 Allow internal sessions on standalone replica setsJack Mulrow
2022-02-03SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang
2022-01-27SERVER-61817 Only allow txnRetryCounter and internal sessions for internal cl...Jack Mulrow
2021-12-02SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang
2021-10-13SERVER-60530 Throw InternalTransactionNotSupported instead of InvalidOptions ...Jason Zhang
2021-09-28SERVER-59703 Only support child sessions in sharded clustersJonathan Lee
2021-09-01SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao
2021-08-14SERVER-58751 Make logical session cache track related sessions as one logical...Cheahuychou Mao
2020-08-04SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek
2019-08-08SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka
2019-07-02SERVER-39576 Remove the 'doTxn' commandWilliam Schultz
2019-03-03SERVER-37092 Remove old server parameter APISara Golemon
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-04SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan
2019-01-31SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan
2018-10-24SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-02SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile
2018-07-30SERVER-36072 Remove already disabled enableInMemoryTransactions server parameterDianna Hohensee
2018-07-30SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler
2018-07-27SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee
2018-07-27SERVER-34664 Fix error codeTess Avitabile
2018-07-27SERVER-34664 Commands that are unsupported in a transaction should errorTess Avitabile
2018-07-23SERVER-35695 Add server parameter to enable transactions on inMemoryWilliam Schultz
2018-07-09SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao
2018-06-14SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile
2018-06-11SERVER-35527 Ignore session information on the embedded version of mongodJack Mulrow
2018-05-02SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue
2018-04-13SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou
2018-03-02SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee
2018-02-21SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan
2018-01-19SERVER-32460 platforms upgrade/downgrade workJason Carey
2017-11-17SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow
2017-11-13SERVER-31640: Parse logical session IDS for authenticated clientsSpencer Jackson
2017-11-10SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb