summary refs log tree commit diff
path: root/docs/postgres.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-22Lint + changelogBrendan Abolivier2-3/+2
2020-01-22Remove unused importBrendan Abolivier1-1/+1
2020-01-22Add tests for thumbnailingBrendan Abolivier1-3/+45
2020-01-22Fix typo in _select_thumbnailBrendan Abolivier1-1/+1
2020-01-22Fix and add test to deprecated quarantine media admin api (#6756)Andrew Morgan3-5/+13
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 as