summary refs log tree commit diff
path: root/changelog.d/16149.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase perf of read/write locks (#16149)Erik Johnston2023-08-231-0/+1
We do this by marking the tables as `UNLOGGED` in PostgreSQL.