summary refs log tree commit diff
path: root/synapse/storage/databases/state/bg_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Use attempt_to_set_autocommit everywhere. (#16615)Patrick Cloke2023-11-091-2/+2
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-1/+0
* Improve comments in StateGroupBackgroundUpdateStore. (#16383)Patrick Cloke2023-09-251-2/+16
* Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre2023-05-311-0/+31
* Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-191-0/+5
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Optimize `filter_events_for_client` for faster `/messages` - v2 (#14527)Eric Eastwood2022-11-221-20/+79
* Reduce memory usage of state group cache (#13323)Erik Johnston2022-07-191-1/+2
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-191-0/+16
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-7/+8
* Add type hints to state database module. (#10823)Patrick Cloke2021-09-151-19/+41
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-1/+4
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-11/+7
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+374