Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 07:21
· 13 commits to main since this release
f6cea4b

Postgres Language Server

A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.

This release comes with a few very important under-the-hood refactors that remove the reason why the server crashed sometimes entirely, and unblocks us to work on more advanced features!

Please open an issue if the server still crashes on you.

we also shipped a few features:

  • linter suppression
-- pgt-ignore lint/safety/banDropTable
drop table users;
  • plpgsql syntax errors
Screenshot 2025-07-14 at 20 38 14

0.9.0

🚀 Features

  • Customise severity per rule (#430)
  • Linter suppressions (#440)
  • Show plpgsql syntax errors (#452)

🐛 Bug Fixes

  • (splitter) Do update in INSERT INTO (#436)
  • (analyser) Recognize disabled rules (#438)

🚜 Refactor

  • Custom lexer (#437)
  • Drop change.rs (#447)
  • Simplify caches (#448)

📚 Documentation

  • Rule suppressions (#443)

⚙️ Miscellaneous Tasks

  • (docs) Fix schema links (#451)
  • Add Nix development environment (#441)
  • Fix doc command (#450)
  • Update git cliff version

Contributors

@juleswritescode
@psteinroe