summary refs log tree commit diff
path: root/synapse/storage/schema/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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