Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
    • Patrick Cloke's avatar
      1.21.2 · 9991aaa4
      Patrick Cloke authored
      9991aaa4
    • Erik Johnston's avatar
      Remove racey assertion in MultiWriterIDGenerator (#8530) · 20fa83f3
      Erik Johnston authored
      We asserted that the IDs returned by postgres sequence was greater than
      any we had seen, however this is technically racey as we may update the
      current positions out of order.
      
      We now assert that the sequences are correct on startup, so the
      assertion is no longer really required, so we remove them.
      20fa83f3
  2. Oct 13, 2020
  3. Oct 12, 2020
  4. Oct 08, 2020
  5. Oct 07, 2020
  6. Oct 02, 2020
  7. Oct 01, 2020
  8. Sep 30, 2020
  9. Sep 29, 2020
Loading