summary refs log tree commit diff
path: root/changelog.d/7636.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.16.0rc1Andrew Morgan2020-07-011-1/+0
|
* Refactor getting replication updates from database. (#7636)Erik Johnston2020-06-161-0/+1
The aim here is to make it easier to reason about when streams are limited and when they're not, by moving the logic into the database functions themselves. This should mean we can kill of `db_query_to_update_function` function.