| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 1 | -2/+2 |
* | Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0 | Erik Johnston | 2023-08-23 | 2 | -37/+71 |
* | Fix rare deadlock when using read/write locks (#16133) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Reduce DB contention on worker locks (#16160) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Increase perf of read/write locks (#16149) | Erik Johnston | 2023-08-23 | 1 | -0/+30 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 1 | -0/+28 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 1 | -0/+16 |
* | Bump DB version to 79 since synapse v1.88 was already there (#15998) | Mathieu Velten | 2023-07-26 | 5 | -15/+16 |
* | Fix bad merge of #15933 (#15958) | Erik Johnston | 2023-07-19 | 2 | -0/+0 |
* | Fix race in triggers for read/write locks. (#15933) | Erik Johnston | 2023-07-19 | 4 | -98/+134 |
* | Fix background schema updates failing over a large upgrade gap (#15887) | Shay | 2023-07-18 | 1 | -0/+70 |
* | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 2 | -104/+0 |
* | Fix downgrading to previous version of Synapse (#15907) | Erik Johnston | 2023-07-10 | 1 | -2/+8 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 2 | -0/+104 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 2 | -0/+271 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 1 | -0/+51 |
* | Fix sqlite `user_filters` upgrade (#15817) | Shay | 2023-06-27 | 3 | -3/+91 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-07 | 1 | -1/+21 |
|\ |
|
| * | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2023-06-07 | 1 | -2/+14 |
| * | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2023-06-07 | 1 | -0/+8 |
* | | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 2 | -0/+187 |
|/ |
|
* | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 2023-05-31 | 1 | -0/+20 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-26 | 5 | -0/+213 |
* | Update code to refer to "workers". (#15606) | Patrick Cloke | 2023-05-16 | 1 | -1/+1 |
* | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 2023-05-16 | 4 | -0/+64 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 2023-05-12 | 3 | -167/+0 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-03 | 3 | -0/+167 |
* | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 1 | -0/+24 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 1 | -0/+27 |
* | Add type hints to schema deltas (#15497) | Patrick Cloke | 2023-04-27 | 26 | -125/+122 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 2 | -0/+40 |
* | Re re introduce membership tables event stream ordering (#15356) | Nick Mills-Barrett | 2023-04-25 | 3 | -0/+131 |
* | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 2023-04-25 | 1 | -0/+53 |
* | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 1 | -0/+17 |
* | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 2023-04-04 | 1 | -0/+19 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 2023-03-31 | 3 | -150/+0 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-03-30 | 3 | -0/+150 |
* | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 2023-03-29 | 2 | -99/+0 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 1 | -0/+19 |
* | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 2023-03-24 | 2 | -0/+99 |
* | Preparatory work to fix the user directory assuming that any remote membershi... | reivilibre | 2023-03-16 | 1 | -0/+39 |
* | Add schema comments about the `destinations` and `destination_rooms` tables. ... | reivilibre | 2023-03-15 | 1 | -0/+52 |
* | Revert "Add `event_stream_ordering` column to membership state tables (#14979)" | David Robertson | 2023-02-07 | 1 | -21/+0 |
* | Add `event_stream_ordering` column to membership state tables (#14979) | Nick Mills-Barrett | 2023-02-07 | 1 | -0/+21 |
* | Drop unused table `presence` (#14825) | Dirk Klimpel | 2023-01-13 | 1 | -0/+17 |
* | Add index to improve performance of the `/timestamp_to_event` endpoint used f... | reivilibre | 2023-01-11 | 1 | -0/+17 |
* | Faster remote room joins: stream the un-partial-stating of events over replic... | reivilibre | 2022-12-14 | 2 | -0/+54 |
* | Delete event_push_summary_unique_index again. (#14669) | Patrick Cloke | 2022-12-14 | 1 | -0/+33 |
* | Rebuild the user directory and stats tables. (#14643) | Patrick Cloke | 2022-12-08 | 1 | -0/+29 |
* | Faster remote room joins: stream the un-partial-stating of rooms over replica... | reivilibre | 2022-12-05 | 2 | -0/+52 |
* | Add another index to `device_lists_changes_in_room` (#14534) | Erik Johnston | 2022-11-23 | 1 | -0/+20 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 1 | -0/+53 |
* | Fix PostgreSQL sometimes using table scans for `event_search` (#14409) | Sean Quah | 2022-11-10 | 1 | -0/+33 |
* | Save login tokens in database (#13844) | Quentin Gliech | 2022-10-26 | 1 | -0/+35 |
* | Unified search query syntax using the full-text search capabilities of the un... | James Salter | 2022-10-25 | 1 | -0/+62 |
* | Update the thread_id right before use (in case the bg update hasn't finished)... | Patrick Cloke | 2022-10-18 | 3 | -134/+8 |
* | When restarting a partial join resync, prioritise the server which actioned a... | David Robertson | 2022-10-18 | 1 | -0/+18 |
* | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 1 | -0/+30 |
* | Mark events as read using threaded read receipts from MSC3771. (#13877) | Patrick Cloke | 2022-10-04 | 2 | -0/+99 |
* | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 3 | -0/+149 |
* | Clear out old rows from `event_push_actions_staging` (#14020) | Erik Johnston | 2022-10-03 | 2 | -0/+46 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 1 | -0/+20 |
* | Handle remote device list updates during partial join (#13913) | Erik Johnston | 2022-09-28 | 1 | -0/+28 |
* | Add new columns tracking when we partial-joined (#13892) | David Robertson | 2022-09-27 | 1 | -0/+23 |
* | Snapshot schema 72 (#13873) | David Robertson | 2022-09-26 | 2 | -0/+1990 |
* | Track device IDs for pushers (#13831) | Brendan Abolivier | 2022-09-21 | 1 | -0/+20 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -0/+16 |
* | Add support to purge rows from MSC2716 and other tables when purging a room (... | Eric Eastwood | 2022-09-16 | 1 | -0/+22 |
* | Keep track when we try and fail to process a pulled event (#13589) | Eric Eastwood | 2022-09-14 | 1 | -0/+29 |
* | Update event push action and receipt tables to support threads. (#13753) | Patrick Cloke | 2022-09-14 | 4 | -0/+150 |
* | Use partial indices on SQLIte. (#13802) | Patrick Cloke | 2022-09-14 | 1 | -0/+56 |
* | Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766) | Mathieu Velten | 2022-09-13 | 1 | -0/+23 |
* | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 1 | -0/+19 |
* | Remove check current state membership up to date (#13745) | Nick Mills-Barrett | 2022-09-12 | 1 | -0/+52 |
* | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -0/+16 |
* | Add a schema delta to drop unstable private read receipts. (#13692) | Patrick Cloke | 2022-09-01 | 1 | -0/+19 |
* | Drop unused column `application_services_state.last_txn` (#13627) | Shay | 2022-08-30 | 2 | -0/+57 |
* | Bg update to populate new `events` table columns (#13215) | Richard van der Hoff | 2022-07-15 | 1 | -0/+47 |
* | Drop unused tables from groups/communities. (#12967) | Patrick Cloke | 2022-07-13 | 1 | -0/+31 |
* | Drop unused table `event_reference_hashes` (#13218) | Richard van der Hoff | 2022-07-12 | 1 | -0/+17 |
* | Merge remote-tracking branch 'origin/release-v1.62' into develop | Patrick Cloke | 2022-06-30 | 1 | -0/+19 |
|\ |
|
| * | Add index to help delete old push actions (#13141) | Erik Johnston | 2022-06-30 | 1 | -0/+19 |
* | | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 1 | -0/+19 |
|/ |
|
* | Fix serialization errors when rotating notifications (#13118) | Erik Johnston | 2022-06-28 | 1 | -0/+35 |
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 2 | -3/+22 |
* | Clean up schema for `event_edges` (#12893) | Richard van der Hoff | 2022-06-15 | 2 | -0/+90 |
* | Rename delta to apply in the proper schema version. (#13050) | Patrick Cloke | 2022-06-14 | 1 | -0/+0 |
* | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 1 | -0/+61 |
* | Add a migration step to cleanup potential leftovers of bug 11833 (#12784) | Mathieu Velten | 2022-05-30 | 1 | -0/+19 |
* | Add index to cache invalidations (#12747) | Erik Johnston | 2022-05-17 | 1 | -0/+18 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -0/+38 |
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 1 | -0/+44 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 1 | -0/+23 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 1 | -1/+0 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 2 | -0/+113 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 1 | -0/+22 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 1 | -0/+28 |
* | Add a background database update to purge account data for deactivated users.... | reivilibre | 2022-02-02 | 1 | -0/+20 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -0/+21 |
* | Add `state_key` and `rejection_reason` to `events` (#11792) | Richard van der Hoff | 2022-01-21 | 1 | -0/+26 |
* | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 1 | -0/+18 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 1 | -0/+27 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 1 | -0/+28 |
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 1 | -0/+18 |
* | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 1 | -1/+1 |
* | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 1 | -1/+13 |
|\ |
|
| * | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2021-11-16 | 1 | -1/+13 |
| * | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-15 | 1 | -1/+1 |
* | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 1 | -0/+19 |
* | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 1 | -1/+1 |
|/ |
|
* | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 1 | -0/+18 |
* | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 1 | -0/+22 |
* | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 1 | -1/+1 |
* | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 1 | -0/+22 |
* | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 2021-10-26 | 1 | -0/+18 |
* | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 1 | -0/+19 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 2 | -0/+60 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 2 | -2/+2 |
* | Add a partial index to `presence_stream` to speed up startups (#10748) | Sean | 2021-09-03 | 1 | -0/+18 |
* | Populate `rooms.creator` field for easy lookup (#10697) | Eric Eastwood | 2021-09-01 | 1 | -0/+17 |
* | Move the sessions delta to the latest schema version. (#10725) | Patrick Cloke | 2021-08-31 | 1 | -0/+0 |
* | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -0/+20 |
* | Persist room hierarchy pagination sessions to the database. (#10613) | Patrick Cloke | 2021-08-24 | 1 | -0/+23 |
* | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 1 | -0/+23 |
* | Add support for MSC2716 marker events (#10498) | Eric Eastwood | 2021-08-04 | 1 | -0/+24 |
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 1 | -0/+49 |
* | Replace `room_depth.min_depth` with a BIGINT (#10289) | Richard van der Hoff | 2021-07-12 | 2 | -0/+88 |
* | Switch `application_services_txns.txn_id` to BIGINT (#10349) | Richard van der Hoff | 2021-07-09 | 1 | -0/+23 |
* | fix ordering of bg update (#10291) | Richard van der Hoff | 2021-07-01 | 1 | -1/+1 |
* | Change more stream_ordering columns to BIGINT (#10286) | Richard van der Hoff | 2021-06-30 | 1 | -0/+30 |
* | Rebuild other indexes using `stream_ordering` (#10282) | Richard van der Hoff | 2021-06-30 | 1 | -3/+8 |
* | Merge branch 'release-v1.37' into develop | Richard van der Hoff | 2021-06-29 | 2 | -0/+69 |
|\ |
|
| * | Handle inbound events from federation asynchronously (#10272) | Erik Johnston | 2021-06-29 | 1 | -0/+32 |
| * | Add a distributed lock (#10269) | Erik Johnston | 2021-06-29 | 1 | -0/+37 |
* | | Migrate stream_ordering to a bigint (#10264) | Richard van der Hoff | 2021-06-29 | 1 | -0/+40 |
* | | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -0/+34 |
|/ |
|
* | Fix schema delta to not take as long on large servers (#10227) | Erik Johnston | 2021-06-22 | 1 | -2/+5 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+17 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -0/+34 |
* | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 263 | -0/+10006 |