Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Feb 27, 2020
  3. Feb 26, 2020
  4. Jan 28, 2020
  5. Jan 09, 2020
  6. Oct 10, 2019
  7. Oct 08, 2019
    • Erik Johnston's avatar
      Disable bytes usage with postgres · 1d385837
      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.
      1d385837
  8. Sep 30, 2019
  9. Jun 17, 2019
  10. Apr 03, 2019
  11. Feb 27, 2019
  12. Jan 24, 2019
  13. Aug 30, 2018
  14. Feb 06, 2018
    • Erik Johnston's avatar
      Store state groups separately from events (#2784) · 3d33eef6
      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
      3d33eef6
  15. Jun 20, 2016
  16. Apr 06, 2016
  17. Feb 11, 2016
  18. Jan 07, 2016
  19. Oct 13, 2015
  20. May 14, 2015
  21. May 05, 2015
  22. May 01, 2015
  23. Apr 29, 2015
  24. Apr 27, 2015
  25. Apr 16, 2015
  26. Apr 15, 2015
  27. Apr 14, 2015
  28. Apr 10, 2015
  29. Apr 08, 2015
  30. Apr 07, 2015
  31. Apr 02, 2015
  32. Apr 01, 2015
  33. Feb 04, 2015
Loading