summary refs log tree commit diff
path: root/synapse/storage/databases/main/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix missing null character check on guest_access room stateAndrew Morgan2020-09-221-0/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-30/+6
* Do not try to store invalid data in the stats table (#8226)Patrick Cloke2020-09-021-8/+26
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-40/+42
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+5
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+886