summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-1811-187/+0
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-1758-654/+905
* SERVER-75794 Add explanatory comment for check index consistency pipelinePol Pinol Castuera2023-04-171-0/+20
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton f...Shreyas Kalyan2023-04-1718-4/+223
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-178-24/+251
* Revert "SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS defaul...auto-revert-processor2023-04-1727-11/+44
* SERVER-75883 Fix comparison in IndexedStringVectorDrew Paroski2023-04-171-1/+1
* SERVER-76172 Fix BalancerChunkSelection unit test on slow build variantsSilvia Surroca2023-04-172-13/+35
* SERVER-75396 Update featureFlag check for featureFlagSecurityTokenSara Golemon2023-04-171-3/+8
* SERVER-76104: Remove TODO from closed ticketseanzimm2023-04-171-1/+0
* SERVER-76057 Add 'assumes_read_concern_local' test to $_internalEqHash tests.Ben Shteinfeld2023-04-172-2/+10
* SERVER-76043 Allow enterprise shell to create native PLAIN SASL mechSpencer Jackson2023-04-171-1/+2
* SERVER-76186: specify a version in garasign username and passwordTural Farhadov2023-04-171-2/+2
* SERVER-72146 Add extra migration statistics including the total bytes cloned ...Marcos José Grillo Ramirez2023-04-175-2/+39
* SERVER-72686: Support $collStats in agg pipeline for timeseries collectionsAdityavardhan Agrawal2023-04-177-155/+292
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-1724-2630/+195
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-175-4/+106
* SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS default value ...Silvia Surroca2023-04-1727-44/+11
* SERVER-76171 Add ArraySet benchmarkIvan Fefer2023-04-172-0/+245
* SERVER-73991 Reenable the dbVersion check on CheckShardFilteringMetadata test...Pol Pinol Castuera2023-04-174-20/+59
* SERVER-76135 Mark client used in `runTransactionOnShardingCatalog` as killabl...Pierlauro Sciarelli2023-04-171-5/+13
* SERVER-75436 Only fetch index information from the index cache if the placeme...Allison Easton2023-04-173-9/+29
* SERVER-74202 Update balancer to use client local Prng for thread-safe shufflingPol Pinol Castuera2023-04-1711-80/+23
* SERVER-74578 getShardVersion command should alert the user in some way if the...Allison Easton2023-04-172-4/+17
* SERVER-74796 Update the description of the 'fromMigrate' op entry fieldPaolo Polato2023-04-171-1/+5
* Revert "SERVER-76006 make compile half stream for smaller systems"auto-revert-processor2023-04-173-74/+4
* SERVER-73708 Filter out excluded tests when calculating evergreen timeoutsMikhail Shchatko2023-04-173-10/+13
* Import wiredtiger: 5a893b72a13d1a8da514ea425639c228e051511e from branch mongo...Sulabh Mahajan2023-04-172-3/+3
* Import wiredtiger: 7b89b15c8968b9064a6892530acceacc8089e0d7 from branch mongo...Sulabh Mahajan2023-04-172-4/+60
* Import wiredtiger: ef6bb2e0fd3136768900220a7815ecead9b1f67d from branch mongo...Sulabh Mahajan2023-04-173-24/+19
* Import wiredtiger: 723fc71346d686d39d0eb3eac96e618c95eab928 from branch mongo...Sulabh Mahajan2023-04-177-81/+367
* Import wiredtiger: b3e1507ca31173e2d19ebfb647096231b7808f01 from branch mongo...Sulabh Mahajan2023-04-172-1/+2
* Import wiredtiger: 3c84264fc44903dfeddc40788760a65fc91f0712 from branch mongo...Sulabh Mahajan2023-04-172-2/+4
* Import wiredtiger: b1e0a8b8850b525d6e762e5c174e77764141e050 from branch mongo...Sulabh Mahajan2023-04-173-5/+24
* Import wiredtiger: 53656a26282749eeea8283883e48d1377e0611b6 from branch mongo...Sulabh Mahajan2023-04-172-2/+2
* Import wiredtiger: 20fc0a7eaba9a440ea7c53a902d12293ff1fdd84 from branch mongo...Sulabh Mahajan2023-04-171-1/+1
* Import wiredtiger: a0b9a458813c18c2aa8152073513f3255e5db6df from branch mongo...Sulabh Mahajan2023-04-177-1/+50
* Import wiredtiger: ac320a657e7b39abc8fba594a8ede25cd1a41080 from branch mongo...Sulabh Mahajan2023-04-172-9/+14
* Import wiredtiger: 5850afdc2c9a473bd38f2507dff888600b9c3f95 from branch mongo...Sulabh Mahajan2023-04-1719-4337/+5155
* Revert "SERVER-75990: Tenant Migrations are not resilient to recipient failover"auto-revert-processor2023-04-1522-195/+2462
* SERVER-76006 make compile half stream for smaller systemsDaniel Moody2023-04-153-4/+74
* SERVER-75783 Retry package tests on failureAlexander Neben2023-04-151-12/+22
* SERVER-75240 Emit log on ShardingDDLCoordinator definite failureAntonio Fuschetto2023-04-159-201/+127
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-147-29/+119
* SERVER-76150 Include more info in transaction API error handling logJack Mulrow2023-04-141-11/+37
* SERVER-75792 Fix session handling in movePrimary coordinatorAntonio Fuschetto2023-04-143-15/+16
* SERVER-75863 Investigate the timeout issue for read_and_write_distribution.js...Cheahuychou Mao2023-04-141-2/+2
* SERVER-76146: Replace feature flag check with tag in bulkWrite testsseanzimm2023-04-147-56/+14
* SERVER-76142 Telemetry test failing with new query shapeJess Balint2023-04-141-4/+5
* SERVER-75870 Add internal abort in unrecoverable error code pathsAbdul Qadeer2023-04-142-8/+26