Commit Graph

3510 Commits (1d7702833d27f2e87e6598b5de9aad878e716c4b)
 

Author SHA1 Message Date
Erik Johnston 1d7702833d Make simple query rather than long one and then throw away half the results 10 years ago
Erik Johnston b1ca784aca Correctly decode, for sqlite and postgres, rows from pushers table 10 years ago
Erik Johnston 4a9dc5b2f5 pushkey' are also bytes. 10 years ago
Erik Johnston 0ade2712d1 Typo 10 years ago
Erik Johnston 50f96f256f Also remove yield from within lock in the other generator 10 years ago
Erik Johnston d2d61a8288 Fix deadlock in id_generators. No idea why this was an actual deadlock. 10 years ago
Erik Johnston 3e71d13acf Also log when we've started pushers 10 years ago
Erik Johnston e7a6edb0ee Revert previous 10 years ago
Erik Johnston c27d6ad6b5 Only start pushers when synapse has fully started 10 years ago
Erik Johnston 46daf2d200 Start pushers on reactor thread 10 years ago
Erik Johnston 3864b3a8e6 Actually return rows 10 years ago
Erik Johnston 0618978238 Typo, args wrong way round 10 years ago
Erik Johnston 09177f4f2e Decode buffers in same thread 10 years ago
Erik Johnston 472be88674 We store pusher data as bytes 10 years ago
Erik Johnston a6e62cf6d0 Fix off by one in presence token handling 10 years ago
David Baker 12d381bd5d Decode the data json in the storage layer (was moved but this part was missed) 10 years ago
David Baker f8c30faf25 Oops, update the contraint too 10 years ago
David Baker 61cd5d9045 Be more postgressive 10 years ago
David Baker fb95035a65 Be postgressive 10 years ago
David Baker 4669def000 Oops, forgot the schema delta file 10 years ago
Erik Johnston 0337eaf321 txn.execute doesn't return cursors 10 years ago
Erik Johnston 884fb88e28 txn.execute doesn't return cursors 10 years ago
Erik Johnston d76c058eea Fix invalid SQL to work in postgres land 10 years ago
David Baker 9927170787 Accept camelcase + underscores in binding too 10 years ago
David Baker 109c8aafd2 Fix includes 10 years ago
David Baker b7788f80a3 Accept both camelcase and underscore threepid creds for transition 10 years ago
Erik Johnston c8ed9bd278 pushers table requires an access_token 10 years ago
Mark Haines f2d90d5c02 Fix whitespace 10 years ago
Mark Haines 845b0b2c97 Check requirements before doing anything else when running the homeserver 10 years ago
Mark Haines c0036ced54 bump syutil to 0.0.6 10 years ago
Erik Johnston 970a9b9d2b We can't use REPLACE when upgrading databases now we have postgres 10 years ago
Erik Johnston 64991b0c8b Merge pull request #129 from matrix-org/key_distribution 10 years ago
Mark Haines e26a3d8d9e bump database schema version 10 years ago
Mark Haines 1319905d7a Use a defer.gatherResults to collect results from the perspective servers 10 years ago
Mark Haines a9549fdce3 Use bytea rather than BLOB 10 years ago
Mark Haines 4ad8b45155 Merge branch 'develop' into key_distribution 10 years ago
Mark Haines 19167fd21f Merge pull request #135 from matrix-org/erikj/postgres_charset_check 10 years ago
Matthew Hodgson 9c4ea42e79 minimal doc 10 years ago
Mark Haines 74874ffda7 Update the query format used by keyring to match current key v2 spec 10 years ago
Erik Johnston cd0864121b Make postgres database error slightly more helpful 10 years ago
Erik Johnston 4932a7e2d9 Use __all__ instead of assert to stop pyflakes from warning about unused import in __init__ 10 years ago
Matthew Hodgson 0baf923153 Merge pull request #134 from intelfx/contrib-systemd 10 years ago
Mark Haines 9894da6a29 Merge branch 'develop' into erikj/postgres_charset_check 10 years ago
Mark Haines 46d200a3a1 Implement minimum_valid_until_ts in the remote key resource 10 years ago
Erik Johnston 72443572bf Mention that postgres databases must have the correct charset encoding 10 years ago
Erik Johnston a08bf11138 Appease PEP8 10 years ago
Erik Johnston 204132a998 Check that postgres database has correct charset set 10 years ago
Mark Haines f4c9ebbc34 Delete ugly commented out log line. 10 years ago
Ivan Shapovalov 45278eaa19 contrib/systemd: add a sample systemd unit file and a logger configuration 10 years ago
Matthew Hodgson 478e511db0 improve postgres blurb a bit 10 years ago