Commit History

Author SHA1 Message Date
  Patrick Cloke e32f49a24b Separate PostgresEngine into Psycopg2Engine and PsycopgEngine. 7 months ago
  Patrick Cloke f2f2c7c1f0 Use full GitHub links instead of bare issue numbers. (#16637) 6 months ago
  Mathieu Velten 4f1840a88a Delete device messages asynchronously and in staged batches (#16240) 9 months ago
  reivilibre 53aa26eddc Add a timeout that aborts any Postgres statement taking more than 1 hour. (#15853) 11 months ago
  Sean Quah 6d14fdc271 Make sqlite database migrations transactional again, part two (#14926) 1 year ago
  David Robertson 3d87847ecc Enable `--warn-redundant-casts` option in mypy (#14671) 1 year ago
  Patrick Cloke e9a4343cb2 Drop support for Postgres 10 in full text search code. (#14397) 1 year ago
  Sean Quah a5fcdea090 Remove support for PostgreSQL 10 (#14392) 1 year ago
  James Salter d902181de9 Unified search query syntax using the full-text search capabilities of the underlying DB. (#11635) 1 year ago
  David Robertson 0a38c7ec6d Snapshot schema 72 (#13873) 1 year ago
  David Robertson f2d2481e56 Require SQLite >= 3.27.0 (#13760) 1 year ago
  David Robertson 586bfc6dc0 Use dummy fallback engines if imports fail (#12979) 2 years ago
  David Robertson 1fe202a1a3 Tidy up and type-hint the database engine modules (#12734) 2 years ago
  Shay e78d4f61fc Refuse to start if DB has an unsafe locale (#12262) 2 years ago
  Nick Barrett b59d285f7c Db txn set isolation level (#11799) 2 years ago
  Shay 9006ee36d1 Drop support for and remove references to EOL Python 3.6 (#11683) 2 years ago
  Erik Johnston 329ef5c715 Fix the inbound PDU metric (#10279) 2 years ago
  Jonathan de Jong 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Richard van der Hoff 3ada9b4264 Drop support for sqlite<3.22 as well 3 years ago
  Richard van der Hoff abade34633 Require py36 and Postgres 9.6 3 years ago
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Erik Johnston ae5b2a72c0 Reduce serialization errors in MultiWriterIdGen (#8456) 3 years ago
  Richard van der Hoff 3c36ae17a5 Use SequenceGenerator for state group ID allocation 3 years ago
  Richard van der Hoff 244dbb04f7 Fix incorrect error message when database CTYPE was set incorrectly. (#7760) 4 years ago
  Richard van der Hoff 132b673dbe Add some type annotations in `synapse.storage` (#6987) 4 years ago
  Uday Bansal 7728d87fd7 Updated warning for incorrect database collation/ctype (#6985) 4 years ago
  Erik Johnston 02b44db922 Warn if postgres database has non-C locale. (#6734) 4 years ago
  Richard van der Hoff bf46821180 Refuse to start if sqlite is older than 3.11.0 4 years ago
  Richard van der Hoff e48ba84e0b Check postgres version in check_database 4 years ago
  Richard van der Hoff e97d1cf001 Modify check_database to take a connection rather than a cursor 4 years ago