Skip to content

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 09:40
· 14 commits to main since this release
9d2668b

Added

  • Aggregates. CREATE AGGREGATE renders and introspects: the definition is reconstructed from pg_aggregate (canonical option tuple, non-default options only), a replacement decomposes to drop + create (Postgres has no CREATE OR REPLACE AGGREGATE), and every addressing statement carries the signature Postgres requires.

Fixed

  • A created materialized view brings its indexes. Creating a materialized view now renders its index definitions alongside it; previously they were left out of the plan.