summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-178-65/+416
* SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTestBen Shteinfeld2023-05-171-1/+6
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
* SERVER-76918 Change bucket_catalog::clear to take in DatabaseName object inst...Sophia Tan2023-05-174-7/+49
* SERVER-77085 Ensure PinnedConnectionTaskExecutor sends requests to the networ...George Wangensteen2023-05-171-1/+1
* SERVER-76988 Abort the reshardCollection operation when the zone information ...Cheahuychou Mao2023-05-171-33/+60
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1745-472/+477
* SERVER-76900 ResourceConsumption::shouldCollectMetricsForDatabase to pass a D...mathisbessamdb2023-05-176-49/+212
* SERVER-76987 Make sure local awaitData notifications are robust to WriteConfl...Matthew Russotto2023-05-162-3/+17
* SERVER-76987 Make oplog notification robust to step-upMatthew Russotto2023-05-161-0/+4
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-1610-9/+38
* SERVER-77151 Add a helper to merge in a collection's bucket catalog execution...Yuhong Zhang2023-05-162-0/+37
* SERVER-77151 Make the number of stripes configurable for the bucket catalogYuhong Zhang2023-05-165-30/+86
* SERVER-69206 Remove use-after-move on ConnectionPool::Options in ConnectionPo...George Wangensteen2023-05-161-1/+1
* SERVER-74925 Remove NamespaceStringOrUUID constructor that takes in tenantid ...mathisbessamdb2023-05-161-2/+0
* SERVER-77123 Make the readConcern for TransactionResources come from prerequi...Kaloian Manassiev2023-05-168-63/+96
* SERVER-73779 Add maxTimeMSOpOnly to network message if it is a hedge sent thr...Alex Li2023-05-164-19/+127
* SERVER-77018 Remove in-progress index builds from getIndexFreeStorageBytesYu Jin Kang Park2023-05-161-2/+11
* SERVER-75541 Pretty printer for SargableNodeNicholas Zolnierz2023-05-162-77/+94
* SERVER-72370 Fix incorrect serverless lock usage in Tenant MigrationDidier Nadeau2023-05-161-6/+6
* SERVER-77012 Skip parsing for tenantIds if multitenancy disabledMatt Broadstone2023-05-162-36/+84
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-1615-161/+132
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-1611-36/+24
* SERVER-76903 Run multi-tenant change stream suites only on all-feature-flags ...Romans Kasperovics2023-05-168-61/+14
* SERVER-71746 Move mongo config header lint to clang-tidyJuan Gu2023-05-167-0/+235
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-169-25/+20
* SERVER-76952: Skip processing accumulator when the result is no longer affectedProjjal Chanda2023-05-155-14/+72
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-15107-1010/+962
* SERVER-76896 Add direct access for two common slot accessorsMartin Neupauer2023-05-154-1/+42
* SERVER-75202 Add ordered bulk write update test and delete test for sharded m...kauboy262023-05-151-25/+47
* SERVER-77121 move OpObserverShardingImpl::isMigrating() to MigrationSourceMan...Benety Goh2023-05-155-22/+26
* SERVER-74013 Capture thread number by value in ServerHandlesMultipleClients t...Patrick Freed2023-05-151-1/+1
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-1514-41/+119
* SERVER-76947 remove unimplemented tassert for $cursor shapificationDavis Haupt2023-05-151-5/+3
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-1511-100/+56
* SERVER-76983 Shutdown and join the CatalogCached's thread pool when mongos te...Antonio Fuschetto2023-05-151-0/+8
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-1516-100/+141
* SERVER-71590 Move write_ops dassert to invariant [Coverity]Nicholas Zolnierz2023-05-151-1/+1
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-153-18/+17
* SERVER-77074 Always shutdown and join the CatalogCached's thread pool when mo...Antonio Fuschetto2023-05-151-1/+1
* SERVER-62769 Enabling prevent direct shard operations feature flagSergi Mateo Bellido2023-05-151-2/+2
* SERVER-52001 Create feature flag for query settingsDenis Grebennicov2023-05-141-0/+6
* SERVER-76872 Prevent donor from outliving MovePrimaryCoordinatorBrett Nawrocki2023-05-133-9/+30
* SERVER-77095 Fix canceling transaction API when using an InlineExecutorJack Mulrow2023-05-133-30/+107
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-1322-657/+257
* Revert "SERVER-74013 Capture thread number by value in ServerHandlesMultipleC...auto-revert-processor2023-05-131-1/+1
* Revert "SERVER-68773 Move scoped range deleter lock under the range deleter s...auto-revert-processor2023-05-133-17/+18
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ...Yoonsoo Kim2023-05-1311-128/+443
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate fun...Mihai Andrei2023-05-133-9/+38
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-136-88/+130