What's Changed
- fix: show error location with SQL context when plan fails by @tianzhou in #394
- fix: table-level CHECK constraints with IS NOT NULL silently omitted from dump (#396) by @tianzhou in #398
- fix: plan fails with schema-qualified references in function bodies (#399) by @tianzhou in #400
- fix: name-typed columns dumped as char[] by @ivgiuliani in #411
- Preserve
UNIQUE NULLS NOT DISTINCTby @ivgiuliani in #413 - feat: add Nix flake and package by @Rooffeell in #381
- Add support for
UNLOGGEDtables by @ivgiuliani in #424 - refactor: refactor the release workflow's test job to use a GitHub Actions matrix strategy, running PostgreSQL 14-18 tests in parallel instead of sequentially. by @NFUChen in #432
- feat: add validation for file extensions in apply command by @NFUChen in #434
- Add support for indexes section in .pgschemaignore by @guillaume86 in #441
- fix: preserve length modifier in varchar(n)[] array columns (#420) by @vytautas-karpavicius in #438
New Contributors
- @ivgiuliani made their first contribution in #411
- @Rooffeell made their first contribution in #381
- @NFUChen made their first contribution in #432
- @guillaume86 made their first contribution in #441
- @vytautas-karpavicius made their first contribution in #438
Full Changelog: v1.9.0...v1.10.0