summary refs log tree commit diff
path: root/synapse/storage/schema/state/delta (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
* Update license headersPatrick Cloke2023-11-218-10/+149
* 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
* 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-078-0/+175