summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-75642 Fixing dropDb mitigation database metadata codeSergi Mateo Bellido2023-04-041-1/+1
|
* SERVER-75271 Add a hint that shutdown in progress in warning message in ↵Moustafa Maher Khalil2023-04-042-4/+8
| | | | ReplSetGetStatus
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-045-121/+137
|
* SERVER-75617 Make fallthroughs explicit using the new attributeMatt Kneiser2023-04-041-2/+2
|
* SERVER-75473 Disallow document shard key updates outside of a retryable ↵Jason Zhang2023-04-041-37/+50
| | | | write or transaction
* Revert "SERVER-73053 TransactionHistoryIterator queries change collections ↵Mickey. J Winters2023-04-041-21/+10
| | | | | | if its for a serverless change stream" This reverts commit 11f7a63fcd931ccd1834a1b5131dcdaeee8b626a.
* SERVER-75545 Expand a compound wildcard index always for queries on regular ↵Ruoxin Xu2023-04-042-8/+11
| | | | fields
* SERVER-75635 DropDb was releasing the critical section too soonSergi Mateo Bellido2023-04-041-2/+5
|
* SERVER-75536 Create feature flag for cluster parameter in PM-2689Allison Easton2023-04-042-2/+2
|
* SERVER-75308 Fix race between external and internal index build abortsJosef Ahmad2023-04-044-3/+32
|
* SERVER-75641 Fold the rest of the 'sharding_api_d' library into 'shard_role_api'Kaloian Manassiev2023-04-042-23/+9
|
* SERVER-75640 Get rid of OperationShardingState::hasDbVersionKaloian Manassiev2023-04-044-26/+10
|
* SERVER-75517 Add additional dollar-prefix validation in _idAlya Berciu2023-04-041-11/+22
|
* SERVER-63682 PlanCacheKey Factory should decide how to encode query shapeAnton Korshunov2023-04-046-17/+20
|
* SERVER-75471 Rename t-digest related files to better reflect type namesIrina Yatsenko2023-04-043-2/+2
|
* SERVER-75184 Add tests and support for retryable time-series deletesAlyssa Wagenmaker2023-04-034-14/+22
|
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-034-88/+653
|
* SERVER-75551 change threshold in slow PrimaryOnlyService stepup test to a ↵Jiawei Yang2023-04-031-0/+12
| | | | larger value
* SERVER-75616 Fix race in MovePrimaryDonor unit testsBrett Nawrocki2023-04-031-1/+3
|
* SERVER-75062 Allow telemetry sampling rate to be adjusted at runtimeAlyssa Wagenmaker2023-04-036-4/+43
|
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-035-20/+72
|
* SERVER-75605 Fix vector access in FindRoutingTableRangeOverlapInconsistency ↵Tommaso Tocci2023-04-031-7/+4
| | | | unit test
* SERVER-52237: Enable feature flag for Approximate Median and Percentile ↵Naama Bareket2023-04-031-1/+2
| | | | Accumulators
* SERVER-73053 TransactionHistoryIterator queries change collections if its ↵Mickey. J Winters2023-04-031-10/+21
| | | | for a serverless change stream
* SERVER-75575 Make sure that writing invalid config.queryAnalyzers or ↵Cheahuychou Mao2023-04-034-82/+75
| | | | config.mongos document fails peacefully
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-032-2/+23
|
* SERVER-75401 Move aggregation specific logic out of AuthorizationSessionSara Golemon2023-04-034-43/+16
|
* SERVER-75096 Locally drop sharded collections in ↵Jack Mulrow2023-04-031-0/+23
| | | | transitionToDedicatedConfigServer
* SERVER-74527 Adding security infrastructure for directShardOperationsSergi Mateo Bellido2023-04-033-1/+10
|
* SERVER-75456 Fix establishConsistentCollection when used concurrently with ↵Henrik Edin2023-04-032-7/+303
| | | | rename with dropTarget=true
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-036-74/+102
|
* SERVER-75425 Include IETs in IndexScanNode debug print outputDavid Storch2023-04-031-0/+4
|
* SERVER-55503 Architecture Guide updates for PM-2218Gregory Wlodarek2023-04-031-7/+78
|
* SERVER-74750: reshardCollection allowed on config.system.sessions via mongos ↵wenqinYe2023-04-031-0/+3
| | | | with config shard
* SERVER-75117: Avoid passing NamespaceString by value when possible.Colin Stolley2023-04-034-10/+10
|
* SERVER-75550 [CQF] More compact Sargable node explainSvilen Mihaylov2023-04-036-346/+295
|
* SERVER-75126 Update cluster parameter when second shard is added to the clusterAllison Easton2023-04-031-3/+58
|
* SERVER-75559 remove accidentally added TODO in $percentile accumulatorGil Alon2023-04-032-5/+1
|
* SERVER-75520 Properly handle auto-merge responsesPierlauro Sciarelli2023-04-032-26/+23
|
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on ↵Jordi Serra Torrens2023-04-0315-451/+190
| | | | | | the delete code path" This reverts commit 534b9fc40ef0d19fc7a623f255a3f0f5d1dba4f4.
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-036-1625/+32
|
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-035-4/+33
|
* SERVER-75368 Set cluster parameter during FCV upgradeAllison Easton2023-04-031-0/+45
|
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-0221-103/+371
|
* SERVER-75458 Add support for deleteOne() with a shard key on a sharded ↵Faustoleyva542023-04-022-0/+58
| | | | time-series collection
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-012-22/+2
| | | | This reverts commit 2dcf180fa810ec81054db8249337255495e41647.
* Revert "SERVER-74487 Always include tenant in db name attributes in error ↵auto-revert-processor2023-04-0129-122/+83
| | | | | | messages" This reverts commit 4aca733ab5d78dc6a7bea3fc91897bc93a8b0756.
* SERVER-74727 Implement v2 changes to QE compaction for sharded clustersErwin Pe2023-04-017-105/+441
|
* SERVER-74213: Remove hashedTelemetryKey from find and agg commandsjoshua2023-04-018-174/+0
|
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-019-70/+287
|