summary refs log tree commit diff
path: root/synapse/storage/databases/main/transactions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-161-24/+25
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-2/+11
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+70
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442)Erik Johnston2021-07-221-3/+5
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-211-29/+37
* Revert "Experimental Federation Speedup (#9702)"Andrew Morgan2021-04-281-12/+16
* Experimental Federation Speedup (#9702)Jonathan de Jong2021-04-141-16/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix federation stall on concurrent access errors (#9639)Jonathan de Jong2021-03-231-36/+9
* Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-5/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-6/+13
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Fix get destinations to catch up query. (#9114)Erik Johnston2021-01-141-13/+11
* Use autocommit mode for single statement DB functions. (#8542)Erik Johnston2020-10-141-31/+45
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-20/+22
* Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-2/+64
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Catch-up after Federation Outage (split, 4): catch-up loop (#8272)reivilibre2020-09-151-1/+42
* Catch up after Federation Outage (split, 2): Track last successful stream ord...reivilibre2020-09-041-0/+38
* Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-3/+63
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-16/+23
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-8/+10
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-121-5/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+269