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
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 }}
brianc
/
node-postgres
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
13.2k
Code
Issues
451
Pull requests
77
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Support libpq's
channel_binding
and
require_auth
(and enforce them against every authentication request)
- #3746
#3746
Open
jawj
wants to merge 16 commits into
brianc:master
brianc/node-postgres:master
from
jawj:master
jawj/node-postgres:master
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Support libpq's
channel_binding
and
require_auth
(and enforce them against every authentication request)
#3746
jawj
wants to merge 16 commits into
brianc:master
brianc/node-postgres:master
from
jawj:master
jawj/node-postgres:master
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
Add support for channel_binding and require_auth connection parameters, following libpq
jawj
committed
b93c6ea
View commit details
Copy full SHA for b93c6ea
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
jawj
committed
9febd2a
View commit details
Copy full SHA for 9febd2a
Browse repository at this point
Exclude Node 16 from SSL tests (libpq fails to get server cert in native driver)
jawj
committed
aea2cb9
View commit details
Copy full SHA for aea2cb9
Browse repository at this point
Remove PGTESTNOSSL again, and guard the specific unavoidably-failing Node 16 SSL test
jawj
committed
3124258
View commit details
Copy full SHA for 3124258
Browse repository at this point
Commits on Aug 28, 2026
Make enableChannelBinding emit a deprecation warning; allow booleans for enableChannelBinding but not channel_binding
jawj
committed
fd99925
View commit details
Copy full SHA for fd99925
Browse repository at this point
Remove some busy-waits from tests; abridged some comments
jawj
committed
a246b6d
View commit details
Copy full SHA for a246b6d
Browse repository at this point
Implement waitForSuccess in tests instead of waiting then testing for no errors
jawj
committed
9686fb6
View commit details
Copy full SHA for 9686fb6
Browse repository at this point
Small assertiomn tweak
jawj
committed
20a6005
View commit details
Copy full SHA for 20a6005
Browse repository at this point
Update CHANGELOG.md
Show description for 170a64b
jawj
and
charmander
authored
170a64b
View commit details
Copy full SHA for 170a64b
Browse repository at this point
Linting fixes
jawj
committed
89c1215
View commit details
Copy full SHA for 89c1215
Browse repository at this point
Commits on Sep 2, 2026
Disallow changing channelBinding after Client construction
jawj
committed
887c1ca
View commit details
Copy full SHA for 887c1ca
Browse repository at this point
Commits on Sep 7, 2026
Channel-binding: more robust/exhaustive cert hash parsing and calculation
jawj
committed
ff69936
View commit details
Copy full SHA for ff69936
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
jawj
committed
8124def
View commit details
Copy full SHA for 8124def
Browse repository at this point
Lint fixes
jawj
committed
36659c4
View commit details
Copy full SHA for 36659c4
Browse repository at this point
Merge branch 'master' into master
jawj
authored
b3d979c
View commit details
Copy full SHA for b3d979c
Browse repository at this point
Commits on Sep 8, 2026
Don't support old and insecure signature algorithms for channel binding
jawj
committed
9722bfe
View commit details
Copy full SHA for 9722bfe
Browse repository at this point
You can’t perform that action at this time.