MatrixSynapse/synapse/storage
Erik Johnston 6ead27ddda Add more conditions on JOINs to make postgres go a little faster. 2015-04-30 18:32:03 +01:00
..
engines
schema Oops, update the contraint too 2015-04-29 16:58:42 +01:00
util Typo 2015-04-29 19:17:25 +01:00
__init__.py
_base.py
appservice.py txn.execute doesn't return cursors 2015-04-29 16:43:39 +01:00
directory.py
event_federation.py
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 Implement or_ignore flag on inserts 2015-04-07 12:06:22 +01:00
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 Be more postgressive 2015-04-29 16:57:14 +01:00
rejections.py
room.py Fix up get_current_state and get_room_name_and_aliases queries to parse events in transaction 2015-04-30 17:12:52 +01:00
roommember.py Add more conditions on JOINs to make postgres go a little faster. 2015-04-30 18:32:03 +01:00
signatures.py
state.py Fix up get_current_state and get_room_name_and_aliases queries to parse events in transaction 2015-04-30 17:12:52 +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