Releases: lacanoid/pgddl
CREATE EVENT TRIGGER
A bug in generated create event trigger was fixed.
Objects from extensions are now excluded from script unless 'ext' option is specified.
CREATE TRANSFORM
Improved compatibility with PostgreSQL 13.
All tests pass now.
GENERATED AS
Support for GENERATED columns
CREATE PUBLICATION
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.
CREATE MATERIALIZED VIEW
This version improves compatibility with PostgreSQL version 12
CREATE MATERIALIZED
Another release, which brings a bunch of improvements and bugfixes.
See CHANGELOG for more details.
CREATE POLICY
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.
VACUUM
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/
CREATE DATABASE
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.
CREATE SERVER
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.