summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73229 Throw on write errors in session refreshr4.4.20-rc0r4.4.20Abdul Qadeer2023-04-043-3/+37
* Import wiredtiger: 8380156d01dc67c73ce83aa1afe01d60ad3f59a2 from branch mongo...Luke Chen2023-04-033-3/+114
* Import wiredtiger: f64b6332b7a55980e6ed765fdb440b567ea8ddbd from branch mongo...Luke Chen2023-04-033-33/+156
* Import wiredtiger: 2a45076e8628d7eef79e9ba8bc8abdbd13e711f3 from branch mongo...Luke Chen2023-04-035-26/+24
* Import wiredtiger: 3decc745ece9155d004ca447b72cb5c8122847eb from branch mongo...Luke Chen2023-04-032-10/+8
* Import wiredtiger: da05d32624edbb483b452e3b1917b3df08589af0 from branch mongo...Luke Chen2023-04-034-15/+12
* Import wiredtiger: b32ec77d65b3e5e8ce2d3acf4918a8df014c8e69 from branch mongo...Luke Chen2023-04-034-3/+18
* SERVER-74895 Expect command errors in validation when querying $collStatsDianna Hohensee2023-03-291-1/+4
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-292-2/+232
* SERVER-74131 Inject emit function on every call to ExpressionInternalJsEmit::...Denis Grebennicov2023-03-294-11/+59
* SERVER-75397 Schedule required variants more frequentlyAlexander Neben2023-03-281-5/+6
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci2023-03-281-2/+4
* SERVER-57065 access_collection_in_transaction_after_catalog_changes.js should...Gregory Wlodarek2023-03-271-1/+1
* SERVER-74845 Override processManagement.fork in mongod.serviceRyan Egesdahl2023-03-252-0/+2
* SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl2023-03-252-4/+258
* SERVER-68594 Backport vscode workspaceAlexander Neben2023-03-251-0/+65
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2023-03-241-0/+5
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2023-03-233-10/+18
* SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova2023-03-231-0/+5
* SERVER-74386 Don’t reset "recordPreImages" option on "collMod" commandDenis Grebennicov2023-03-213-19/+17
* SERVER-74287 add oom retry toolDaniel Moody2023-03-213-9/+166
* SERVER-74156 add macos plist file for use with homebrew installsDaniel Moody2023-03-202-0/+47
* SERVER-74038 Grow dwMaximumWorkingSetSize with current working set sizeMark Benvenuto2023-03-201-1/+14
* Import wiredtiger: c5b5e47d2c3023a41782be617dad72aa13ffa86c from branch mongo...Luke Chen2023-03-2012-90/+326
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-176-83/+37
* SERVER-74631 Log index spec when validation detects index key inconsistenciesDan Larkin-York2023-03-172-0/+22
* SERVER-74137 Tag validate_out_of_order.js with requires_replicationGregory Wlodarek2023-03-171-1/+4
* SERVER-74632 Log aggregation results when validate commands fails due to a va...Dianna Hohensee2023-03-172-0/+77
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-03-1712-57/+79
* SERVER-48651 Avoid lock timeout errors in refine_collection_shard_key_basic.jsPierlauro Sciarelli2023-03-161-1/+8
* SERVER-74698 Tag validate_out_of_order.js with requires_wiredtigerGregory Wlodarek2023-03-161-0/+2
* SERVER-59169: [v4.4] Add use large distro to concurrency_replication_causal_c...Adityavardhan Agrawal2023-03-161-0/+1
* SERVER-74690: Change Atlas Real variants to use "2022-11" workload clientMiguel Angel Nieto2023-03-151-1/+4
* SERVER-72520 Removing deprecated performance project perf.yml fileJawwad Asghar2023-03-101-847/+0
* SERVER-72519 Add arm and intel Microbenchmark test variants to Sys PerfJawwad Asghar2023-03-061-0/+414
* SERVER-74431 [v4.4] Mark partial_index_logical.js as requires_fcv_44Nicholas Zolnierz2023-03-011-0/+2
* SERVER-51835 Respect preference order in read preference tag set list.Max Hirschhorn2023-03-012-24/+31
* SERVER-74124 Use StringData::startsWith instead of StringData::find to check ...Cheahuychou Mao2023-02-281-1/+1
* SERVER-74124 Disallow shard key pattern with fields that have parts that star...Cheahuychou Mao2023-02-284-0/+66
* SERVER-74191 - Backport to v4.4Simon Eismann2023-02-231-0/+6
* SERVER-71392 Add counters to track jsonSchema usage in create and collModGil Alon2023-02-226-0/+232
* SERVER-73157 Move out_max_time_ms tests to serial_run suiteColin Stolley2023-02-211-0/+0
* SERVER-73522 [4.4] Backport setProfilingFilterGlobally commandAlyssa Wagenmaker2023-02-1721-2/+557
* SERVER-72194 oplog_rollover.js should wait for the durable timestamp to advanceMatthew Russotto2023-02-161-12/+22
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-1611-106/+367
* Import wiredtiger: 4761fa3580dc3c9a90bfdeec4c2f6c6e83736d8d from branch mongo...r4.4.19-rc2r4.4.19Luke Chen2023-02-162-6/+27
* SERVER-73719 Comment out legacy sys-perf buildvariants v4.4dalyd2023-02-131-477/+477
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...r4.4.19-rc1Matthew Russotto2023-02-1310-7/+167
* SERVER-72512 SERVER-73636 Ensure validate surfaces index key inconsistencies ...Dan Larkin-York2023-02-112-86/+150
* SERVER-73706 Save WTRecordStoreUassertOutOfOrder fail point state to prevent ...Gregory Wlodarek2023-02-101-3/+3