summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76900 ResourceConsumption::shouldCollectMetricsForDatabase to pass a D...mathisbessamdb2023-05-171-1/+4
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-2/+1
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-5/+6
* SERVER-77027 Only check for direct shard connections if sharding is enabledAllison Easton2023-05-111-1/+2
* SERVER-76984 Remove check for !_isInternalClient() in service entry pointAllison Easton2023-05-111-2/+1
* SERVER-76337 Add a server status metric to track unauthorized direct connecti...Allison Easton2023-05-101-0/+1
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-59/+60
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-081-0/+58
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-4/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-2/+2
* SERVER-75562 Enforce client metadata limit of 512 on non-internal clientsMark Benvenuto2023-04-071-1/+2
* SERVER-74107 Use transaction in cluster parameter refresher to get up-to-date...Gabriel Marks2023-04-051-1/+2
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-12/+11
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+2
* SERVER-75335: Avoid string copies in _initiateCommand(), version metricsColin Stolley2023-03-281-2/+2
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-0/+5
* SERVER-73819 Allow internal errors to escape DBDirectClientBlake Oler2023-03-161-1/+6
* SERVER-74849: Don't re-parse NamespaceString and copy it repeatedlyColin Stolley2023-03-161-3/+5
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-1/+1
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-3/+2
* SERVER-73654 Use DatabaseName util Deserialize for LinearizableRead Checkmathisbessamdb2023-02-161-2/+3
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-2/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-3/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+2
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-2/+2
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-2/+2
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-2/+2
* SERVER-67509 Hook Multi-Doc Tx BeginMatt Kneiser2023-01-181-0/+3
* SERVER-70445 check existence of TimeseriesOptions before using the time serie...Rushan Chen2023-01-111-6/+4
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-3/+3
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-0/+1
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-4/+6
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-241-2/+13
* SERVER-60553 Temporarily suppress mirroring errors on recovering secondariesAmirsaman Memaripour2022-10-311-4/+20
* SERVER-68128 Avoid closing connections when generating command response throw...Jason Chan2022-10-311-1/+14
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-2/+4
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+3
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-5/+9
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-9/+5
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-5/+9
* SERVER-69225 Remove wait for database critical section from service entry pointAllison Easton2022-09-211-10/+5
* SERVER-68932 Fix resharding critical section metricsBrett Nawrocki2022-09-161-5/+4
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-08-241-0/+1
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-6/+6
* SERVER-68851 Remove wait for collection critical section from service entry p...Allison Easton2022-08-231-12/+11
* SERVER-67748 added the additional participant parameterKruti Shah2022-08-171-0/+35