What's Changed
- refactor: convert multi-pass to single-pass in plan module by @tianzhou in #245
- fix: function to function dependency by @tianzhou in #247
- fix: topological sort for modified tables' constraint dependencies by @tianzhou in #249
- fix: skip revoking privileges covered by default privileges (#250) by @tianzhou in #251
- fix: revoke default privilege grants on new tables by @tianzhou in #257
- fix: function dependencies by @mistermoe in #258
- fix: missing parentheses in CREATE POLICY USING clause output by @tianzhou in #260
- fix: domain CHECK constraint ordering with function dependencies by @mistermoe in #261
- feat: add --no-comments flag to dump command by @tianzhou in #263
- fix: incorrect parentheses in partial index WHERE clause with IN and AND by @tianzhou in #265
- fix: composite FK referenced column order when FK order differs from table column order (#266) by @curthasselschwert in #267
- fix: handle dependent views when recreating materialized views by @tianzhou in #272
- fix(internal): apply QuotedIdentifier in more cases by @PadenZach in #274
- fix: varchar IN check constraints generating invalid SQL by @tianzhou in #273
New Contributors
- @mistermoe made their first contribution in #258
- @curthasselschwert made their first contribution in #267
- @PadenZach made their first contribution in #274
Full Changelog: v1.6.1...v1.6.2