summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update all stream IDs after processing replication rows (#14723)Nick Mills-Barrett2023-01-0411-20/+91
* Add experimental support for MSC3391: deleting account data (#14714)Andrew Morgan2023-01-012-14/+238
* Faster remote room joins: invalidate caches and unblock requests when receivi...reivilibre2022-12-192-13/+32
* Faster remote room joins: stream the un-partial-stating of events over replic...reivilibre2022-12-144-9/+167
* Delete event_push_summary_unique_index again. (#14669)Patrick Cloke2022-12-142-9/+33
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-14/+19
* Enable `--warn-redundant-casts` option in mypy (#14671)David Robertson2022-12-122-2/+3
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-126-572/+5
* Revert the deletion of stale devices due to performance issues. (#14662)reivilibre2022-12-121-83/+1
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-4/+63
* Handle half-created indices in receipts index background update (#14650)Sean Quah2022-12-092-48/+58
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-1/+1
* Limit the number of devices we delete at once (#14649)Erik Johnston2022-12-091-3/+8
* Delete stale non-e2e devices for users, take 2 (#14595)Erik Johnston2022-12-091-1/+78
* Rebuild the user directory and stats tables. (#14643)Patrick Cloke2022-12-081-0/+29
* Fix a long-standing bug where the user directory would return 1 more row than...reivilibre2022-12-071-1/+1
* Improve logging and opentracing for to-device message handling (#14598)Richard van der Hoff2022-12-061-17/+75
* Better return type for `get_all_entities_changed` (#14604)Erik Johnston2022-12-051-40/+71
* Faster remote room joins: stream the un-partial-stating of rooms over replica...reivilibre2022-12-053-66/+223
* Properly handle unknown results for the stream change cache. (#14592)Patrick Cloke2022-12-021-14/+19
* Merge branch 'release-v1.73' into developDavid Robertson2022-12-011-66/+1
|\
| * Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)David Robertson2022-11-291-67/+1
| * Fix `UndefinedColumn: column "key_json" does not exist` errors when handling ...David Robertson2022-11-291-0/+1
* | Aggregate unread notif count query for badge count calculation (#14255)Nick Mills-Barrett2022-11-301-0/+149
|/
* POC delete stale non-e2e devices for users (#14038)Erik Johnston2022-11-291-1/+66
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-281-1/+4
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-282-9/+9
* Remove option to skip locking of tables during emulated upserts (#14469)Sean Quah2022-11-289-74/+18
* Fix crash admin media list api when info is None (#14537)schmop2022-11-241-1/+5
* Add another index to `device_lists_changes_in_room` (#14534)Erik Johnston2022-11-232-0/+27
* Optimize `filter_events_for_client` for faster `/messages` - v2 (#14527)Eric Eastwood2022-11-221-20/+79
* Track unconverted device list outbound pokes using a position instead (#14516)Sean Quah2022-11-223-44/+129
* Batch fetch bundled references (#14508)Patrick Cloke2022-11-223-8/+71
* Batch fetch bundled annotations (#14491)Patrick Cloke2022-11-221-54/+85
* Fix check to ignore blank lines in incoming TCP replication (#14449)Andrew Morgan2022-11-171-3/+3
* Reintroduce #14376, with bugfix for monoliths (#14468)David Robertson2022-11-167-100/+73
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-1610-40/+37
* Fix background updates failing to add unique indexes on receipts (#14453)Sean Quah2022-11-161-24/+147
* Revert "Remove slaved id tracker (#14376)" (#14463)Erik Johnston2022-11-167-73/+100
* Include heroes in partial join responses' state (#14442)David Robertson2022-11-151-0/+30
* Update docstring to clarify that `get_partial_state_events_batch` does not ju...reivilibre2022-11-151-1/+9
* Remove slaved id tracker (#14376)Nick Mills-Barrett2022-11-147-100/+73
* Clean-up events persistance code (#14411)Patrick Cloke2022-11-142-8/+3
* Merge/remove `Slaved*` stores into `WorkerStores` (#14375)Nick Mills-Barrett2022-11-117-58/+139
* Fix PostgreSQL sometimes using table scans for `event_search` (#14409)Sean Quah2022-11-101-0/+33
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-092-43/+23
* Remove support for PostgreSQL 10 (#14392)Sean Quah2022-11-081-2/+2
* Fix background update table-scanning `events` (#14374)Richard van der Hoff2022-11-071-8/+8
* Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329)dependabot[bot]2022-11-041-1/+1
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-031-0/+36
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-0/+21
* Prevent federation user keys query from returning device names if disallowed ...Andrew Morgan2022-10-281-5/+12
* Switch search SQL to triple-quote strings. (#14311)Patrick Cloke2022-10-281-89/+99
* Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-272-2/+18
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-3/+2
* Fix presence bug introduced in 1.64 by #13313 (#14243)Mathieu Velten2022-10-271-2/+1
* Save login tokens in database (#13844)Quentin Gliech2022-10-262-1/+190
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-253-35/+240
* Merge branch 'release-v1.70' into developOlivier Wilkinson (reivilibre)2022-10-252-14/+58
|\
| * Revert behavior change for bundling edits of non-message events (#14283)Patrick Cloke2022-10-241-4/+7
| * Properly update the threads table when thread events are redacted. (#14248)Patrick Cloke2022-10-211-10/+51
* | Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-4/+11
* | Enable WAL for SQLite (#13897)asymmetric2022-10-251-0/+4
* | Add debugging to help diagnose lost device-list-update (#14268)Richard van der Hoff2022-10-241-17/+37
* | Show erasure status when listing users in the Admin API (#14205)Tadeusz Sośnierz2022-10-211-2/+11
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-191-2/+2
|/
* Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh...Eric Eastwood2022-10-181-21/+38
* Fix hiding devices names over federation (#10015)Aaron Raimist2022-10-181-2/+8
* Update the thread_id right before use (in case the bg update hasn't finished)...Patrick Cloke2022-10-184-134/+111
* When restarting a partial join resync, prioritise the server which actioned a...David Robertson2022-10-183-7/+56
* Avoid checking the event cache when backfilling events (#14164)Andrew Morgan2022-10-181-1/+1
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-18/+13
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-2/+27
* Invalidate rooms for user caches when receiving membership events (#14155)Nick Mills-Barrett2022-10-171-0/+4
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-151-0/+54
* Merge remote-tracking branch 'origin/release-v1.69' into developPatrick Cloke2022-10-141-13/+59
|\
| * Fix background update to use an index (#14181)Erik Johnston2022-10-141-11/+51
| * Optimise the event_push_backfill_thread_id bg job (#14172)David Robertson2022-10-131-2/+8
| * Fix rotating existing notifications in push summary (#14138)Erik Johnston2022-10-111-5/+15
| * Fix backwards compatibility with upcoming threads schema changes. (#14045)Patrick Cloke2022-10-051-11/+23
* | Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-142-6/+93
* | Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-2/+0
* | Properly invalidate get_thread_id cache. (#14163)Patrick Cloke2022-10-141-0/+1
* | Fix sqlite syntax for upserts. (#14171)Patrick Cloke2022-10-131-1/+1
* | Properly return the thread ID down sync. (#14159)Patrick Cloke2022-10-131-2/+2
* | Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-134-4/+231
* | Return the thread ID properly down sync. (#14159)Patrick Cloke2022-10-121-0/+2
* | Return the main timeline for events which are not part of a thread. (#14140)Patrick Cloke2022-10-121-5/+7
* | Batch up calls to `get_rooms_for_users` (#14109)Nick Mills-Barrett2022-10-121-1/+16
* | Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-124-72/+4
* | Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-112-19/+24
* | Apply & bundle edits for non-message events. (#14034)Patrick Cloke2022-10-071-7/+4
* | Fix handling of public rooms filter with a network tuple. (#14053)Patrick Cloke2022-10-051-17/+26
* | Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-23/+57
* | Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+36
* | Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-043-61/+315
* | Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-046-77/+268
* | Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-041-7/+2
|/
* Clear out old rows from `event_push_actions_staging` (#14020)Erik Johnston2022-10-034-1/+104
* Fix bug where we didn't delete staging push actions (#14014)Erik Johnston2022-10-031-1/+1
* Add cache to `get_partial_state_servers_at_join` (#14013)Erik Johnston2022-10-031-0/+7
* Refactor `_get_e2e_device_keys_txn` to split large queries (#13956)Sean Quah2022-10-032-29/+114
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-302-17/+7
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-302-7/+17
* Update mypy and mypy-zope (#13925)David Robertson2022-09-302-17/+7
* Fix performance regression in `get_users_in_room` (#13972)Erik Johnston2022-09-302-68/+91
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-29/+53
* Update UPSERT comment now that native upserts are the default (#13924)David Robertson2022-09-291-10/+50
* Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-293-61/+58
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-293-19/+160
* Explicit cast to enforce type hints. (#13939)Patrick Cloke2022-09-291-4/+4
* Clarify that a method returns only unthreaded receipts. (#13937)Patrick Cloke2022-09-292-40/+8
* Handle local device list updates during partial join (#13934)Erik Johnston2022-09-282-13/+58
* Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-12/+78
* Revert "Stop returning an unused column when handling new receipts. (#13933)"...Patrick Cloke2022-09-281-2/+2
* Stop returning an unused column when handling new receipts. (#13933)Patrick Cloke2022-09-281-2/+2
* Handle remote device list updates during partial join (#13913)Erik Johnston2022-09-283-0/+103
* fix: Push notifications for invite over federation (#13719)Kateřina Churanová2022-09-282-9/+11
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-271-18/+22
* Add new columns tracking when we partial-joined (#13892)David Robertson2022-09-272-2/+73
* Handle the case of remote users leaving a partial join room for device lists ...Erik Johnston2022-09-275-106/+83
* Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-261-14/+24
* Snapshot schema 72 (#13873)David Robertson2022-09-2611-8/+2118
* Simplify cache invalidation after event persist txn (#13796)Nick Mills-Barrett2022-09-263-119/+51
* Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-41/+147
* Faster room joins: Avoid blocking `/keys/changes` (#13888)Sean Quah2022-09-231-1/+6
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-232-23/+66
* Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-232-1/+60
* Properly paginate forward in the /relations API. (#13840)Patrick Cloke2022-09-222-13/+31
* Track device IDs for pushers (#13831)Brendan Abolivier2022-09-212-2/+91
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-212-24/+61
* Add cache invalidation across workers to module API (#13667)Mathieu Velten2022-09-212-11/+32
* Generate separate snapshots for logical databases (#13792)David Robertson2022-09-201-1/+4
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-8/+15
* Add support to purge rows from MSC2716 and other tables when purging a room (...Eric Eastwood2022-09-163-0/+29
* Support providing an index predicate for upserts. (#13822)Patrick Cloke2022-09-152-7/+24
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-144-9/+99
* Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-148-6/+295
* Use partial indices on SQLIte. (#13802)Patrick Cloke2022-09-143-5/+58
* Deduplicate `is_server_notices_room`. (#13780)reivilibre2022-09-141-0/+17
* Remove incorrect migration file from `state` logical DB (#13788)David Robertson2022-09-141-37/+0
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-3/+17
* Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)Mathieu Velten2022-09-132-0/+24
* Updates to the schema dump script (#13770)David Robertson2022-09-131-0/+4
* Add receipts event stream ordering (#13703)Nick Mills-Barrett2022-09-132-1/+92
* Remove check current state membership up to date (#13745)Nick Mills-Barrett2022-09-122-155/+99
* Use an upsert for `receipts_graph`. (#13752)Patrick Cloke2022-09-091-8/+4
* Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-097-207/+105
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-082-1/+21
* Update docstrings to explain the impact of partial state (#13750)Sean Quah2022-09-081-1/+16
* Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13...Sean Quah2022-09-081-1/+4
* 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-0710-1/+30
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-072-4/+4
* Add a schema delta to drop unstable private read receipts. (#13692)Patrick Cloke2022-09-011-0/+19
* Cache `is_partial_state_room` (#13693)Erik Johnston2022-09-011-4/+7
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-2/+0
* Remove cached wrap on `_get_joined_users_from_context` method (#13569)Nick Mills-Barrett2022-08-311-84/+38
* Fix admin List Room API return type on sqlite (#13509)David Robertson2022-08-311-2/+4
* Give the correct next event when the message timestamps are the same - MSC303...Eric Eastwood2022-08-301-2/+10
* Drop unused column `application_services_state.last_txn` (#13627)Shay2022-08-303-0/+58
* Speed up inserting `event_push_actions_staging`. (#13634)Patrick Cloke2022-08-301-20/+8
* Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-302-19/+72
* Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-241-0/+26
* When loading current ids, sort by `stream_id` to avoid incorrect overwrite an...Eric Eastwood2022-08-241-2/+11
* Rewrite get push actions queries (#13597)Nick Mills-Barrett2022-08-241-160/+68
* Fix regression caused by #13573 (#13600)Erik Johnston2022-08-231-4/+6
* Speed up fetching large numbers of push rules (#13592)Erik Johnston2022-08-232-8/+1
* Cache user IDs instead of profile objects (#13573)Nick Mills-Barrett2022-08-231-38/+29
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-1/+1
* Avoid blocking lazy-loading `/sync`s during partial joins (#13477)Sean Quah2022-08-181-4/+20
* Fix a bug in the `/event_reports` Admin API which meant that the total count ...reivilibre2022-08-171-0/+6
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-171-0/+24
* Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-166-14/+70
* Faster room joins: make `/joined_members` block whilst the room is partial st...reivilibre2022-08-162-0/+16
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-162-69/+74
* Instrument `FederationStateIdsServlet` - `/state_ids` (#13499)Eric Eastwood2022-08-151-0/+3
* Revert "Update locked versions of mypy and mypy-zope (#13521)"David Robertson2022-08-151-6/+16
* Clarifications for event push action processing. (#13485)Patrick Cloke2022-08-152-21/+34
* Update locked versions of mypy and mypy-zope (#13521)David Robertson2022-08-151-16/+6
* Update the rejected state of events during resync (#13459)Richard van der Hoff2022-08-113-9/+65
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-051-15/+70
* Add comments about how event push actions are stored. (#13445)Erik Johnston2022-08-041-0/+61
* Improve comments (& avoid a duplicate query) in push actions processing. (#13...Patrick Cloke2022-08-041-124/+158
* Update type of `EventContext.rejected` (#13460)Richard van der Hoff2022-08-041-1/+1
* Optimise async get event lookups (#13435)Nick Mills-Barrett2022-08-042-8/+69
* Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-032-0/+7
* Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-0/+4
* Faster joins: fix rejected events becoming un-rejected during resync (#13413)Richard van der Hoff2022-08-011-3/+5
* Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-1/+1
* Fix infinite loop in partial-state resync (#13353)Richard van der Hoff2022-07-261-1/+19
* Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-2/+6
* Remove unused argument for get_relations_for_event. (#13383)Patrick Cloke2022-07-261-6/+0
* Refactor presence so we can prune user in room caches (#13313)Erik Johnston2022-07-252-15/+72
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-211-1/+8
* Track DB txn times w/ two counters, not histogram (#13342)David Robertson2022-07-211-3/+5
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-213-6/+6
* Use cache store remove base slaved (#13329)Nick Mills-Barrett2022-07-212-27/+28
* Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-3/+20
* Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-192-7/+42
* Reduce memory usage of state group cache (#13323)Erik Johnston2022-07-191-1/+2
* Rate limit joins per-room (#13276)David Robertson2022-07-191-8/+14
* Safe async event cache (#13308)Nick Mills-Barrett2022-07-197-21/+101
* Increase batch size of `bulk_get_push_rules` and `_get_joined_profiles_from_e...Shay2022-07-182-1/+2
* Improve performance of query ` _get_subset_users_in_room_with_profiles` (#13299)Shay2022-07-181-1/+1
* Revert "Make all `process_replication_rows` methods async (#13304)" (#13312)Erik Johnston2022-07-188-21/+15
* Use READ COMMITTED isolation level when purging rooms (#12942)Nick Mills-Barrett2022-07-181-2/+31
* Make all `process_replication_rows` methods async (#13304)Nick Mills-Barrett2022-07-178-15/+21
* Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-152-54/+104
* Bg update to populate new `events` table columns (#13215)Richard van der Hoff2022-07-152-0/+134
* Fix a bug which could lead to incorrect state (#13278)Erik Johnston2022-07-151-1/+2
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-156-20/+41
* Federation Sender & Appservice Pusher Stream Optimisations (#13251)Nick Mills-Barrett2022-07-153-71/+38
* Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-143-30/+21
* Drop unused tables from groups/communities. (#12967)Patrick Cloke2022-07-132-3/+35
* Drop unused table `event_reference_hashes` (#13218)Richard van der Hoff2022-07-121-0/+17
* Log the stack when waiting for an entire room to be un-partial stated (#13257)Sean Quah2022-07-121-0/+1
* expose whether a room is a space in the Admin API (#13208)andrew do2022-07-121-2/+4
* Don't pull out the full state when calculating push actions (#13078)Erik Johnston2022-07-113-0/+107
* Remove delay when rotating event push actions (#13211)Erik Johnston2022-07-111-3/+1
* Fix notification count after a highlighted message (#13223)Erik Johnston2022-07-081-3/+8
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-072-48/+107
* Fix bug where we failed to delete old push actions (#13194)Erik Johnston2022-07-061-2/+4
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-053-21/+93
* Use upserts for updating `event_push_summary` (#13153)Erik Johnston2022-07-051-40/+7
* Merge tag 'v1.62.0rc3' into developAndrew Morgan2022-07-041-2/+7
|\
| * Fix stuck notification counts on small servers (#13168)Erik Johnston2022-07-041-2/+7
* | Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-302-22/+55
|\|
| * Fix unread counts on large servers (#13140)Erik Johnston2022-06-301-22/+26
| * Add index to help delete old push actions (#13141)Erik Johnston2022-06-302-0/+29
* | Don't actually one-line the SQL statements we send to the DB (#13129)Brendan Abolivier2022-06-301-3/+4
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-293-7/+148
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-293-4/+34
|/
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-283-78/+171
* Fix type error that made its way onto develop (#13098)reivilibre2022-06-171-2/+2
* Rotate notifications more frequently (#13096)Erik Johnston2022-06-171-1/+1
* Use new `device_list_changes_in_room` table when getting device list changes ...Erik Johnston2022-06-171-0/+59
* Add desc to `get_earliest_token_for_stats` (#13085)Erik Johnston2022-06-161-0/+1
* Type annotations in `synapse.databases.main.devices` (#13025)David Robertson2022-06-152-18/+34
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-157-108/+256
* Clean up schema for `event_edges` (#12893)Richard van der Hoff2022-06-156-11/+215
* Rename delta to apply in the proper schema version. (#13050)Patrick Cloke2022-06-141-0/+0
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-1311-116/+61
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-095-1/+11
* Use READ COMMITTED isolation level when inserting read receipts (#12957)Nick Mills-Barrett2022-06-091-0/+5
* Use dummy fallback engines if imports fail (#12979)David Robertson2022-06-074-21/+46
* Fix a stale comment in get_room_version_id_txn. (#12969)Patrick Cloke2022-06-071-6/+1
* Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-10/+0
* Prevent breaking old sqlite's when media retention is enabled (#12977)Andrew Morgan2022-06-071-1/+1
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-5/+63