Skip to content

Postgres 19 Syntax Support & More Goto Def Support

Choose a tag to compare

@sbdchd sbdchd released this 23 Dec 02:25
· 67 commits to master since this release
c69c76d

Added

  • parser: add support for postgres 19's partition merge, partition split, and more. (#754)
  • parser: handle missing exprs in case expr (#749)
  • ide: goto def with table stmt (#748)
  • ide: support set search_path (#747)

Internal

  • fix: Removed deprecated cargo_bin() function in snapbox (#746). Thanks @ranger-ross!