summary refs log tree commit diff
path: root/synapse/storage/databases/main/state.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-111-24/+38
* Return immutable objects for cachedList decorators (#16350)Patrick Cloke2023-09-191-2/+12
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Enable Faster Remote Room Joins against worker-mode Synapse. (#14752)reivilibre2023-01-221-0/+2
* Faster remote room joins: invalidate caches and unblock requests when receivi...reivilibre2022-12-191-1/+17
* Faster remote room joins: stream the un-partial-stating of events over replic...reivilibre2022-12-141-9/+25
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Instrument `get_metadata_for_events` for tracing (#13730)Eric Eastwood2022-09-071-0/+2
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-0/+2
* Update the rejected state of events during resync (#13459)Richard van der Hoff2022-08-111-0/+5
* Faster joins: fix rejected events becoming un-rejected during resync (#13413)Richard van der Hoff2022-08-011-3/+5
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-091-0/+1
* Fix a stale comment in get_room_version_id_txn. (#12969)Patrick Cloke2022-06-071-6/+1
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-29/+9
* Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff2022-06-011-3/+9
* Fix `get_metadata_for_events` (#12904)Richard van der Hoff2022-05-301-2/+2
* Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-261-0/+59
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-3/+2
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-271-2/+2
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-211-0/+1
* Fix grammatical error in error message (#12483)Travis Ralston2022-04-181-1/+1
* Resync state after partial-state join (#12394)Richard van der Hoff2022-04-121-0/+48
* Add some type hints to datastore (#12423)Dirk Klimpel2022-04-121-1/+1
* Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-011-4/+12
* Add more type hints to the main state store. (#12267)Patrick Cloke2022-03-311-7/+11
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-281-9/+15
* Make get_room_version use cached get_room_version_id. (#11808)lukasdenk2022-03-021-14/+13
* Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-041-1/+5
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-301-14/+0
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-4/+23
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-4/+7
* Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-201-2/+2
* Make historical events discoverable from backfill for servers without any scr...Eric Eastwood2021-07-281-11/+39
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-6/+5
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-9/+10
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-2/+2
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-3/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+509