summary refs log tree commit diff
path: root/changelog.d/9181.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use execute_batch instead of executemany in places (#9181)Erik Johnston2021-01-211-0/+1
`execute_batch` does fewer round trips in postgres than `executemany`, but does not give a correct `txn.rowcount` result after.