summary refs log tree commit diff
path: root/docs/admin_api (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-28Fix collation for postgres for unit tests (#7359)Richard van der Hoff2-1/+5
When running the UTs against a postgres deatbase, we need to set the collation correctly.
2020-04-28Run replication streamers on workers (#7146)Erik Johnston3-22/+25
Currently we never write to streams from workers, but that will change soon
2020-04-27