summary refs log tree commit diff
path: root/synapse/storage/engines/postgres.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6156 from matrix-org/erikj/postgres_anyErik Johnston2019-10-101-0/+6
|\
| * Remove add_in_list_sql_clauseErik Johnston2019-10-101-0/+6
* | Disable bytes usage with postgresErik Johnston2019-10-081-0/+7
|/
* Fix `devices_last_seen` background update.Erik Johnston2019-09-301-0/+7
* Remove Postgres 9.4 support (#5448)Amber Brown2019-06-181-2/+6
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-11/+4
* Add database version to phonehome stats. (#4753)Richard van der Hoff2019-02-271-0/+25
* Use native UPSERTs where possible (#4306)Amber Brown2019-01-241-0/+14
* Port storage/ to Python 3 (#3725)Amber Brown2018-08-311-2/+7
* Store state groups separately from events (#2784)Erik Johnston2018-02-061-0/+6
* Optionally make committing to postgres asynchronous.Mark Haines2016-06-201-1/+12
* Don't require config to create databaseErik Johnston2016-04-061-7/+1
* Mark AS users with their AS's IDDaniel Wagner-Hall2016-02-111-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* rename schema_prepare to prepare_databaseErik Johnston2015-10-131-1/+1
* Expose error more nicelyErik Johnston2015-10-131-1/+1
* Split out the schema preparation and update logic into its own moduleErik Johnston2015-10-131-1/+1
* Remove race conditionErik Johnston2015-05-141-0/+2
* Don't call 'encode_parameter' no-opErik Johnston2015-05-051-3/+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
* 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