MatrixSynapse/synapse/storage
Erik Johnston 4af32a2817 Postgres does not allow you to continue using a cursor after a DB exception has been raised, so move _simple_insert or_ignore flag out of transaction 2015-04-15 14:51:21 +01:00
..
engines Correctly identify deadlocks 2015-04-15 10:23:42 +01:00
schema Add index on events (topological_ordering, stream_ordering) to help with ORDER BY clauses 2015-04-15 11:43:25 +01:00
util Use try..finally in contextlib.contextmanager 2015-04-15 10:25:43 +01:00
__init__.py Rename user_ips.user -> user_id 2015-04-14 13:54:09 +01:00
_base.py Postgres does not allow you to continue using a cursor after a DB exception has been raised, so move _simple_insert or_ignore flag out of transaction 2015-04-15 14:51:21 +01:00
appservice.py
directory.py
event_federation.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
events.py Use True for True rather than 1 2015-04-15 10:24:24 +01:00
filtering.py
keys.py
media_repository.py
presence.py
profile.py
push_rule.py
pusher.py
registration.py Add missing yield in storage func 2015-04-15 10:24:07 +01:00
rejections.py
room.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
roommember.py
signatures.py
state.py
stream.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
transactions.py Turn off persistance of sent_transactions.response_json 2015-04-15 14:09:35 +01:00