summary refs log tree commit diff
path: root/docs/postgres.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-22Allow monthly active user limiting support for worker mode, fixes #4639. (#6742)Neil Johnson6-82/+100
2020-01-22Allow streaming cache invalidate all to workers. (#6749)Erik Johnston6-15/+69
2020-01-22Remove unused CI docker compose files (#6754)Erik Johnston4-66/+1
These now exist in the pipelines repo.
2020-01-22Avoid attribute error when `password_config` present but empty (#6753)Ivan Vilata-i-Balaguer2-1/+2
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by: Ivan Vilata i Balaguer <ivan@selidor.net>
2020-01-21Port synapse_port_db to async/await (#6718)Brendan Abolivier3-89/+126
* Raise an exception if there are pending background updates So we return with a non-0 code * Changelog * Port synapse_port_db to async/await * Port update_database to async/await * Add version string to mocked homeservers * Remove unused imports * Convert overseen bits to async/await * Fixup logging contexts * Fix imports * Add a way to print an error without raising an exception * Incorporate review
2020-01-20Add a DeltaState to track changes to be made to current state (#6716)Erik Johnston3-99/+112
2020-01-20Fixup synapse.rest to pass mypy (#6732)Erik Johnston12-35/+56
2020-01-20Fix `/events/:event_id` deprecated API. (#6731)Erik Johnston4-2/+30
2020-01-20Fixup synapse.api to pass mypy (#6733)Erik Johnston6-4/+14
2020-01-20