summary refs log tree commit diff
path: root/synapse/storage/databases/state/deletion.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete unreferenced state groups in background (#18254)Devon Hudson2025-03-211-9/+33
* Revert the background job to clear unreferenced state groups (that was introd...reivilibre2025-03-071-33/+9
* Add background job to clear unreferenced state groups (#18154)Devon Hudson2025-02-251-9/+33
* Fix performance of `check_state_groups_and_bump_deletion` (#18141)Erik Johnston2025-02-071-5/+21
* Fix bug where persisting some events fails after unclean shutdown. (#18137)Erik Johnston2025-02-051-2/+12
* Add locking to more safely delete state groups: Part 2 (#18130)Erik Johnston2025-02-031-0/+65
* Add locking to more safely delete state groups: Part 1 (#18107)Erik Johnston2025-02-031-0/+446