Releases: 2ndQuadrant/pglogical
Releases · 2ndQuadrant/pglogical
pglogical 2.3.0
The pglogical 2.3.0 is a minor update to the pglogical 2 which includes support for PostgreSQL 12 and several new minor features and bug fixes.
Improvements
- Support for PostgreSQL 12
- Allow replicating tables and sequences to different names on the target
- Add option to only synchronize the structure of replicated relations
- Add a new option to force a text transfer format for a subscription
- Allow tables to be resynchronized in state
SYNC_STATUS_SYNCDONE
- Fix
pglogical_wait_for_sync_complete
with unknown table - Use write lsn rather than insert lsn by default in
wait_slot_confirm_lsn
pglogical 2.2.2
This is a maintenance release that adds a few minor features and fixes some known issues:
- Support for replication of tables which have covering unique indexes.
- Improve failover slot detection.
- Improve tests of column filtering and row filtering
- Fix error messages to conform better to PostgreSQL standard.
- Fix crash in DDL replication when parallelization is used when executing the DDL on subscriber.