summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move background update handling out of storeErik Johnston2019-12-051-5/+4
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-35/+39
* Merge pull request #6464 from matrix-org/erikj/make_public_sql_baseErik Johnston2019-12-051-17/+17
|\
| * Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-17/+17
* | Fix background updates for synapse_port_dbBrendan Abolivier2019-12-041-2/+10
|/
* Fix worker modeBrendan Abolivier2019-11-191-56/+56
* LintBrendan Abolivier2019-11-191-25/+24
* Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+252
* Make room directory search case insensitiveErik Johnston2019-10-291-4/+8
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+681