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
Type
/
to 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 }}
pauldraper
/
node-postgres
Public
forked from
brianc/node-postgres
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-postgres
lib
on
master
User selector
All users
All time
Commit history
Commits on Mar 6, 2019
compare prepared statement text with previous to prevent incorrect queries (#1814)
Show description for e6a878c
Rich-Harris
authored and
brianc
committed
e6a878c
View commit details
Copy full SHA for e6a878c
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Issue #1769 - Inability to restrict communication protocols to set in ssl configuration (#1804)
Show description for ccbccc9
glepsky
authored and
brianc
committed
ccbccc9
View commit details
Copy full SHA for ccbccc9
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Add configurable query timeout (#1760)
Show description for eb076db
edevil
authored and
brianc
committed
eb076db
View commit details
Copy full SHA for eb076db
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
Update ESLint (#1753)
Show description for badf0a1
kibertoad
authored and
brianc
committed
badf0a1
View commit details
Copy full SHA for badf0a1
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Allow a custom type to be used for Client promises (#1518)
Show description for 1cf1e05
charmander
authored and
brianc
committed
1cf1e05
View commit details
Copy full SHA for 1cf1e05
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
Queued query errors (#1503)
Show description for 3828aa8
charmander
authored and
brianc
committed
3828aa8
View commit details
Copy full SHA for 3828aa8
View code at this point
Browse repository at this point
remove query.stream references
Show description for fed6375
tlhunter
authored and
brianc
committed
fed6375
View commit details
Copy full SHA for fed6375
View code at this point
Browse repository at this point
Add error handling for null params to Client.prototype.query()
patrickrgaffney
authored and
brianc
committed
11a4793
View commit details
Copy full SHA for 11a4793
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
refactor: simplify the escapeIdentifier logic
gajus
committed
00d749c
View commit details
Copy full SHA for 00d749c
View code at this point
Browse repository at this point
Commits on May 7, 2018
tls.connect({checkServerIdentity}) option cannot be a null - must be a method or not exist.
Show description for 7de137f
matthiasak
authored and
brianc
committed
7de137f
View commit details
Copy full SHA for 7de137f
View code at this point
Browse repository at this point
Commits on May 4, 2018
dont use dynamic functions to parse rows, closes #1417
yocontra
authored and
brianc
committed
72db790
View commit details
Copy full SHA for 72db790
View code at this point
Browse repository at this point
Add ability to specify checkServerIdentity callback
tobio
authored and
brianc
committed
4905471
View commit details
Copy full SHA for 4905471
View code at this point
Browse repository at this point
Pass through portal properly
Show description for 831dfb1
Justin Jaffray
authored and
brianc
committed
831dfb1
View commit details
Copy full SHA for 831dfb1
View code at this point
Browse repository at this point
Add comments to case branches, explaining code meanings
mble
authored and
brianc
committed
9389527
View commit details
Copy full SHA for 9389527
View code at this point
Browse repository at this point
Handle SSL negotiation errors more robustly
Show description for 5d32be4
mble
authored and
brianc
committed
5d32be4
View commit details
Copy full SHA for 5d32be4
View code at this point
Browse repository at this point
fix: end stream connection
Vratislav
authored and
brianc
committed
0902d14
View commit details
Copy full SHA for 0902d14
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
use net.Socket instead of net.Stream
Show description for 875236f
chentsulin
authored
875236f
View commit details
Copy full SHA for 875236f
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Remove `noAssert` argument
Show description for 3f1d7b9
BridgeAR
committed
3f1d7b9
View commit details
Copy full SHA for 3f1d7b9
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Don't repeat logic for reporting stream errors
pasieronen
authored and
brianc
committed
70a8ee1
View commit details
Copy full SHA for 70a8ee1
View code at this point
Browse repository at this point
Ignore socket hangup when ending connection also with ssl (#1344).
pasieronen
authored and
brianc
committed
4cf67b2
View commit details
Copy full SHA for 4cf67b2
View code at this point
Browse repository at this point
Commits on Nov 4, 2017
Support Uint8Array values
jscissr
authored and
brianc
committed
894e2f2
View commit details
Copy full SHA for 894e2f2
View code at this point
Browse repository at this point
Commits on Sep 3, 2017
support statement_timeout
Josh
authored and
brianc
committed
ad36063
View commit details
Copy full SHA for ad36063
View code at this point
Browse repository at this point
Prefer max over poolSize : max is the only property documented in node-pg-pool
abenhamdine
authored and
brianc
committed
3b3e52c
View commit details
Copy full SHA for 3b3e52c
View code at this point
Browse repository at this point
Remove properties no more used in node-pg-pool
abenhamdine
authored and
brianc
committed
27492ef
View commit details
Copy full SHA for 27492ef
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
Normalize export in utils to use short form
sehrope
authored and
brianc
committed
ef3379a
View commit details
Copy full SHA for ef3379a
View code at this point
Browse repository at this point
Centralize password md5 hashing logic
Show description for e74c13d
sehrope
authored and
brianc
committed
e74c13d
View commit details
Copy full SHA for e74c13d
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
add missing sslrootcert for native bindings
wzrdtales
authored and
brianc
committed
03c2270
View commit details
Copy full SHA for 03c2270
View code at this point
Browse repository at this point
Refactor addCommandComplete
Show description for 884e21e
sehrope
authored and
brianc
committed
884e21e
View commit details
Copy full SHA for 884e21e
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Fix vulnerability
brianc
committed
48543bf
View commit details
Copy full SHA for 48543bf
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
allow both connectionString and additional options
caub
authored and
brianc
committed
3a6b841
View commit details
Copy full SHA for 3a6b841
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
Update utils.js
Show description for 40cc6aa
vitaly-t
authored and
brianc
committed
40cc6aa
View commit details
Copy full SHA for 40cc6aa
View code at this point
Browse repository at this point
Make client.end return promise with active query
brianc
committed
66c6776
View commit details
Copy full SHA for 66c6776
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
remove unused variable
Show description for 5062f27
billouboq
committed
5062f27
View commit details
Copy full SHA for 5062f27
View code at this point
Browse repository at this point
Commits on Jul 16, 2017
Re-implement other patch
brianc
committed
ca4ac99
View commit details
Copy full SHA for ca4ac99
View code at this point
Browse repository at this point
Re-implement changes from conflict
brianc
committed
f9390da
View commit details
Copy full SHA for f9390da
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.