summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68708 Stop acquiring dist locks for chunk migrationsTommaso Tocci2022-08-126-273/+10
|
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ↵Pierlauro Sciarelli2022-08-123-9/+64
| | | | ongoing queries finish
* SERVER-68485 Merge and Split commands should not use the CSR to check the ↵Allison Easton2022-08-1210-173/+328
| | | | shard version
* SERVER-68778 Range deleter observers must ignore "not yet initialized" ↵Pierlauro Sciarelli2022-08-121-4/+27
| | | | exceptions
* Import wiredtiger: 2ecb02b53db4e25d42b154b63c247cf054832d4e from branch ↵Siddhartha Mahajan2022-08-124-11/+14
| | | | | | | | | mongodb-master ref: 7e97e06ff3..2ecb02b53d for: 6.1.0-rc0 WT-9752 Change WT_ASSERT to WT_ASSERT_ALWAYS in __wt_hs_insert_updates (#8199)
* Import wiredtiger: 7e97e06ff3b4c8eb71625478ce3c96a6c9073adc from branch ↵Siddhartha Mahajan2022-08-122-5/+38
| | | | | | | | | mongodb-master ref: 2624757995..7e97e06ff3 for: 6.1.0-rc0 WT-9721 Fix format.sh resolve function (#8196)
* Import wiredtiger: 2624757995771c1c7001ef53ca18c70804232d06 from branch ↵Siddhartha Mahajan2022-08-122-1/+10
| | | | | | | | | mongodb-master ref: 68d75efac2..2624757995 for: 6.1.0-rc0 WT-9711 Disable fail point that aborts eviction after reconciliation (#8200)
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-116-53/+402
|
* SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test frameworkJess Balint2022-08-1111-269/+402
|
* SERVER-68658 Unit test fixture for IndexBuildInterceptorJustin Seyster2022-08-116-10/+137
|
* SERVER-67426 ServiceStateMachineTest simplify function templates into ↵Alex Li2022-08-111-124/+193
| | | | ordinary functions
* SERVER-68644 Update Stable API READMEHuayu Ouyang2022-08-111-3/+52
|
* SERVER-67551: Asymmetric Key classAdhishree Abhyankar2022-08-119-0/+535
|
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-112-56/+85
|
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-1125-41/+1246
|
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-1116-21/+287
|
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-1121-225/+305
|
* SERVER-68697 Optimize traverseF/traversePMartin Neupauer2022-08-112-105/+95
|
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-113-4/+39
|
* SERVER-68654 Fails the validate command if a time-series view doesn't have ↵Yuhong Zhang2022-08-111-0/+6
| | | | an underlying bucket collection
* SERVER-68715 Fixed shell NaN PID possibilityAlexander Neben2022-08-111-2/+6
|
* SERVER-68630 Review serialization mechanisms of clearJumboFlag commandTommaso Tocci2022-08-111-10/+0
|
* SERVER-67660 Add JWKManagerSara Golemon2022-08-118-17/+354
|
* SERVER-68552 Add unit test checking range deleter observer's handling of ↵Silvia Surroca2022-08-111-12/+26
| | | | pending field's `$unset`
* Import wiredtiger: 68d75efac2541f9bbba05d03f7510f50cfa2a83d from branch ↵Will Korteland2022-08-112-1/+20
| | | | | | | | | mongodb-master ref: ee14e0ec50..68d75efac2 for: 6.1.0-rc0 WT-9323 Fix a race tracking whether a tree has updates after a checkpoint (#8194)
* Import wiredtiger: ee14e0ec50ebecf265591b6049b6428d315b1b21 from branch ↵Will Korteland2022-08-112-7/+3
| | | | | | | | | mongodb-master ref: 934a2c8412..ee14e0ec50 for: 6.1.0-rc0 WT-9722 Fix cursor bound fuzz test only testing previous scenarios (#8192)
* Import wiredtiger: 934a2c8412d3625abe4935ef93b767e878ab9541 from branch ↵Will Korteland2022-08-114-175/+145
| | | | | | | | | mongodb-master ref: a01b2e5d7f..934a2c8412 for: 6.1.0-rc0 WT-9348 Merge import_compatibility_test.sh into compatibility_test_for_releases.sh (#8190)
* Import wiredtiger: a01b2e5d7f6a94744a0f457521ef4f27bc46f7a5 from branch ↵Will Korteland2022-08-114-5/+10
| | | | | | | | | mongodb-master ref: 3de99431f6..a01b2e5d7f for: 6.1.0-rc0 WT-9710 Re-enable tcmalloc usage in evergreen (#8191)
* SERVER-68713 Refactor expression generation out of filter stage builderIrina Yatsenko2022-08-112-293/+316
|
* SERVER-67820 SEPTransactionClient::runCRUDOp should inspect writeError from ↵Sanika Phanse2022-08-102-6/+3
| | | | response
* SERVER-67371 [CQF] find fallback blacklistruslan.abdulkhalikov2022-08-101-6/+34
|
* SERVER-68281 Improve ValueGuard performanceParker Felix2022-08-102-55/+31
|
* SERVER-67584 Remove featureFlagLocfmadelineze2022-08-102-8/+1
|
* SERVER-68625 Initialize local catalog metadata in range deleter service test ↵Silvia Surroca2022-08-102-60/+87
| | | | fixture setup
* SERVER-65236 Make tenant migration donor delete its state doc in its run methodEsha Maharishi2022-08-106-71/+79
|
* SERVER-68683 [CQF] Fix grow_hash_table.jsSvilen Mihaylov2022-08-102-2/+3
|
* SERVER-67204 Generate encrypted placeholders for closed range predicates in ↵Davis Haupt2022-08-102-0/+4
| | | | MatchExpressions
* SERVER-68636 rename HighCardinalityMode to EncryptedCollScanModeDavis Haupt2022-08-106-56/+56
|
* SERVER-68671 Only maintain drop pending idents in the CollectionCatalog when ↵Gregory Wlodarek2022-08-104-5/+16
| | | | the point-in-time catalog lookups feature flag is enabled
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-102-2/+56
|
* SERVER-68624 Refine checks performed in range deleter service observer testsSilvia Surroca2022-08-101-15/+95
|
* SERVER-68662 Introduce separate IDL types for the Shard Role's servicesKaloian Manassiev2022-08-108-48/+180
|
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-1016-106/+90
|
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-1010-79/+125
|
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false ↵Tommaso Tocci2022-08-104-31/+201
| | | | | | paths" This reverts commit cf139ab08e1a08051f47aea99a9637e03baa275d.
* SERVER-68479 collMod coordiantor V2 must block migration on bucket nssTommaso Tocci2022-08-102-9/+23
|
* SERVER-68626 Use feature flag to enable either the range deleter service or ↵Pierlauro Sciarelli2022-08-104-11/+36
| | | | the legacy range deleter
* SERVER-68474 added dwp files for split dwarf buildsDaniel Moody2022-08-102-1/+1
|
* SERVER-68694 The compact command should not block oplog applicationGregory Wlodarek2022-08-101-0/+3
|
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-101-7/+6
|