MatrixSynapse/synapse/storage
Erik Johnston 657298cebd Don't lock user_ips table for upsert. 2015-05-01 10:46:48 +01:00
..
engines Fix bug where we reconnected to the database on every query. 2015-05-01 10:24:24 +01:00
schema
util Typo 2015-04-29 19:17:25 +01:00
__init__.py Don't lock user_ips table for upsert. 2015-05-01 10:46:48 +01:00
_base.py Don't lock user_ips table for upsert. 2015-05-01 10:46:48 +01:00
appservice.py
directory.py
event_federation.py Split a storage function in two so that we don't have to do extra work. 2015-05-01 10:17:19 +01:00
events.py
filtering.py
keys.py SYN-367: Use upsert rather than insert_or_replace 2015-04-30 15:21:31 +01:00
media_repository.py
presence.py
profile.py
push_rule.py
pusher.py Correctly decode, for sqlite and postgres, rows from pushers table 2015-04-29 19:41:14 +01:00
registration.py
rejections.py
room.py Fix broken SQL 2015-04-30 18:44:47 +01:00
roommember.py More join conditions 2015-04-30 18:41:05 +01:00
signatures.py
state.py Remove pointless join 2015-04-30 18:49:26 +01:00
stream.py Add more conditions on JOINs to make postgres go a little faster. 2015-04-30 18:32:03 +01:00
transactions.py