summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/deviceinbox.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop using 'device_max_stream_id' (#7882)Erik Johnston2020-07-171-3/+0
* Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke2020-07-161-3/+3
* Refactor getting replication updates from database v2. (#7740)Erik Johnston2020-07-071-16/+38
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-44/+44
* Add delta file to fix missing default table data (#6555)Andrew Morgan2019-12-181-15/+2
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* 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-10/+10
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-2/+2
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
* Replace UPDATE with UPSERT on device_max_stream_id table (#6363)Andrew Morgan2019-11-151-2/+15
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+457