summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | return something after tassertDavis Haupt2022-06-211-0/+1
| |
* | start working on property testsDavis Haupt2022-06-211-0/+18
| |
* | typosDavis Haupt2022-06-211-2/+2
| |
* | remove old commentsDavis Haupt2022-06-212-9/+0
| |
* | added tests and documentationDavis Haupt2022-06-213-0/+78
| |
* | fix lintDavis Haupt2022-06-212-12/+9
| |
* | documentationDavis Haupt2022-06-211-10/+22
| |
* | first pass at left associative optimizationDavis Haupt2022-06-217-80/+104
| |
* | add correctness testDavis Haupt2022-06-211-5/+37
| |
* | test both add and multiplyDavis Haupt2022-06-211-14/+17
| |
* | disable constant foldingDavis Haupt2022-06-212-10/+25
| |
* | constant folding jstestDavis Haupt2022-06-211-0/+58
|/
* SERVER-65711 Fixed typo in database_test.cppMariano Shaar2022-06-211-2/+2
|
* SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-211-17/+10
|
* SERVER-32863 Add named month placeholder to $dateFromString formatNaomie Gao2022-06-213-0/+29
|
* SERVER-49153 Fix the policy used by errorcodes.pyAlex Li2022-06-213-7/+12
|
* SERVER-65529 Validate 2dsphere indexed levels index specs as numbers instead ↵David Wang2022-06-213-3/+46
| | | | of booleans
* SERVER-66011: Enable internal_transactions_resharding.js in the ↵Erin Liang2022-06-211-9/+0
| | | | concurrency_sharded_multi_stmt_txn_with_balancer suite
* SERVER-67082 Add new build variant for classic engine query microbenchmarkZixuan Zhuang2022-06-211-4/+11
|
* SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-212-2/+9
|
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-2130-268/+202
|
* SERVER-67401 Remove unused parameter in `writePidFile`Gregory Noma2022-06-214-4/+4
|
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-06-211-1/+2
|
* SERVER-66358 Add the "Internal Sessions" section to the sharding ↵Sanika Phanse2022-06-211-2/+10
| | | | architecture guide
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and ↵Mihai Andrei2022-06-2127-151/+47
| | | | 'featureFlagSBELookupPushdown'
* SERVER-67381 Fix lowering of IndexScanSvilen Mihaylov2022-06-211-2/+13
|
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ↵Yu Jin Kang Park2022-06-213-17/+18
| | | | metrics
* SERVER-66347 Extend add/remove shards tests to verify that the topologyTime ↵Enrico Golfieri2022-06-211-0/+70
| | | | is properly gossiped
* SERVER-65031: Enable watchdog for serverStatus_does_not_block_on_RSTL.jsRichard Hausman2022-06-211-1/+2
|
* Revert "SERVER-66347 Extend add/remove shards tests to verify that the ↵Pierlauro Sciarelli2022-06-211-64/+0
| | | | | | topologyTime is properly gossiped" This reverts commit 46d25203fcbe843eec1b2432e1d4ed1e9d598164.
* Import wiredtiger: 2666d037c9ebfc84db2c739dfc10dab0e28b3e02 from branch ↵Etienne Petrel2022-06-202-1/+7
| | | | | | | | | mongodb-master ref: 069fb7b704..2666d037c9 for: 6.1.0-rc0 WT-9430 Fix test_timestamp20 occasional failure by doing a checkpoint before evicting the pages
* Import wiredtiger: 069fb7b70440d2b4d8c815105ec0cd3b08cde6cf from branch ↵Etienne Petrel2022-06-204-199/+229
| | | | | | | | | mongodb-master ref: 934316b976..069fb7b704 for: 6.1.0-rc0 WT-9434 failed: cyclomatic-complexity on code-statistics [wiredtiger @ 2f065760]
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-2015-216/+13
|
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-2032-350/+79
|
* SERVER-66347 Extend add/remove shards tests to verify that the topologyTime ↵Enrico Golfieri2022-06-201-0/+64
| | | | is properly gossiped
* SERVER-64717 Ensure the ShardRegistry always read with majority write ↵Marcos José Grillo Ramirez2022-06-204-39/+3
| | | | concern, even in the config server
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the ↵Paolo Polato2022-06-202-3/+5
| | | | cluster to 6.1
* SERVER-64112 Stop running applicable multiversion tests as soon as a release ↵Mikhail Shchatko2022-06-204-60/+76
| | | | is EOL
* Import wiredtiger: 934316b9762ac6bc760cca32df3f9a15937d8829 from branch ↵Luke Chen2022-06-202-2/+14
| | | | | | | | | mongodb-master ref: f8fca788e9..934316b976 for: 6.1.0-rc0 WT-9476 Fix debug dumps of checkpoint cursor history store pages
* Import wiredtiger: f8fca788e9099b5cf9ddace29b499d8f33ae4dd2 from branch ↵Luke Chen2022-06-204-10/+9
| | | | | | | | | mongodb-master ref: 6942de4463..f8fca788e9 for: 6.1.0-rc0 WT-9378 Fix multiple coverity issues in cursor-bound-01
* Import wiredtiger: 6942de44633e8b5acb4b17ae165f58adfc569b0d from branch ↵Luke Chen2022-06-202-4/+3
| | | | | | | | | mongodb-master ref: cd83c1ce55..6942de4463 for: 6.1.0-rc0 WT-9467 Fix a comment in txn_begin about having allocated txn-id
* SERVER-67109 added json validator for build metrics toolDaniel Moody2022-06-184-0/+110
|
* SERVER-65982 Change NamespaceStringOrUUID::dbnameWithTenant() to dbName()Fernando Lisboa2022-06-171-1/+3
|
* SERVER-67295 remove ServiceStateMachine _state enumBilly Donahue2022-06-171-49/+4
|
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-174-3/+20
|
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-1717-78/+306
|
* SERVER-66663 Raise default contention factor for equality indexes to 4Mark Benvenuto2022-06-171-1/+1
|
* SERVER-66348 Add a kills_random_sessions tag to exclude tests in concurrency ↵Erin Liang2022-06-176-20/+6
| | | | simultaneous replication suites
* SERVER-67355 Re enable plan cache on all feature flags variantIan Boros2022-06-171-1/+0
|
* SERVER-62683: Client Metadata Information Should Show Pid In Testing ModeErin McNulty2022-06-173-5/+60
|