summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* SERVER-65381 Apply composition path fusion only in EvalFilter contextSvilen Mihaylov2022-04-111-2/+11
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-114-16/+3
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-116-34/+60
* SERVER-63413 Coverity analysis defect 121467: Parse warningTimour Katchaounov2022-04-112-2/+2
* SERVER-56412 Create feature flag for storing derived collection and index met...Faustoleyva542022-04-111-0/+4
* SERVER-65427 Clean up owned SBE values if we cannot bind themAlexander Ignatyev2022-04-111-3/+12
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-117-33/+161
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-1130-994/+177
* SERVER-65333 Reduce severity of ChangeStreamExpiredPreImagesRemover job log m...Mindaugas Malinauskas2022-04-111-4/+7
* SERVER-65372 Copy indexBoundsEvaluationInfos when PlanStageData is copiedr6.0.0-alpha0Ruoxin Xu2022-04-111-0/+1
* SERVER-65358 Add epoch/timestamp on the mergeChunks pathKaloian Manassiev2022-04-119-57/+103