summary refs log tree commit diff
path: root/synapse/storage/schema/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the last reference to event_txn_id. (#16521)Patrick Cloke2023-10-231-1/+4
* Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (...Patrick Cloke2023-10-121-2/+2
* Drop unused tables & unneeded access token ID for events. (#16268)Patrick Cloke2023-10-061-2/+2
* Stop purging tables which are slated for removal. (#16273)Patrick Cloke2023-09-121-1/+5
* Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-301-10/+6
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+1
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-041-1/+4
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-261-1/+5
* Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay2023-07-181-7/+2
* Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-071-2/+7
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-021-1/+4
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-261-0/+3
* Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-161-2/+8
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-121-3/+0
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-031-0/+3
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-261-1/+4
* Re re introduce membership tables event stream ordering (#15356)Nick Mills-Barrett2023-04-251-4/+10
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Olivier Wilkinson (reivilibre)2023-03-311-3/+3
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-03-301-3/+3
* Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347)Erik Johnston2023-03-291-10/+4
* Reintroduce membership tables event stream ordering (#15128)Nick Mills-Barrett2023-03-241-4/+10
* Bump schema version (#15036)David Robertson2023-02-091-2/+7
* Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-3/+3
* Clear out old rows from `event_push_actions_staging` (#14020)Erik Johnston2022-10-031-0/+1
* Add support to purge rows from MSC2716 and other tables when purging a room (...Eric Eastwood2022-09-161-0/+2
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-141-0/+2
* Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-141-1/+5
* Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)Mathieu Velten2022-09-131-0/+1
* Drop unused column `application_services_state.last_txn` (#13627)Shay2022-08-301-0/+1
* Drop unused tables from groups/communities. (#12967)Patrick Cloke2022-07-131-3/+4
* Clean up schema for `event_edges` (#12893)Richard van der Hoff2022-06-151-5/+7
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-0/+1
* Stop reading from `event_edges.room_id`. (#12914)Richard van der Hoff2022-05-311-1/+4
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-171-1/+4
* Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-101-1/+4
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-121-3/+3
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-0/+1
* Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-011-1/+4
* Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-211-3/+5
* Drop unused table `public_room_list_stream`. (#11795)Richard van der Hoff2022-01-211-1/+3
* Stop reading from `event_reference_hashes` (#11794)Richard van der Hoff2022-01-211-1/+4
* Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-101-1/+4
* Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-021-1/+5
* Remove unused tables `room_stats_historical` and `user_stats_historical` (#11...Shay2021-11-121-1/+4
* Resolve and share `state_groups` for all historical events in batch (MSC2716)...Eric Eastwood2021-10-131-1/+5
* Drop backwards-compatibility support for "outlier" (#10903)Richard van der Hoff2021-09-281-4/+2
* Document changes to schema version 61 - 64 (#10917)Eric Eastwood2021-09-241-0/+11
* Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint...Eric Eastwood2021-09-211-1/+1
* Make a note to leave a summary when one is bumping the schema version (#10621)Andrew Morgan2021-08-251-0/+2
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-1/+6
* update links to schema doc (#10620)Richard van der Hoff2021-08-171-2/+2
* Add support for MSC2716 marker events (#10498)Eric Eastwood2021-08-041-1/+1
* Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-081-1/+5
* Migrate stream_ordering to a bigint (#10264)Richard van der Hoff2021-06-291-1/+1
* Support for database schema version ranges (#9933)Richard van der Hoff2021-06-111-2/+17
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-0/+17