What's Changed
- fix: support view options (security_invoker, security_barrier) in dump and plan by @tianzhou in #352
- feat: add --sslmode flag and PGSSLMODE env var support by @tianzhou in #353
- fix: strip quotes from type names in view dependency detection by @FFX3 in #337
- fix: support NULLS NOT DISTINCT on unique indexes (#355) by @tianzhou in #356
- fix: handle empty search_path and preserve schema qualifiers in function bodies (#354) by @tianzhou in #357
- fix: preserve schema qualifiers in function/procedure bodies (#354) by @tianzhou in #358
- fix: strip schema qualifiers from custom types in RETURNS TABLE (#360) by @tianzhou in #361
- feat: support PostgreSQL 18 temporal constraints (WITHOUT OVERLAPS / PERIOD) by @kenchan0130 in #365
- fix: correct LANGUAGE for overloaded functions with mixed languages (#368) by @tianzhou in #370
- fix: defer cross-table policy creation until all tables exist (#373) by @tianzhou in #374
- fix: use dedicated connection in ApplySchema to preserve search_path by @tianzhou in #375
- fix: preserve string literals during schema qualification stripping (#371) by @tianzhou in #372
New Contributors
- @FFX3 made their first contribution in #337
- @kenchan0130 made their first contribution in #365
Full Changelog: v1.7.4...v1.7.5