summaryrefslogtreecommitdiff
path: root/src
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-042-3/+3
|
* SERVER-75473 Disallow document shard key updates outside of a retryable ↵Jason Zhang2023-04-048-83/+123
| | | | 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-043-2/+7
|
* 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-74989: Create configuration option to specify X.509 subject DN ↵Varun Ravichandran2023-04-049-83/+256
| | | | attributes for intracluster auth
* Import wiredtiger: ec5aa0d9af8622c600a2b21f4e2a31db82792c1d from branch ↵r7.0.0-alpha0Marc Butler2023-04-043-19/+4
| | | | | | | | | mongodb-master ref: f8548fe2f4..ec5aa0d9af for: 7.0.0-rc0 WT-10879 Fix compilation errors of unused variables in mac os 13.3
* Import wiredtiger: f8548fe2f4b7686395777bb6d6565eee31e4a508 from branch ↵Marc Butler2023-04-042-13/+15
| | | | | | | | | mongodb-master ref: 5eb8f7e980..f8548fe2f4 for: 7.0.0-rc0 WT-10856 Update workgen mirror validation script
* SERVER-75471 Rename t-digest related files to better reflect type namesIrina Yatsenko2023-04-043-2/+2
|
* SERVER-74012 Implement gRPC service definitionPatrick Freed2023-04-047-7/+757
|
* SERVER-70740 Handle expectPrefix option in requestsHugh Tong2023-04-044-1/+592
|
* 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-038-99/+664
|
* 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-037-84/+79
| | | | config.mongos document fails peacefully
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-0310-35/+135
|
* SERVER-75401 Move aggregation specific logic out of AuthorizationSessionSara Golemon2023-04-035-49/+20
|
* 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-038-76/+104
|
* 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-038-1771/+44
|
* 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-75571 Skip metdata consistency check in catalog_shard_secondary_reads.jsTommaso Tocci2023-04-031-1/+4
|
* Import wiredtiger: 5eb8f7e980fb5323d007ce1b7ec3cefa63751797 from branch ↵Clarisse Cheah2023-04-034-28/+60
| | | | | | | | | mongodb-master ref: 0d9fc80125..5eb8f7e980 for: 7.0.0-rc0 WT-10825 Allow shared operations to use different tables in Workgen