Pgddl Versions Save

DDL eXtractor functions for PostgreSQL (ddlx)

0.16

4 years ago

Support for GENERATED columns

0.15

4 years ago

This version has been tested to work with PostgreSQL 12 and test have been adjusted to pass.

Publications and subscriptions are now supported.

New ddlx_apropos() function lets you conveniently search for stuff.

Bugs have been fixed.

0.14

4 years ago

This version improves compatibility with PostgreSQL version 12

0.13

4 years ago

Another release, which brings a bunch of improvements and bugfixes. See CHANGELOG for more details.

0.12

4 years ago

Another spring release!

This version adds support for a number of features, including partitions, policies (row level security), clustering, disabled triggers, statistics and operator classes.

0.11

4 years ago

New spring release!

  • support for column grants
  • support for fdw options on columns
  • function ddlx_get_dependants_recursive() rolled into ddlx_get_dependants()
  • removed column 'kind' from ddlx_identify()
  • bug fix in create enum
  • published on PGXN https://pgxn.org/dist/ddlx/

0.10

5 years ago

New fall release!

No naming changes this time :)

The extension now installs and runs on different PostgreSQL versions, tested from version 9.1 on.

This version adds support for many new objects, including databases, languages, transforms, rules and tablespaces.

Few bugs have been fixed. Regression tests were extended and improved.

0.9

5 years ago

New spring release!

This time, the extension name itself has been changed to ddlx. Also, the API has been changed to use just ddlx_ for function prefixes. Hopefully this is final and makes things more consistent and shorter to type. Now you can just select ddlx_script('tablename')!

Support has been added for a bunch of objects. There is now support for all reg* types, including text search. Also for more SQL standard stuff, like foreign data wrappers, servers, user mappings, casts, collations and conversions.

Bugs were fixed. Regression tests were extended and improved.

0.8

6 years ago

API has been renamed to use pg_ddlx prefix, as in DDL eXtractor! This keeps the API neatly in one place in functions browser.

Public API has been extended with pg_ddlx_create(oid) and pg_ddlx_drop(oid) functions.

Added support for operators.

Initial support for dependancies.

0.7

6 years ago

New 0.7 release!

  • pg_ddl_script() now works for oid and text identifiers
  • support for more object types
  • bug fixes and general code cleanups