Commit Graph

2098 Commits (00718ae7a9e07e18cfd4c335012aacb5523fab86)

Author SHA1 Message Date
Erik Johnston 00718ae7a9 Need more yield 10 years ago
Erik Johnston 0465560c1a Add missing param 10 years ago
Erik Johnston 61d05daab1 More join conditions 10 years ago
Erik Johnston 6ead27ddda Add more conditions on JOINs to make postgres go a little faster. 10 years ago
Erik Johnston f383d5a801 Fix up get_current_state and get_room_name_and_aliases queries to parse events in transaction 10 years ago
Erik Johnston 69d4063651 Add get_rooms_for_user cache 10 years ago
David Baker 5b02f33451 Undo changes to logger config, ie. remove the access_log_file option: decision is to support this through log_config rather tan adding an option. 10 years ago
David Baker 054aa0d58c Do access log using python's logging stuff, just under a separate logger name 10 years ago
Erik Johnston 3c4c229788 Don't use sub queries, it makes postgres sad 10 years ago
Mark Haines 29400b45b9 SYN-367: Use upsert rather than insert_or_replace 10 years ago
Erik Johnston 2366d28780 Don't needlessly join on state_events 10 years ago
David Baker d89a9f7283 Add an access_log 10 years ago
David Baker 0c1b7f843b Unused import 10 years ago
David Baker 4b46fbec5b Doesn't look like this is used anymore 10 years ago
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
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 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