summary refs log tree commit diff
path: root/synapse/storage/engines/postgres.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make postgres database error slightly more helpfulErik Johnston2015-04-291-1/+2
* Check that postgres database has correct charset setErik Johnston2015-04-291-0/+11
* Shuffle operations so that locking upsert happens last in the txn. This ensur...Erik Johnston2015-04-271-0/+3
* Handle the fact that postgres databases can be restarted from under usErik Johnston2015-04-271-0/+3
* Go back to storing JSON in TEXTErik Johnston2015-04-161-3/+0
* Correctly identify deadlocksErik Johnston2015-04-151-1/+1
* Add postgres database engineErik Johnston2015-04-141-0/+44