summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_id_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-28/+27
* SERVER-65293 Chunk migration should only migrate internal sessions for retrya...Cheahuychou Mao2022-04-071-5/+5
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-0/+4
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-0/+4
* SERVER-58759 Internal transaction API supports owned synchronous transactionsJack Mulrow2021-11-301-0/+14
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-1/+1
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+4
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-4/+4
* SERVER-59717 Remove stmtId from internal session id for retryable internal tr...Jonathan Lee2021-10-131-12/+3
* SERVER-58755 Manage lifetime of internal sessions and transactionsJason Zhang2021-09-141-0/+7
* SERVER-58751 Make logical session cache track related sessions as one logical...Cheahuychou Mao2021-08-141-1/+17
* SERVER-58751 Support internal sessionsCheahuychou Mao2021-08-141-3/+11
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-0/+12
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33425: Removed unused function SessionsCommandFCV34StatusMatthew Saltz2018-03-231-8/+0
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+0
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-1/+2
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-081-0/+4
* SERVER-30430 Gate session use on featureCompatibilityVersionGabriel Russell2017-09-211-0/+9
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-8/+15
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-27/+0
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-151-4/+23
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-9/+2
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-17/+54
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-1/+4
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-0/+155