summary refs log tree commit diff
path: root/synapse/storage/databases/main/purge_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a background task to purge unused chain IDs. (#9542)Patrick Cloke2021-03-091-6/+2
* Purge chain cover tables when purging events. (#9498)Patrick Cloke2021-03-031-5/+37
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-1/+1
* Drop (almost) unused index on event_json (#8845)Richard van der Hoff2020-11-301-1/+1
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-4/+4
* Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+2
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-011-15/+15
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+400