- Oct 11, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
-
- Oct 10, 2019
-
-
Erik Johnston authored
Use Postgres ANY for selecting many values.
-
Erik Johnston authored
-
Erik Johnston authored
Disable bytes usage with postgres
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix python packaging
-
Richard van der Hoff authored
... after it got borked by #6081
-
Erik Johnston authored
Add more log context checks when patching inlineCallbacks
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This means that we can write queries with `col = ANY(?)`, which helps postgres.
-
Erik Johnston authored
-
werner291 authored
-
Michael Telatynski authored
Fixes vector-im/riot-web#5645
-
krombel authored
This fixed the weirdness of 400 vs 404 as http status code in the case the filter id is not known by the server. As e.g. matrix-js-sdk expects 404 to catch this situation this leads to unwanted behaviour.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
James authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Hopefully this will fix the occasional failures we were seeing in the room directory. The problem was that events are not necessarily persisted (and `current_state_delta_stream` updated) in the same order as their stream_id. So for instance current_state_delta 9 might be persisted *before* current_state_delta 8. Then, when the room stats saw stream_id 9, it assumed it had done everything up to 9, and never came back to do stream_id 8. We can solve this easily by only processing up to the stream_id where we know all events have been persisted.
-
Richard van der Hoff authored
you can't plausibly ALTER TABLE in sqlite, so we create the new table with the right schema to start with.
-
Erik Johnston authored
-
Erik Johnston authored
-