pg_chameleon 2.0.19

From: Federico Campoli via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_chameleon 2.0.19
Date: 2023-03-28 13:51:21
Message-ID: 168001148149.634.9811591179938386393@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The long overdue release of pg_chameleon is now out.
Version 2.0.19 adds the following improvements and bugfixes.

Support for fillfactor when running init_replica.
It’s now possible to specify the fillfactor for the tables when running init_replica in order to mitigate bloat in advance when replicating/migrating from MySQL.

Improve logging on discarded rows, now the discarded row image is displayed in the log.

Add distinct on group concat when collecting foreign keys metadata to avoid duplicate fields in the foreign key definition when detaching the replica.

Use mysql-replication>=0.31, this fix the crash when replicating from MariaDB introduced in mysql-replication 0.27

Browse pgsql-announce by date

  From Date Subject
Next Message Toshiba via PostgreSQL Announce 2023-03-28 13:51:43 InfluxDB FDW 2.0.0 released
Previous Message MigOps via PostgreSQL Announce 2023-03-21 07:55:25 pgBadger v12.1 published