summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-14SERVER-76098 Allow queries with search and non-simple collationsr4.4.21-rc0r4.4.21Militsa Sotirova
2023-04-13SERVER-76047 Fix prepare_transaction_then_migrate.js test on v4.4Silvia Surroca
2023-04-12SERVER-75795 Update aws_e2e_ec2.js for evergreen changes to AWS test identityMark Benvenuto
2023-04-12SERVER-75906: Reduce frequency of Microbenchmark testsJawwad Asghar
2023-04-12SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas
2023-04-12SERVER-66927 Remove reference to silentFail from mongo repoNamaz Gurbanov
2023-04-12SERVER-73877 Wait for shard to have a primary before doing a migration in pre...Silvia Surroca
2023-04-08SERVER-75066 switch efs scons cache to use global writeable directoryDaniel Moody
2023-04-06SERVER-75789 Require WT engine for read_ticket_exhaustion_with_stepdown testMatt Kneiser
2023-04-05SERVER-75561 Report and log more detailed information when validate encounter...Dan Larkin-York
2023-04-05SERVER-75172 Use unique collection name in partial_index_logical.jsNicholas Zolnierz
2023-04-04SERVER-73400 / BACKPORT-15140 Use -large Evergreen distro for compiling on ar...Max Hirschhorn
2023-04-04SERVER-73229 Throw on write errors in session refreshr4.4.20-rc0r4.4.20Abdul Qadeer
2023-04-03Import wiredtiger: 8380156d01dc67c73ce83aa1afe01d60ad3f59a2 from branch mongo...Luke Chen
2023-04-03Import wiredtiger: f64b6332b7a55980e6ed765fdb440b567ea8ddbd from branch mongo...Luke Chen
2023-04-03Import wiredtiger: 2a45076e8628d7eef79e9ba8bc8abdbd13e711f3 from branch mongo...Luke Chen
2023-04-03Import wiredtiger: 3decc745ece9155d004ca447b72cb5c8122847eb from branch mongo...Luke Chen
2023-04-03Import wiredtiger: da05d32624edbb483b452e3b1917b3df08589af0 from branch mongo...Luke Chen
2023-04-03Import wiredtiger: b32ec77d65b3e5e8ce2d3acf4918a8df014c8e69 from branch mongo...Luke Chen
2023-03-29SERVER-74895 Expect command errors in validation when querying $collStatsDianna Hohensee
2023-03-29SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser
2023-03-29SERVER-74131 Inject emit function on every call to ExpressionInternalJsEmit::...Denis Grebennicov
2023-03-28SERVER-75397 Schedule required variants more frequentlyAlexander Neben
2023-03-28SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci
2023-03-27SERVER-57065 access_collection_in_transaction_after_catalog_changes.js should...Gregory Wlodarek
2023-03-25SERVER-74845 Override processManagement.fork in mongod.serviceRyan Egesdahl
2023-03-25SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl
2023-03-25SERVER-68594 Backport vscode workspaceAlexander Neben
2023-03-24SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek
2023-03-23SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto
2023-03-23SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova
2023-03-21 SERVER-74386 Don’t reset "recordPreImages" option on "collMod" commandDenis Grebennicov
2023-03-21SERVER-74287 add oom retry toolDaniel Moody
2023-03-20SERVER-74156 add macos plist file for use with homebrew installsDaniel Moody
2023-03-20SERVER-74038 Grow dwMaximumWorkingSetSize with current working set sizeMark Benvenuto
2023-03-20Import wiredtiger: c5b5e47d2c3023a41782be617dad72aa13ffa86c from branch mongo...Luke Chen
2023-03-17SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang
2023-03-17SERVER-74631 Log index spec when validation detects index key inconsistenciesDan Larkin-York
2023-03-17SERVER-74137 Tag validate_out_of_order.js with requires_replicationGregory Wlodarek
2023-03-17SERVER-74632 Log aggregation results when validate commands fails due to a va...Dianna Hohensee
2023-03-17SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek
2023-03-16SERVER-48651 Avoid lock timeout errors in refine_collection_shard_key_basic.jsPierlauro Sciarelli
2023-03-16SERVER-74698 Tag validate_out_of_order.js with requires_wiredtigerGregory Wlodarek
2023-03-16SERVER-59169: [v4.4] Add use large distro to concurrency_replication_causal_c...Adityavardhan Agrawal
2023-03-15SERVER-74690: Change Atlas Real variants to use "2022-11" workload clientMiguel Angel Nieto
2023-03-10SERVER-72520 Removing deprecated performance project perf.yml fileJawwad Asghar
2023-03-06SERVER-72519 Add arm and intel Microbenchmark test variants to Sys PerfJawwad Asghar
2023-03-01SERVER-74431 [v4.4] Mark partial_index_logical.js as requires_fcv_44Nicholas Zolnierz
2023-03-01SERVER-51835 Respect preference order in read preference tag set list.Max Hirschhorn
2023-02-28SERVER-74124 Use StringData::startsWith instead of StringData::find to check ...Cheahuychou Mao