What's Changed
- feat: add constraints section to .pgschemaignore (#429, #447) by @tianzhou in #452
- fix nix packaging by @vkcku in #440
- feat: add triggers section to .pgschemaignore (#407) by @tianzhou in #453
- fix: order CREATE VIEW after ALTER TABLE ADD COLUMN within a plan (#414) by @PadenZach in #417
- refactor: tidy up #414 view-deferral followups by @tianzhou in #454
- fix: quote mixed-case trigger names and FK referenced column names in… by @ayusssmaan in #451
- fix: complete mixed-case identifier quoting in generated DDL (#451 followup) by @tianzhou in #455
- fix: detect numeric precision/scale changes in column diff (#362) by @tianzhou in #456
- fix: preserve DEFERRABLE on UNIQUE/PRIMARY KEY constraints (#404) by @tianzhou in #458
- fix: emit non-concurrent CREATE INDEX on partitioned parents (#418) by @tianzhou in #459
- fix: skip internal per-partition FK constraints in dump (#409) by @tianzhou in #460
- fix: quote mixed-case table and column names in CREATE SEQUENCE OWNED BY clause by @ayusssmaan in #457
- feat: log when no .pgschemaignore file is found (#419) by @tianzhou in #461
- fix: quote mixed-case user-defined type names in column type references (#422) by @tianzhou in #462
New Contributors
- @vkcku made their first contribution in #440
- @ayusssmaan made their first contribution in #451
Full Changelog: v1.10.0...v1.11.0