Skip to content

Releases: enova/pgl_ddl_deploy

pgl_ddl_deploy version 2.2.1

29 Nov 22:02
f6a3535
Compare
Choose a tag to compare
  • Fix 2.1 to 2.2 upgrade script to properly handle renamed function

pgl_ddl_deploy version 2.2.0

23 Oct 18:27
35efcc6
Compare
Choose a tag to compare
  • Support for Postgres 16

pgl_ddl_deploy version 2.1.0

24 Feb 21:13
Compare
Choose a tag to compare
  • Fix bug with multiple subscriptions from same provider db

pgl_ddl_deploy version 2.0.0

19 Nov 04:45
Compare
Choose a tag to compare
  • Native logical replication is now supported!
  • Adds support for Postgres 13.

pgl_ddl_deploy version 1.7.0

17 Mar 17:01
8f4c14f
Compare
Choose a tag to compare

Support for Postgres 12 and pglogical 2.3.0

pgl_ddl_deploy version 1.6.0

06 Sep 21:35
Compare
Choose a tag to compare

This version contains a critical fix to incompatibility with pglogical 2.2.2. A patch to pglogical has been proposed to fix this incompatibility, but the changes in pgl_ddl_deploy 1.6.0 will resolve compatibility with pglogical regardless of whether or not the pglogical patch is later accepted.

The following are other less critical changes contained in this release:

  • Add more tags as default for common use cases
  • Bug fix: Fix raise message escape % bug
  • Bug fix: Only auto-add tables to replication if CREATE TABLE tag configured
  • Bug fix: Only set tag defaults on INSERT

pgl_ddl_deploy version 1.5.1

23 Jan 16:09
f83ea71
Compare
Choose a tag to compare

Fixes to unstable output in regression suite

pgl_ddl_deploy version 1.4

17 Oct 20:49
6968d84
Compare
Choose a tag to compare

Summary of changes from previous versions:

  • Feature: Allow filtering out ALTER TABLE statements by subcommand tags
  • Feature: Add ddl_only_replication option to allow copying structure and not auto-adding tables to replication.
  • Remove dependency_update function and implement more reliable dynamic rep_set_table_wrapper function
  • Allow COMMENT to be replicated with include_only_repset_tables
  • Add sequence for set_configs as an extension config
  • Refactored codebase with separated files for easier version control review

pgl_ddl_deploy version 1.3

11 Apr 18:22
b25c428
Compare
Choose a tag to compare

First release to be packaged on debian

Summary of changes from previous versions:

  • Fix missed renaming of columns or constraints for include_only_repset_tables configs
  • Added undeploy functions which allow you to drop DDL replication for only a given config
  • Add is_deployed column to event_trigger_schema to easily tell which configs are deployed.