summary refs log tree commit diff
path: root/changelog.d/16585.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use simple_select_many_txn in event persistance code. (#16585)Patrick Cloke2023-11-021-0/+1
Just to standardize on the normal helpers, it might also have a slight perf improvement on PostgreSQL which will now use `ANY (?)` instead of `IN (?, ?, ...)`.