summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/roommember.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increase DB/CPU perf of `_is_server_still_joined` check. (#6936)Erik Johnston2020-02-191-0/+31
* When server leaves room check for stale device lists. (#6801)Erik Johnston2020-01-301-2/+35
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-79/+110
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-1/+1
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-6/+7
* Move background update handling out of storeErik Johnston2019-12-051-10/+17
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-22/+22
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-8/+8
* Don't call SQLBaseStore methods from outside storesErik Johnston2019-12-041-0/+17
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+1
* Quick fix to ensure cache descriptors always return deferredsErik Johnston2019-10-281-1/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+1145