summary refs log tree commit diff
path: root/synapse/storage/data_stores/state (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-0513-1265/+0
* Convert some of the data store to async. (#7976)Patrick Cloke2020-07-301-21/+16
* Use SequenceGenerator for state group ID allocationRichard van der Hoff2020-07-161-1/+11
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-152-13/+10
* Improve performance of _get_state_groups_from_groups_txn (#7567)Dagfinn Ilmari Mannsåker2020-06-011-6/+6
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-4/+2
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-2/+2
* Add StateMap type alias (#6715)Erik Johnston2020-01-161-24/+28
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-2013-0/+1263