summary refs log tree commit diff
path: root/docs/sphinx/synapse.persistence.tables.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-15Don't wait on federation_handler.handle_new_eventErik Johnston1-3/+7
2015-04-15Remove run_on_reactor()sErik Johnston1-4/+0
2015-04-15Postgres does not allow you to continue using a cursor after a DB exception h...Erik Johnston1-11/+14
2015-04-15Do more parellelization for initialSyncErik Johnston1-7/+11
2015-04-15Parellelize initial syncErik Johnston1-2/+8
2015-04-15Turn off persistance of sent_transactions.response_jsonErik Johnston1-1/+1
2015-04-15Add index on events (topological_ordering, stream_ordering) to help with ORDE...Erik Johnston2-0/+2
2015-04-15Use try..finally in contextlib.contextmanagerErik Johnston1-3/+5
2015-04-15Use True for True rather than 1Erik Johnston1-5/+7
2015-04-15Add missing yield in storage funcErik Johnston1-1/+1
2015-04-15Correctly identify deadlocksErik Johnston1-1/+1
2015-04-15