You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/storage
Erik Johnston 657298cebd Don't lock user_ips table for upsert. 10 years ago
..
engines Fix bug where we reconnected to the database on every query. 10 years ago
schema Oops, update the contraint too 10 years ago
util Typo 10 years ago
__init__.py Don't lock user_ips table for upsert. 10 years ago
_base.py Don't lock user_ips table for upsert. 10 years ago
appservice.py txn.execute doesn't return cursors 10 years ago
directory.py Use generic db exceptions rather than sqlite3 specific ones 10 years ago
event_federation.py Split a storage function in two so that we don't have to do extra work. 10 years ago
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. 10 years ago
filtering.py Give sensible names for '_simple_...' transactions 10 years ago
keys.py SYN-367: Use upsert rather than insert_or_replace 10 years ago
media_repository.py Give sensible names for '_simple_...' transactions 10 years ago
presence.py Implement or_ignore flag on inserts 10 years ago
profile.py Revert needless change to storage.profile 10 years ago
push_rule.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 10 years ago
pusher.py Correctly decode, for sqlite and postgres, rows from pushers table 10 years ago
registration.py Be more postgressive 10 years ago
rejections.py Give sensible names for '_simple_...' transactions 10 years ago
room.py Fix broken SQL 10 years ago
roommember.py More join conditions 10 years ago
signatures.py Make work in both Maria and SQLite. Fix tests 10 years ago
state.py Remove pointless join 10 years ago
stream.py Add more conditions on JOINs to make postgres go a little faster. 10 years ago
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. 10 years ago