Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't table scan events on worker startup (#8419) | Erik Johnston | 2020-09-29 | 1 | -0/+18 |
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 1 | -3/+19 |
* | Fix MultiWriteIdGenerator's handling of restarts. (#8374) | Erik Johnston | 2020-09-24 | 1 | -8/+111 |
* | Use `async with` for ID gens (#8383) | Erik Johnston | 2020-09-23 | 1 | -25/+41 |
* | Fix `MultiWriterIdGenerator.current_position`. (#8257) | Erik Johnston | 2020-09-08 | 1 | -0/+50 |
* | Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8... | Erik Johnston | 2020-09-01 | 1 | -0/+105 |
* | Fix missing _add_persisted_position (#8179) | Erik Johnston | 2020-08-27 | 1 | -3/+49 |
* | Add functions to `MultiWriterIdGen` used by events stream (#8164) | Erik Johnston | 2020-08-25 | 1 | -0/+36 |
* | Separate `get_current_token` into two. (#8113) | Erik Johnston | 2020-08-19 | 1 | -8/+8 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -7/+7 |
* | Add MultiWriterIdGenerator. (#7281) | Erik Johnston | 2020-05-04 | 1 | -0/+184 |