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
19
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/quote ident keys
- #242
#242
Merged
pyramation
merged 11 commits into
main
constructive-io/pgsql-parser:main
from
feat/quote-ident-keys
constructive-io/pgsql-parser:feat/quote-ident-keys
Copy head branch name to clipboard
Dec 22, 2025
Conversation
Commits
11
聽(11)
Checks
Files changed
Merged
Feat/quote ident keys
#242
pyramation
merged 11 commits into
main
constructive-io/pgsql-parser:main
from
feat/quote-ident-keys
constructive-io/pgsql-parser:feat/quote-ident-keys
Copy head branch name to clipboard
Commits
Commits on Dec 22, 2025
versions
pyramation
committed
a96dc06
View commit details
Copy full SHA for a96dc06
Browse repository at this point
kwlist
pyramation
committed
1f9fb34
View commit details
Copy full SHA for 1f9fb34
Browse repository at this point
refactor: centralize quote-utils to use generated kwlist.ts
Show description for bfc4b39
pyramation
committed
bfc4b39
View commit details
Copy full SHA for bfc4b39
Browse repository at this point
fix: update keywords.ts generator to include Set<string> type annotations
Show description for fb6d159
pyramation
committed
fb6d159
View commit details
Copy full SHA for fb6d159
Browse repository at this point
refactor: unify reserved words and move Deparser.needsQuotes to QuoteUtils
Show description for ba5bac2
pyramation
committed
ba5bac2
View commit details
Copy full SHA for ba5bac2
Browse repository at this point
refactor: centralize all inline quoting to use QuoteUtils methods
Show description for 7caeee9
pyramation
committed
7caeee9
View commit details
Copy full SHA for 7caeee9
Browse repository at this point
feat: add quoteIdentifier and quoteQualifiedIdentifier from PostgreSQL ruleutils.c
Show description for b30c359
pyramation
committed
b30c359
View commit details
Copy full SHA for b30c359
Browse repository at this point
refactor: migrate quoteString usages to quoteIdentifier and remove deprecated methods
Show description for bfd76d6
pyramation
committed
bfd76d6
View commit details
Copy full SHA for bfd76d6
Browse repository at this point
refactor: migrate all quote() usages to quoteIdentifier and remove deprecated methods
Show description for 054b1e6
pyramation
committed
054b1e6
View commit details
Copy full SHA for 054b1e6
Browse repository at this point
fix: don't quote type names - they are not identifiers
Show description for b85dacf
pyramation
committed
b85dacf
View commit details
Copy full SHA for b85dacf
Browse repository at this point
refactor: use quoteQualifiedIdentifier for schema.name patterns
Show description for b666212
pyramation
committed
b666212
View commit details
Copy full SHA for b666212
Browse repository at this point
You can鈥檛 perform that action at this time.