summary refs log tree commit diff
path: root/changelog.d/16061.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.91.0rc1 v1.91.0rc1H. Shay2023-08-231-1/+0
|
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-0/+1
We were seeing serialization errors when taking out multiple read locks. The transactions were retried, so isn't causing any failures. Introduced in #15782.