summary refs log tree commit diff
path: root/synapse/storage/util/sequence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Annotate synapse.storage.util (#10892)David Robertson2021-10-081-3/+3
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-2/+22
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Update type hints for Cursor to match PEP 249. (#9299)Jonathan de Jong2021-02-051-2/+6
* Speed up chain cover calculation (#9176)Erik Johnston2021-01-211-0/+16
* Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston2021-01-211-1/+1
* Fix receipts or account data not being sent down sync (#9193)Erik Johnston2021-01-211-3/+53
* Fix chain cover background update to work with split out event persisters (#9...Erik Johnston2021-01-141-4/+6
* Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-0/+2
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-3/+12
* 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