summaryrefslogtreecommitdiff
path: root/src/mongo/db/session
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-164-237/+1
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-122-2/+2
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-1010-32/+832
* SERVER-69317 Remove Feature Flag for PM-2213Moustafa Maher Khalil2023-05-011-5/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-264-7/+39
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-254-39/+7
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-254-7/+39
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-183-21/+28
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+6
* SERVER-73229 Throw on write errors in session refreshAbdul Qadeer2023-03-311-3/+2
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-303-26/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-133-0/+26
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-3/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-119/+126
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-101-0/+5
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-1/+0
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+1
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-233-31/+29
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-171-6/+2
* Revert "SERVER-72735 Revert commits while investigating root cause"Kaloian Manassiev2023-01-161-2/+6
* SERVER-72735 Move range_deletion_task.idl out of sharding_api_dKaloian Manassiev2023-01-161-6/+2
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-243-8/+5
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-2/+2
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-082-2/+3
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-143-5/+8
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-133-8/+5
* SERVER-70231 Fix Coverity analysis defect 122778: Using a moved objectwenqinYe2022-10-201-1/+1
* SERVER-70093 InternalSessionPoolTest resets global cluster role when tearing ...Benety Goh2022-09-291-0/+4
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-263-3/+0
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-9/+7
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-2/+1
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+27
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeSessionWorkerF...Benety Goh2022-08-292-17/+13
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshLocksForPre...Benety Goh2022-08-292-11/+9
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-5/+3
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::beginOrContinueTra...Benety Goh2022-08-292-3/+10
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::isTransactionPrepa...Benety Goh2022-08-283-9/+22
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshTransaction...Benety Goh2022-08-273-17/+30
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::abortTransaction()Benety Goh2022-08-262-11/+10
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-4/+4
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeParentSessionW...Benety Goh2022-08-262-52/+27
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::invalidateSessionT...Benety Goh2022-08-262-8/+20
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-252-3/+24
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-254-3/+55