summary refs log tree commit diff
path: root/synapse/storage/util/sequence.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-3/+12
| | | | | This is so we can tell what is going on when things are taking a while to start up. The main change here is to ensure that transactions that are created during startup get correctly logged like normal transactions.
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-2/+88
|
* Add functions to `MultiWriterIdGen` used by events stream (#8164)Erik Johnston2020-08-251-1/+7
|
* Add some helper classes for generating ID sequencesRichard van der Hoff2020-07-161-0/+98