summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-02-011-2/+3
* SERVER-72185 Update TSBS repo to `mongodb-forks/tsbs`Gregory Noma2023-02-011-2/+2
* Import wiredtiger: 4d08414fdb3ed3d7d16169b803b29524313eb9f6 from branch mongo...Luke Chen2023-02-013-1/+3
* Import wiredtiger: 7762ac8f08262d1b032a17372b3099bd0c49b9d3 from branch mongo...Luke Chen2023-02-019-13/+73
* Import wiredtiger: 4dff67dd815aeaecb3f2987afa9bb63766b8c888 from branch mongo...Luke Chen2023-02-014-12/+55
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-01-317-14/+103
* SERVER-70747 Change coll name in BUS extended range testJoel Redman2023-01-311-3/+2
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2023-01-312-2/+239
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-01-318-94/+383
* SERVER-67950 Make stronger assertions in bucket_unpacking_with_sort_granulari...samontea2023-01-311-1/+5
* SERVER-65990 Test BUS w/ changing BucketMaxTimeSpansamontea2023-01-311-0/+102
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-315-83/+136
* SERVER-67111 clustered_cappted_utils.js fix TTL deletes not visible with majo...Yu Jin Kang Park2023-01-3114-76/+87
* SERVER-73398 always invoke moveChunk when both bounds are setPierlauro Sciarelli2023-01-301-2/+1
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-304-8/+12
* SERVER-71368 Stop excluding tests that drop collection/database in sharded su...Tommaso Tocci2023-01-3017-60/+22
* SERVER-73389 Checkpoint vector clock in drop database coordinatorTommaso Tocci2023-01-301-0/+5
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-2734-369/+212
* SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commitCloneRandolph Tan2023-01-271-1/+1
* SERVER-72576 notarize macOS dist binariesRob Guo2023-01-261-0/+8
* SERVER-66355 Fix DurableViewCatalog bug where nss was passed into dbName para...Dianna Hohensee2023-01-253-29/+37
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2023-01-2510-117/+242
* SERVER-72619 Refactor and add more testing for migration_chunk_cloner_source ...Randolph Tan2023-01-253-133/+974
* SERVER-72449 backup_restore.js should consider exit code 2 valid for fsm processYu Jin Kang Park2023-01-251-3/+4
* SERVER-70566 Print error code in backup_restore.js assertion after SIGINTYu Jin Kang Park2023-01-251-1/+2
* SERVER-67722 Clean-up shard cursors on MaxTimeMSExpiredRomans Kasperovics2023-01-257-89/+121
* SERVER-73235 Replace invariant with tassert when checking if geometry contain...Ivan Fefer2023-01-251-1/+3
* SERVER-71053 Fix WiredTigerRecordStore dataSize inconsistentYu Jin Kang Park2023-01-253-44/+32
* SERVER-68648 Enable chunk migration concurrency feature flagRachita Dhawan2023-01-243-2/+10
* SERVER-73164 increase maxTimeMS in index_max_time_ms.jsBenety Goh2023-01-241-1/+1
* SERVER-70640 Add migrationConcurrency to serverStatusRachita Dhawan2023-01-234-0/+15
* SERVER-68388 Limit concurrency settingRachita Dhawan2023-01-236-20/+21
* SERVER-72430 check for null migration progress ptrAndrew Witten2023-01-231-2/+2
* SERVER-67183 Add parallel fetchers and inserters for chunk migrationAndrew Witten2023-01-2316-225/+1375
* SERVER-70360 Set upper limit on wtimeoutVesselina Ratcheva2023-01-235-9/+50
* SERVER-68594 Added vscode defaults to v6.0Alexander Neben2023-01-214-1/+85
* SERVER-72182 Added large txns and classic engine to v6.0Alexander Neben2023-01-211-0/+174
* SERVER-73003 Use correct project when getting historical test runtime dataMikhail Shchatko2023-01-202-7/+13
* SERVER-49705 'permitted' file may have been deleted by 'after_test'Tommaso Tocci2023-01-201-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-19158-309/+339
* SERVER-72827 Filter out historic runtimes of non-passing testsMikhail Shchatko2023-01-194-1/+63
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-1960-229/+263
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2023-01-192-1/+99
* SERVER-70369 add server parameter for num inserter/fetcher threads in chunk m...Andrew Witten2023-01-192-1/+69
* SERVER-68647 create feature flag for pm-3014Andrew Witten2023-01-191-0/+4
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2023-01-1715-258/+428
* SERVER-71068 Remove partial indexes FCV startup checkMatt Boros2023-01-173-35/+84
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2023-01-179-180/+472
* SERVER-72877 Mongos retargeting logic in stepdown hooks should skip viewsTommaso Tocci2023-01-171-0/+4
* SERVER-71632 Re-enable dropDatabase FSM test in stepdown suitesTommaso Tocci2023-01-161-2/+0