Commit History

Author SHA1 Message Date
  David Robertson 1fe202a1a3 Tidy up and type-hint the database engine modules (#12734) 2 years ago
  Nick Barrett b59d285f7c Db txn set isolation level (#11799) 2 years ago
  Erik Johnston 329ef5c715 Fix the inbound PDU metric (#10279) 3 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
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Jonathan de Jong 2814028ce5 Add experimental support for PyPy. (#9123) 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 4 years ago
  Patrick Cloke 627b0f5f27 Persist user interactive authentication sessions (#7302) 4 years ago
  David Vo fbf0782c63 Only import sqlite3 when type checking (#7155) 4 years ago
  Richard van der Hoff 132b673dbe Add some type annotations in `synapse.storage` (#6987) 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 e97d1cf001 Modify check_database to take a connection rather than a cursor 4 years ago
  Erik Johnston 2284eb3a53 Add database config class (#6513) 4 years ago
  Erik Johnston afb6d9d53b Fix SQLite 4 years ago
  Erik Johnston 3bc687508f Remove add_in_list_sql_clause 4 years ago
  Erik Johnston 9267741a5f Fix `devices_last_seen` background update. 4 years ago
  Amber Brown 32e7c9e7f2 Run Black. (#5482) 5 years ago
  Amber Brown 7efd1d87c2 Run black on the rest of the storage module (#4996) 5 years ago
  Richard van der Hoff f191be822b Add database version to phonehome stats. (#4753) 5 years ago
  Amber Brown 7072fe3084 Fix UPSERTs on SQLite 3.24+ (#4477) 5 years ago
  Erik Johnston 431e485914 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/sqlite_native_upsert 5 years ago
  Andrew Morgan 0b3fd1401f Don't require sqlite3 when using postgres (#4466) 5 years ago
  Erik Johnston 1953067136 Disable native upserts for sqlite, as they don't work 5 years ago
  Amber Brown 58f6c48183 Use native UPSERTs where possible (#4306) 5 years ago