summary refs log tree commit diff
path: root/synapse/storage/engines (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optionally make committing to postgres asynchronous.Mark Haines2016-06-203-3/+14
* Don't require config to create databaseErik Johnston2016-04-063-20/+7
* Mark AS users with their AS's IDDaniel Wagner-Hall2016-02-113-6/+9
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-1/+1
* copyrightsMatthew Hodgson2016-01-074-4/+4
* Implement rank function for SQLite FTSErik Johnston2015-10-231-0/+27
* rename schema_prepare to prepare_databaseErik Johnston2015-10-132-2/+2
* Expose error more nicelyErik Johnston2015-10-132-2/+2
* Split out the schema preparation and update logic into its own moduleErik Johnston2015-10-132-2/+4
* Remove race conditionErik Johnston2015-05-142-0/+4
* Don't call 'encode_parameter' no-opErik Johnston2015-05-052-6/+0
* Fix bug where we reconnected to the database on every query.Erik Johnston2015-05-011-1/+1
* Make postgres database error slightly more helpfulErik Johnston2015-04-291-1/+2
* Use __all__ instead of assert to stop pyflakes from warning about unused impo...Erik Johnston2015-04-291-2/+3
* Appease PEP8Erik Johnston2015-04-291-0/+2
* Check that postgres database has correct charset setErik Johnston2015-04-294-0/+33
* Shuffle operations so that locking upsert happens last in the txn. This ensur...Erik Johnston2015-04-272-0/+6
* Handle the fact that postgres databases can be restarted from under usErik Johnston2015-04-272-0/+6
* PEP8Erik Johnston2015-04-161-2/+0
* Go back to storing JSON in TEXTErik Johnston2015-04-162-8/+0
* Remove mysql/maria supportErik Johnston2015-04-152-52/+0
* 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