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.
0.11.0
This release brings basic hover support, support for named parameters such as @name
, and a plpgsql_check
integration for better PL/pgSQL
support. make sure to enable the extension in your development database!
🚀 Features
🐛 Bug Fixes
- Splitter crash (#464)
files.ignore
setting should work (#462)- Add support for named param type
$name
(#475) - Positional params (#473)
🚜 Refactor
- Extract completions context into
pgt_treesitter
crate (#466)
📚 Documentation
- Fix links to rules (#467)
⚙️ Miscellaneous Tasks
- Add custom libpg_query binding (#465)
- Add extensions to schema cache (#468)
- Pglpgsql docs (#478)
- Run tests on macos in ci (#479)