summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-12-05 16:07:42 +0000
committerDavid Robertson <davidr@element.io>2023-12-05 16:10:48 +0000
commit44377f5ac05ff4e95f440f5704805b87a37e3327 (patch)
tree4bceb3f51cf2ea6ad9420b4ff1457384ef0724fc /CHANGES.md
parentAmend changelog typo (diff)
downloadsynapse-44377f5ac05ff4e95f440f5704805b87a37e3327.tar.xz
Revert postgres logical replication deltaas v1.98.0rc1
This reverts two commits:

    0bb8e418a41c6f583ca9d705b400e37e2308a534
    "Fix postgres schema after dropping old tables (#16730)"

and

    51e4e35653f98c3f61222fbdbdb1dcb8864f7fca
    "Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. (take  2, now with no added deadlocks!) (#16658)"

and also amends the changelog.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 74348cf17a..a52173609d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -39,7 +39,6 @@ but we are striving to make this as seamless as possible.
 
 - Clean-up unused tables. ([\#16522](https://github.com/matrix-org/synapse/issues/16522))
 - Reduce a little database load while processing state auth chains. ([\#16552](https://github.com/matrix-org/synapse/issues/16552))
-- Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. ([\#16658](https://github.com/matrix-org/synapse/issues/16658), [\#16730](https://github.com/matrix-org/synapse/issues/16730))
 - Reduce database load of pruning old `user_ips`. ([\#16667](https://github.com/matrix-org/synapse/issues/16667))
 - Reduce DB load when forget on leave setting is disabled. ([\#16668](https://github.com/matrix-org/synapse/issues/16668))
 - Ignore `encryption_enabled_by_default_for_room_type` setting when creating server notices room, since the notices will be send unencrypted anyway. ([\#16677](https://github.com/matrix-org/synapse/issues/16677))