- Apr 04, 2018
-
-
Travis Ralston authored
Fixes https://github.com/matrix-org/synapse/issues/3018 Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Feb 18, 2018
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Feb 16, 2018
-
-
Richard van der Hoff authored
(Really) fix tablescan of event_push_actions on purge
-
Richard van der Hoff authored
commit 278d21b5 added new code to avoid the tablescan, but didn't remove the old :/
-
Erik Johnston authored
Store push actions in DB staging area instead of context
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 15, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't serialize current state over replication
-
Erik Johnston authored
-
Erik Johnston authored
Don't log errors propogated from send_event
-
Erik Johnston authored
Fix state group storage bug in workers
-
Erik Johnston authored
We needed to move `_count_state_group_hops_txn` to the StateGroupWorkerStore.
-
Erik Johnston authored
-
Richard van der Hoff authored
purge_history cleanups
-
- Feb 14, 2018
-
-
Richard van der Hoff authored
switch back from GIST to GIN indexes
-
Richard van der Hoff authored
apparently sqlite insists on indexes being named
-
Richard van der Hoff authored
apparently creating a temporary table commits the transaction. because that's a useful thing.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
event_push_actions doesn't have an index on event_id, so we need to specify room_id.
-
Richard van der Hoff authored
... which should speed things up by reducing the amount of data being shuffled across the connection
-
- Feb 13, 2018
-
-
Erik Johnston authored
Create a worker for event creation
-
Erik Johnston authored
-
Richard van der Hoff authored
(we don't just remove remote events)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We're up to schema v47 on develop now, so this will have to go in there to have an effect. This might cause an error if somebody has already run it in the v46 guise, and runs it again in the v47 guise, because it will cause a duplicate entry in the bbackground_updates table. On the other hand, the entry is removed once it is complete, and it is unlikely that anyone other than matrix.org has run it on v46. The update itself is harmless to re-run because it deliberately copes with the index already existing.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Use StateResolutionHandler to resolve state in persist_events
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* It's supposed to be purge_local_events, not ..._history * Fix the doc to have valid json
-
Richard van der Hoff authored
Allow use of higher versions of saml2
-
Richard van der Hoff authored
-
- Feb 12, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
Tell storage providers about new file so they can upload
-
- Feb 09, 2018
-
-
Richard van der Hoff authored
delete_local_events for purge_room_history
-