summary refs log tree commit diff
path: root/synapse/storage/transactions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add index on transaction_id to sent_transcationsErik Johnston2015-01-061-4/+0
* Actually time that functionErik Johnston2015-01-061-0/+1
* Time how long calls to _get_destination_retry_timings takeErik Johnston2015-01-061-0/+3
* Update copyright noticesMark Haines2015-01-061-1/+1
* Code style.Erik Johnston2014-12-101-21/+29
* squidge to 79 columns as per pep8Matthew Hodgson2014-12-101-6/+12
* fix a million stupid bugs and make it actually workMatthew Hodgson2014-12-081-11/+14
* add a write-through cache on the retry scheduleMatthew Hodgson2014-12-081-4/+15
* fix stupid syntax thinkosMatthew Hodgson2014-12-071-1/+1
* track replication destination health, and perform exponential back-off when s...Matthew Hodgson2014-12-071-1/+77
* For now, don't store txn -> pdu mappings.Erik Johnston2014-11-031-4/+3
* Remove PDU tables.Erik Johnston2014-10-311-45/+0
* Don't store any PDUsErik Johnston2014-10-311-9/+9
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-0/+6
* keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ...Mark Haines2014-10-171-6/+7
* SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-7/+7
* Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_poolPaul "LeoNerd" Evans2014-09-121-6/+6
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+287