summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-1310-24/+49
* SERVER-65215 Make _shardsvrGetStatsForBalancing command accept/return collect...Pierlauro Sciarelli2022-04-132-7/+27
* SERVER-64475 Restore the scope of a wrongly moved CollectionDescriptionKaloian Manassiev2022-04-131-6/+7
* SERVER-65157 Use WorkingSetMembers to track staged documents in BatchedDelete...Haley Connelly2022-04-135-103/+255
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-1318-152/+135
* SERVER-59566 Retry and timeout policy for internal transactionsJason Zhang2022-04-133-12/+169
* Import wiredtiger: 7a7d6bf9ab40cd5635ee960fac1b21edf118a007 from branch mongo...Chenhao Qu2022-04-138-552/+595
* Import wiredtiger: 07cee370d83fd1c90f4ecf6781331db020960323 from branch mongo...Chenhao Qu2022-04-139-32/+135
* Import wiredtiger: d071d4624a0bb5005d9968553dd493c15a3400da from branch mongo...Chenhao Qu2022-04-133-12/+19
* Import wiredtiger: c810eab0f47ab0d6e242ff921c179d836b8fd5dc from branch mongo...Chenhao Qu2022-04-139-135/+125
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-135-12/+19
* SERVER-58225 Enable featureFlagSbePlanCacheDavid Storch2022-04-132-2/+2
* SERVER-65420 Take MODE_IS locks when in unittests for HashLookupStageEric Cox2022-04-134-97/+184
* SERVER-64722 Adjust expected top count in profile_lookup.js depending on stat...Mihai Andrei2022-04-132-2/+4
* SERVER-63081 Create a test command for internal transactionsSanika Phanse2022-04-126-64/+204
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-129-7/+59
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-123-18/+24
* SERVER-65192 Implement ColumnShredder to extract paths and cells for a documentMathias Stearn2022-04-125-0/+1459
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-1214-53/+344
* SERVER-60658 Enable feature flag for user write blockingSpencer Jackson2022-04-121-1/+2
* SERVER-65253 Make the balancer invoke `moveRange` instead of `moveChunk`Pierlauro Sciarelli2022-04-121-12/+48
* SERVER-63092 Improve split test library and add tests for writeDidier Nadeau2022-04-122-6/+13
* SERVER-65204 Remove usages of StaleEpoch from the split's shard role pathKaloian Manassiev2022-04-123-15/+31
* SERVER-65474 Remove comments about ObjectId in WiredTigerRecordStorer6.0.0-alpha1Louis Williams2022-04-122-8/+4
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-125-78/+34
* SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint r...Alya Berciu2022-04-122-9/+14
* SERVER-65429 Clean up defragmentation policy memory on stepdownPaolo Polato2022-04-124-1/+18
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-124-7/+43
* SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeededMark Benvenuto2022-04-121-5/+3
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-128-43/+172
* SERVER-64141 [SBE] Support checking equality against regexes in $inMihai Andrei2022-04-121-22/+42
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-125-52/+103
* Import wiredtiger: be1b3ec4be9e9e889b1a8aab08d8356e636acad1 from branch mongo...Etienne Petrel2022-04-128-625/+435
* SERVER-64106 Validate batched deletion parametersJosef Ahmad2022-04-121-13/+17
* SERVER-65448 Fix validation of encrypted field paths during create collectionErwin Pe2022-04-123-6/+49
* SERVER-65373 Fix runtime environment slot registration when input param id ap...David Storch2022-04-121-0/+8
* SERVER-60824 Permit non-blocking sorts on clustered collection scansJoel Redman2022-04-127-8/+90
* SERVER-64171 Resize Cluster Chunks when downgrading to 5.xPaolo Polato2022-04-1214-79/+1316
* SERVER-52254 Enable feature flag for Improved change stream event visibility ...Arun Banala2022-04-123-33/+2
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-1220-624/+238
* SERVER-57815 Enable 'featureFlagSearchShardedFacets'Ted Tuckman2022-04-121-1/+2
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-1124-31/+103
* SERVER-65437 Switch to the new WriteError format for StaleConfig exceptionsKaloian Manassiev2022-04-113-3/+46
* SERVER-65202 Fix inconsistency of matching undefined with different join algo...Rui Liu2022-04-111-0/+3
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-1114-32/+630
* SERVER-65197 Disable trial run tracking for the right side of pushed down $lo...Mihai Andrei2022-04-113-2/+156
* SERVER-65407 fix database name when invoking commit chunk transactionAndrew Shuvalov2022-04-111-1/+1
* SERVER-65379 explain_large_bounds.js returns "BSON size is invalid" errorDenis Grebennicov2022-04-111-2/+4
* SERVER-65088: Create privilegeless directShardOperations built-in roleVarun Ravichandran2022-04-112-0/+7
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-1110-25/+158