Skip to content

Tags: supabase-community/postgres-language-server

Tags

0.17.2

Toggle 0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: set SQLX_OFFLINE=true (#587)

we are preparing anyways and without `SQLX_OFFLINE`, offline builds have
to remove the `.env` file first (e.g. homebrew)

0.17.1

Toggle 0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: submodule path (#583)

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remaining renamings (#582)

- PgTPath -> PgLSPath
- PgTCommand -> PgLSCommand

and a bunch of updates within comments

0.16.1

Toggle 0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(pgt_query): support system build (#576)

after reviewing the comments on our first attempt to add this project to
homebrew (Homebrew/homebrew-core#218049), i
realised that we can significantly improve the build in our homebrew
recipe if we add `libpg_query` as a homebrew dependency (yes, it is
available there as a formula).

this PR adds a "dual build" to the build script of `pgt_query`. If
`LIBPG_QUERY_PATH` is set, we link the library directly and skip the
build.

tested this locally.

once this is merged, I will publish a new release and create the pr for
homebrew.

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psteinroe Philipp Steinrötter
fix: include postgres-language-server in release

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(completions): remove custom parse for policies, use tree-sit…

…ter (#530)

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: js bin and add tests (#531)

fixes #529

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(hover): hover on schemas (#514)

<img width="555" height="380" alt="Screenshot 2025-09-13 at 08 37 11"
src="https://github.com/user-attachments/assets/ad449ec2-6bac-401d-86c5-eeb22360aeaf"
/>

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psteinroe Philipp Steinrötter
fix: unused import

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psteinroe Philipp Steinrötter
fix: lint issue