Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
supabase-community
/
postgres-language-server
Public
Notifications
You must be signed in to change notification settings
Fork
107
Star
5.1k
Code
Issues
18
Pull requests
4
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
fcd4720
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 3, 2025
feat(typecheck): also replace longer type defaults (#541)
juleswritescode
authored
fcd4720
Copy full SHA for fcd4720
Commits on Sep 29, 2025
perf: optimize tables query (#542)
aokiji
authored
f61d5a1
Copy full SHA for f61d5a1
Commits on Sep 26, 2025
refactor(completions): remove custom parse for policies, use tree-sitter (#530)
juleswritescode
authored
3db26f4
Copy full SHA for 3db26f4
fix: do not push expectation errors to EOF (#539)
juleswritescode
authored
21ce254
Copy full SHA for 21ce254
fix: begin atomic split (#538)
psteinroe
authored
414078f
Copy full SHA for 414078f
Commits on Sep 23, 2025
fix: add missing column in group by expression (#534)
Show description for df6abda
aokiji
and
Nicolás De los Santos
authored
df6abda
Copy full SHA for df6abda
Commits on Sep 20, 2025
fix: js bin and add tests (#531)
Show description for a1f6a56
psteinroe
authored
a1f6a56
Copy full SHA for a1f6a56
Commits on Sep 19, 2025
chore: replace tree-sitter submodule with internal crate (#527)
juleswritescode
authored
4a62cc0
Copy full SHA for 4a62cc0
fix: npm action should pull name from package.json (#526)
juleswritescode
authored
7ab2960
Copy full SHA for 7ab2960
fix: npm package name checks (#525)
Show description for fdbf60a
juleswritescode
authored
fdbf60a
Copy full SHA for fdbf60a
fix: safely rerun actions (#521)
psteinroe
authored
f23541f
Copy full SHA for f23541f
Commits on Sep 18, 2025
feat: port remaining squawk rules (#508)
Show description for 41d5a8d
psteinroe
authored
41d5a8d
Copy full SHA for 41d5a8d
feat(hover): hover on schemas (#514)
Show description for 8e6da9d
juleswritescode
authored
8e6da9d
Copy full SHA for 8e6da9d
fix(backendjsonrpc): fix command (#520)
juleswritescode
authored
8740f3a
Copy full SHA for 8740f3a
fix: unused test (#519)
juleswritescode
authored
562b805
Copy full SHA for 562b805
feat(build): x86 musl build (#518)
juleswritescode
authored
a78fab1
Copy full SHA for a78fab1
fix: hover on quoted items (#512)
juleswritescode
authored
f6bbdc6
Copy full SHA for f6bbdc6
feat(completions): correctly infer (quoted) schema for tables & functions (#509)
juleswritescode
authored
98ae38f
Copy full SHA for 98ae38f
fix(hover): hover multiple statements, hover table in policy/revoke/grant (#500)
juleswritescode
authored
2f2d900
Copy full SHA for 2f2d900
fix(pgt_query): iter macros (#517)
Show description for 7c62440
psteinroe
authored
7c62440
Copy full SHA for 7c62440
Commits on Sep 13, 2025
fix: context-aware named param conversion (#513)
Show description for e3d1576
psteinroe
authored
e3d1576
Copy full SHA for e3d1576
Commits on Sep 10, 2025
feat: autocomplete with single `"` (#502)
Show description for e2826fb
juleswritescode
authored
e2826fb
Copy full SHA for e2826fb
chore: rewrite docs (#491)
Show description for 4e2cafd
psteinroe
authored
4e2cafd
Copy full SHA for 4e2cafd
Commits on Sep 9, 2025
feat(hover): hover on roles, improve policy parser, change hover-layout (#499)
juleswritescode
authored
e58e564
Copy full SHA for e58e564
Commits on Sep 6, 2025
fix: revoke create splitter (#505)
Show description for 8b03000
psteinroe
authored
8b03000
Copy full SHA for 8b03000
Commits on Sep 5, 2025
fix(plpgsql_check): whitespace issue (#501)
juleswritescode
authored
dd6a23f
Copy full SHA for dd6a23f
fix: unused import
psteinroe
committed
8ee97ba
Copy full SHA for 8ee97ba
fix: unused import
psteinroe
committed
aafd301
Copy full SHA for aafd301
fix: unused import
psteinroe
committed
c0f4642
Copy full SHA for c0f4642
chore(flake): fix flake.nix (#492)
Show description for 8d9ca35
2coffee2crab
and
juleswritescode
authored
8d9ca35
Copy full SHA for 8d9ca35
fix: statement splitter (#496)
Show description for 9432c1d
psteinroe
authored
9432c1d
Copy full SHA for 9432c1d
feat: disable plpgsql-check in settings (#498)
psteinroe
authored
f02b57e
Copy full SHA for f02b57e
Commits on Sep 3, 2025
fix: lint issue
psteinroe
committed
d03c295
Copy full SHA for d03c295
chore: offline builds with submodules (#486)
Show description for fa79f31
psteinroe
authored
fa79f31
Copy full SHA for fa79f31
Commits on Sep 2, 2025
fix: ignore false positive (#490)
psteinroe
authored
0265881
Copy full SHA for 0265881
Pagination
Previous
Next
You can’t perform that action at this time.