summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-125-7/+149
* SERVER-62690 Shard is shutting down before finishing draining in testAllison Easton2022-04-121-0/+14
* SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeededMark Benvenuto2022-04-121-5/+3
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-129-57/+190
* SERVER-64141 [SBE] Support checking equality against regexes in $inMihai Andrei2022-04-123-27/+50
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-126-52/+107
* SERVER-65424 Added some tests for the `explain` output in JS tests for spilli...Mohammad Dashti2022-04-123-20/+65
* SERVER-65430 Disable capped_deletes.js on ephemeralForTestGregory Wlodarek2022-04-121-0/+4
* Import wiredtiger: be1b3ec4be9e9e889b1a8aab08d8356e636acad1 from branch mongo...Etienne Petrel2022-04-128-625/+435
* SERVER-64106 Validate batched deletion parametersJosef Ahmad2022-04-123-16/+135
* SERVER-65173 add test to verify ExpressionObject compilation works correctlyRushan Chen2022-04-121-0/+52
* SERVER-65448 Fix validation of encrypted field paths during create collectionErwin Pe2022-04-123-6/+49
* SERVER-44074 update repo_config.yaml for RHEL8-zZakhar Kleyman2022-04-121-0/+16
* 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-128-8/+283
* SERVER-64171 Resize Cluster Chunks when downgrading to 5.xPaolo Polato2022-04-1217-104/+1382
* SERVER-65380 Handle new SBE index scan plan in integration testsAlexander Ignatyev2022-04-123-12/+52
* 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-1238-841/+585
* SERVER-57815 Enable 'featureFlagSearchShardedFacets'Ted Tuckman2022-04-121-1/+2
* SERVER-64664 add alias tagging for ninja to determine generated sources.Daniel Moody2022-04-112-24/+53
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-1133-31/+459
* 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-112-2/+4
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-1118-84/+803
* SERVER-65197 Disable trial run tracking for the right side of pushed down $lo...Mihai Andrei2022-04-114-4/+217
* 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-1111-44/+240
* 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-117-41/+3
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-116-34/+60
* SERVER-65225 Don't drop clustered indexes in do_upgrade_downgrade.jsPavi Vetriselvan2022-04-111-1/+1
* SERVER-63413 Coverity analysis defect 121467: Parse warningTimour Katchaounov2022-04-112-2/+2
* SERVER-65428 Fix misspelled tag for excluding multi-update testsMatt Broadstone2022-04-111-1/+1
* SERVER-62992 Fix error message when user has multiple testable installations ...Richard Samuels2022-04-111-1/+1
* 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-119-98/+384
* 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
* SERVER-65368 Fix the expected number of deletion batches in change_streams_pr...Denis Grebennicov2022-04-111-8/+13
* SERVER-65376 sbe_cmd.js returns error "undefined slot accessor:6"Denis Grebennicov2022-04-111-6/+4
* SERVER-65391 Fix issue with Timestamp increment component getting overflow in...Rishab Joshi2022-04-111-1/+1
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-1113-135/+683