- Jul 01, 2020
-
-
Richard van der Hoff authored
-
- Feb 27, 2020
-
-
Richard van der Hoff authored
I cracked, and added some type definitions in synapse.storage.
-
- Feb 26, 2020
-
-
Uday Bansal authored
Signed-off-by:
Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
-
- Jan 28, 2020
-
-
Erik Johnston authored
As using non-C locale can cause issues on upgrading OS.
-
- Jan 09, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
this saves doing it on each connection, and will allow us to pass extra options in.
-
Richard van der Hoff authored
We might not need the cursor at all.
-
- Oct 10, 2019
-
-
Erik Johnston authored
-
- Oct 08, 2019
-
-
Erik Johnston authored
More often than not passing bytes to `txn.execute` is a bug (where we meant to pass a string) that just happens to work if `BYTEA_OUTPUT` is set to `ESCAPE`. However, this is a bit of a footgun so we want to instead error when this happens, and force using `bytearray` if we actually want to use bytes.
-
- Sep 30, 2019
-
-
Erik Johnston authored
Fixes #6134.
-
- Jun 17, 2019
-
-
Amber Brown authored
-
- Apr 03, 2019
-
-
Amber Brown authored
-
- Feb 27, 2019
-
-
Richard van der Hoff authored
-
- Jan 24, 2019
-
-
Amber Brown authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Feb 06, 2018
-
-
Erik Johnston authored
* Split state group persist into seperate storage func * Add per database engine code for state group id gen * Move store_state_group to StateReadStore This allows other workers to use it, and so resolve state. * Hook up store_state_group * Fix tests * Rename _store_mult_state_groups_txn * Rename StateGroupReadStore * Remove redundant _have_persisted_state_group_txn * Update comments * Comment compute_event_context * Set start val for state_group_id_seq ... otherwise we try to recreate old state groups * Update comments * Don't store state for outliers * Update comment * Update docstring as state groups are ints
-
- Jun 20, 2016
-
-
Mark Haines authored
Useful when running tests when you don't care whether the server will lose data that it claims that it has committed.
-
- Apr 06, 2016
-
-
Erik Johnston authored
-
- Feb 11, 2016
-
-
Daniel Wagner-Hall authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Oct 13, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 14, 2015
-
-
Erik Johnston authored
-
- May 05, 2015
-
-
Erik Johnston authored
-
- May 01, 2015
-
-
Erik Johnston authored
-
- Apr 29, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 27, 2015
-
-
Erik Johnston authored
Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible.
-
Erik Johnston authored
-
- Apr 16, 2015
-
-
Erik Johnston authored
-
- Apr 15, 2015
-
-
Erik Johnston authored
-
- Apr 14, 2015
-
-
Erik Johnston authored
-
- Apr 10, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 08, 2015
-
-
Erik Johnston authored
-
- Apr 07, 2015
-
-
Erik Johnston authored
-
- Apr 02, 2015
-
-
Erik Johnston authored
-
- Apr 01, 2015
-
-
Erik Johnston authored
-
- Feb 04, 2015
-
-
Kegan Dougal authored
-