summary refs log tree commit diff
path: root/synapse/storage/databases/state/bg_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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