Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
constructive-io
/
pgsql-parser
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
233
Code
Issues
16
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add pgsql-parse package with comment and whitespace preservation
- #290
#290
Merged
pyramation
merged 11 commits into
main
constructive-io/pgsql-parser:main
from
devin/1775205353-pgsql-parse-package
constructive-io/pgsql-parser:devin/1775205353-pgsql-parse-package
Copy head branch name to clipboard
Apr 9, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: add pgsql-parse package with comment and whitespace preservation
#290
pyramation
merged 11 commits into
main
constructive-io/pgsql-parser:main
from
devin/1775205353-pgsql-parse-package
constructive-io/pgsql-parser:devin/1775205353-pgsql-parse-package
Copy head branch name to clipboard
Commits
Commits on Apr 3, 2026
feat: add pgsql-parse package with comment and whitespace preservation
Show description for 84eac19
pyramation
committed
84eac19
View commit details
Copy full SHA for 84eac19
Browse repository at this point
fix: add README.md for pgsql-parse package (fixes build)
pyramation
committed
7fd2072
View commit details
Copy full SHA for 7fd2072
Browse repository at this point
Commits on Apr 4, 2026
refactor: replace pure TS scanner with WASM-based scanner from libpg-query
Show description for c5781e6
pyramation
committed
c5781e6
View commit details
Copy full SHA for c5781e6
Browse repository at this point
Commits on Apr 7, 2026
refactor: use library scanSync directly, remove block comment support
Show description for a1d0cce
pyramation
committed
a1d0cce
View commit details
Copy full SHA for a1d0cce
Browse repository at this point
fix: move patchedDependencies to package.json for pnpm v9 CI compat
pyramation
committed
7f34e49
View commit details
Copy full SHA for 7f34e49
Browse repository at this point
fix: revert pnpm patch, use inline JSON fix for scanSync upstream bug
Show description for e1ea118
pyramation
committed
e1ea118
View commit details
Copy full SHA for e1ea118
Browse repository at this point
Commits on Apr 9, 2026
refactor: remove safeScanSync workaround, use scanSync directly
Show description for aa70c09
pyramation
committed
aa70c09
View commit details
Copy full SHA for aa70c09
Browse repository at this point
test: add fixture-based round-trip CST tests
Show description for 3624d33
pyramation
committed
3624d33
View commit details
Copy full SHA for 3624d33
Browse repository at this point
test: add Jest snapshots for deparsed round-trip output
Show description for 4710aae
pyramation
committed
4710aae
View commit details
Copy full SHA for 4710aae
Browse repository at this point
fix: preserve trailing comments on the same line as their statement
Show description for 62a1e45
pyramation
committed
62a1e45
View commit details
Copy full SHA for 62a1e45
Browse repository at this point
feat: hoist mid-statement comments above their enclosing statement
Show description for 048caae
pyramation
committed
048caae
View commit details
Copy full SHA for 048caae
Browse repository at this point
You can’t perform that action at this time.