summary refs log tree commit diff
path: root/synapse/storage/databases/main/events_bg_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-10/+2
* Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-150/+179
* Fix chain cover background update to work with split out event persisters (#9...Erik Johnston2021-01-141-2/+7
* Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-2/+190
* Ensure rejected events get added to some metadata tables (#9016)Erik Johnston2021-01-111-0/+124
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+7
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert receipts and events databases to async/await. (#8076)Patrick Cloke2020-08-141-27/+19
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+585