summary refs log tree commit diff
path: root/synapse/storage/databases/main/events_bg_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-5/+0
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-19/+11
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-6/+6
* Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-301-29/+40
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-1/+7
* Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-221-28/+60
* Fix thread BG update to not seq scan event_json (#11192)Erik Johnston2021-10-271-1/+1
* Add a background update for updating MSC3440 relation threads. (#11181)Patrick Cloke2021-10-261-2/+83
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-201-2/+2
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-4/+4
* ANALYZE new stream ordering column (#10326)Brendan Abolivier2021-07-071-0/+10
* Rebuild other indexes using `stream_ordering` (#10282)Richard van der Hoff2021-06-301-3/+47
* Fix `populate_stream_ordering2` background job (#10267)Richard van der Hoff2021-06-291-16/+12
* Migrate stream_ordering to a bigint (#10264)Richard van der Hoff2021-06-291-15/+121
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-1/+0
* Fix a bug in the background task for purging chain cover. (#9583)Patrick Cloke2021-03-101-1/+1
* Add a background task to purge unused chain IDs. (#9542)Patrick Cloke2021-03-091-0/+79
* Fix 'rejected_events_metadata' background update (#9537)Erik Johnston2021-03-031-1/+3
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-0/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-10/+19
* 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