summary refs log tree commit diff
path: root/synapse/storage/databases/state (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-5/+5
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-233-0/+3
* Update license headersPatrick Cloke2023-11-213-30/+48
* Use attempt_to_set_autocommit everywhere. (#16615)Patrick Cloke2023-11-091-2/+2
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-1/+0
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-261-6/+12
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-111-19/+35
* Improve comments in StateGroupBackgroundUpdateStore. (#16383)Patrick Cloke2023-09-251-2/+16
* Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre2023-05-311-0/+31
* Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-192-0/+20
* Include the room ID in more purge room log lines. (#15222)Patrick Cloke2023-03-081-0/+2
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-0/+119
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-222-6/+2
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-122-2/+2
* Optimize `filter_events_for_client` for faster `/messages` - v2 (#14527)Eric Eastwood2022-11-221-20/+79
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-0/+3
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-211-1/+8
* Reduce memory usage of state group cache (#13323)Erik Johnston2022-07-191-1/+2
* Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-151-53/+103
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-191-0/+16
* Refactor `resolve_state_groups_for_events` to not pull out full state when no...Shay2022-05-181-1/+1
* Back out in-flight state caching changes. (#12126)reivilibre2022-03-021-218/+25
* Order in-flight state group queries in biggest-first order (#11610)reivilibre2022-03-011-3/+27
* Cap the number of in-flight requests for state from a single group (#11608)reivilibre2022-02-221-0/+16
* Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870)reivilibre2022-02-181-25/+178
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-132-28/+14
* Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-201-3/+3
* Add type hints to state database module. (#10823)Patrick Cloke2021-09-152-69/+127
* Add type hints to state handler. (#10482)Patrick Cloke2021-07-261-6/+11
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-0710-233/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-082-3/+7
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-4/+5
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-4/+6
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+3
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
* Mypy fixes for `synapse.handlers.federation` (#8422)Richard van der Hoff2020-09-291-2/+2
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+3
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-182-2/+2
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-13/+13
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-11/+7
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-0513-0/+1267