MatrixSynapse/synapse/storage
Erik Johnston c8ed9bd278 pushers table requires an access_token 2015-04-29 15:33:27 +01:00
..
engines Make postgres database error slightly more helpful 2015-04-29 12:12:25 +01:00
schema pushers table requires an access_token 2015-04-29 15:33:27 +01:00
util Make get_max_token into inlineCallbacks so that the lock works. 2015-04-27 15:19:44 +01:00
__init__.py We can't use REPLACE when upgrading databases now we have postgres 2015-04-29 13:55:44 +01:00
_base.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00
appservice.py
directory.py
event_federation.py
events.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00
filtering.py
keys.py Merge branch 'develop' into key_distribution 2015-04-29 13:15:14 +01:00
media_repository.py
presence.py
profile.py
push_rule.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 2015-03-20 16:31:48 +00:00
pusher.py Merge branch 'develop' of github.com:matrix-org/synapse into postgres 2015-04-28 13:39:42 +01:00
registration.py Merge branch 'develop' of github.com:matrix-org/synapse into postgres 2015-04-28 13:39:42 +01:00
rejections.py
room.py
roommember.py
signatures.py
state.py
stream.py
transactions.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00