summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64577 add missing libdep for write_concern_optionsr5.3.0-rc4Matt Broadstone2022-03-171-0/+1
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-179-136/+169
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-1613-62/+143
* Import wiredtiger: fc1d5325d2a36711d0618211a72d38f1e8d4d139 from branch mongo...Etienne Petrel2022-03-162-6/+15
* Import wiredtiger: 09610264e13a80c67c83f72814a22865c2f43f41 from branch mongo...Etienne Petrel2022-03-162-2/+7
* SERVER-63680 implelent mongo_csfle_v1_get_versionsergey.galtsev2022-03-141-2/+2
* SERVER-63680 implelent mongo_csfle_v1_get_versionsergey.galtsev2022-03-141-0/+2
* Import wiredtiger: 01f90f2464dcf5a03d5968d75c0f9ec4172437fe from branch mongo...Luke Chen2022-03-093-3/+7
* Import wiredtiger: 3e44a24338c041119127a05fed55808551e5d892 from branch mongo...Luke Chen2022-03-092-3/+3
* SERVER-64092: Fix pipeline_length_limit_tests.js for mixed debugged variantsr5.3.0-rc3Maddie Zechar2022-03-081-10/+14
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-081-12/+35
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-03-081-1/+1
* SERVER-64249 remove macOS Rosetta2 builder (5.3)Benety Goh2022-03-072-29/+0
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-077-19/+11
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-073-34/+32
* SERVER-63985 Remove ChunkType from MigrateInfoAllison Easton2022-03-078-101/+113
* SERVER-64129 Update snapshotId and filename for initialsync sys-perf-5.3 to F...Jon Streets2022-03-041-8/+8
* SERVER-64201 Disable apply_ops_dropDatabase.js in multiversion testingJordi Olivares Provencio2022-03-042-1/+9
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-03-045-9/+89
* SERVER-63758 Fix post-defragmentation checksAllison Easton2022-03-043-16/+42
* SERVER-64080 ConfigsvrConfigureCollectionBalancing should not call tellShards...Allison Easton2022-03-041-29/+30
* SERVER-63969 Remove validation of ChunkType from migrateInfoAllison Easton2022-03-041-1/+0
* SERVER-63905 ConfigureCollectionBalancing command should refresh collection r...Allison Easton2022-03-041-2/+5
* Import wiredtiger: 8f54db107d6e3b8b32fe0d0416ae49ee397b8d39 from branch mongo...Luke Chen2022-03-042-6/+7
* Import wiredtiger: 80459af31c973f9a04896318750c6879ef06a90b from branch mongo...Luke Chen2022-03-0482-513/+555
* Import wiredtiger: eee2144e597afa473bd8d08c84bab37ea8ff1234 from branch mongo...Luke Chen2022-03-049-40/+280
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-031-2/+8
* SERVER-64043 ConfigsvrConfigureCollectionBalancing should be interruptable on...Allison Easton2022-03-031-0/+1
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0215-56/+118
* SERVER-64096 add missing test for setUserWriteBlockMode on v5.3Kyle Suarez2022-03-011-0/+1
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-011-0/+1
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-018-12/+14
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-63968 Use multiversion_incompatible tag instead of requires_fcvSara Golemon2022-03-011-1/+1
* SERVER-64037: Update default timeouts for long-running tasksDavid Bradford2022-03-012-3/+6
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-03-011-0/+24
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...r5.3.0-rc2Suganthi Mani2022-02-259-55/+231
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1
* SERVER-63246 Modify CRUD_clustered_collection for parallel FSM testsJordi Olivares Provencio2022-02-251-15/+7
* SERVER-63605 Modify test to ignore transient warningsJordi Olivares Provencio2022-02-251-43/+60
* SERVER-63610 Exclude clustered_capped_collections* from EFTJordi Olivares Provencio2022-02-252-0/+2
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-242-1/+7
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-242-35/+54
* SERVER-63869 Fix shard retrieval in balancer_defragmentation_merge_chunks.jsTommaso Tocci2022-02-231-2/+5
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-233-49/+36
* SERVER-63867 Allow zero plan cache maximum sizeAlexander Ignatyev2022-02-232-2/+15
* SERVER-63769 Remove the temporary unsafe code for index selection when loweri...Irina Yatsenko2022-02-221-5/+4