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.8.0
π Features
- Workspace support (#408)
- Versioned docs (#414)
- (schema-cache) Include procedures & aggregates, fix query (#424)
- (completions) Complete (materialized) views (#409)
- (completions) Alter/drop/rename column statements (#421)
- (completions) Complete in (simple) function bodies (#426)
- (completions) Complete roles (#410)
- (completions) Complete in WITH CHECK and USING clauses (#422)
π Bug Fixes
- (docs) Make latest default after next release (#420)
- (completions) Convert SQL to lowercase (#416)
- (splitter) Split grant stmts (#425)
- Broken text after receiving batched changes (#413)
- Release pipeline points at correct schema.json (#427)
π Refactor
- (test_db) Use sqlx::test instead (#411)