summary refs log tree commit diff
path: root/synapse/storage/engines (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly identify deadlocksErik Johnston2015-04-151-1/+1
* Add postgres database engineErik Johnston2015-04-141-0/+44
* Add support for postgres instead of mysql. Change sql accourdingly. blob + va...Erik Johnston2015-04-141-0/+2
* Use case sensitive collationsErik Johnston2015-04-101-1/+1
* Handle the fact that in sqlite binary data might be stored as unicode or bytesErik Johnston2015-04-102-1/+11
* Fix maria engine to correctly recognize deadlocksErik Johnston2015-04-081-2/+2
* Retry on deadlockErik Johnston2015-04-072-0/+8
* Fix unicode supportErik Johnston2015-04-023-1/+24
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-013-0/+90