summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-4/+4
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-13/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-6/+6
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-091-2/+0
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+2
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-1/+1
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-9/+9
* SERVER-66479 Fix write latency performance regressionBrett Nawrocki2022-06-151-2/+1
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-10/+12