summary refs log tree commit diff
path: root/synapse/storage/schema/state (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add DB delta to remove the old state group deletion job (#18284)Devon Hudson2025-03-271-0/+15
* Delete unreferenced state groups in background (#18254)Devon Hudson2025-03-211-0/+16
* Revert the background job to clear unreferenced state groups (that was introd...reivilibre2025-03-071-16/+0
* Add background job to clear unreferenced state groups (#18154)Devon Hudson2025-02-251-0/+16
* Add locking to more safely delete state groups: Part 1 (#18107)Erik Johnston2025-02-031-0/+39
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-138-10/+149
|\
| * Update license headersPatrick Cloke2023-11-219-10/+168
* | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-052-2/+0
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-12-042-0/+2
* | Remove old full schema dumps. (#16697)Patrick Cloke2023-11-282-58/+0
|/
* Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli...Erik Johnston2023-11-161-30/+0
* Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-11-131-0/+30
* Add type hints to schema deltas (#15497)Patrick Cloke2023-04-271-6/+4
* Snapshot schema 72 (#13873)David Robertson2022-09-262-0/+50
* Remove incorrect migration file from `state` logical DB (#13788)David Robertson2022-09-141-37/+0
* Updates to the schema dump script (#13770)David Robertson2022-09-131-0/+4
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-191-0/+17
* Reduce likelihood of Postgres table scanning `state_groups_state`. (#10359)Erik Johnston2021-07-151-0/+34
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-0710-0/+233