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 }}
madflow
/
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
test
on
master
User selector
All users
All time
Commit history
Commits on Jul 25, 2019
feat: Add dynamic retrieval for client password (#1926)
Show description for 0894a3c
sehrope
authored and
brianc
committed
0894a3c
View commit details
Copy full SHA for 0894a3c
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
Fix compare (#1923)
Show description for 0acaf9d
brianc
authored
0acaf9d
View commit details
Copy full SHA for 0acaf9d
View code at this point
Browse repository at this point
Commits on May 10, 2019
Enable eslint:recommended and plugin/node/recommended (#1856)
Show description for 8ba1d2c
sehrope
authored and
brianc
committed
8ba1d2c
View commit details
Copy full SHA for 8ba1d2c
View code at this point
Browse repository at this point
Added the missing connect_timeout and keepalives_idle config parameters (#1847)
Show description for 0993e4b
boromisp
authored and
brianc
committed
0993e4b
View commit details
Copy full SHA for 0993e4b
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
fix: Catch and emit query parameter prepareValue(...) errors (#1855)
Show description for 13c14f1
sehrope
authored and
brianc
committed
13c14f1
View commit details
Copy full SHA for 13c14f1
View code at this point
Browse repository at this point
Add support for per per-query types (#1825)
Show description for 566058d
twooster
authored and
brianc
committed
566058d
View commit details
Copy full SHA for 566058d
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Fix input preparation for date objects with a BC year (#1864)
Show description for 43ebcfb
noinkling
authored and
brianc
committed
43ebcfb
View commit details
Copy full SHA for 43ebcfb
View code at this point
Browse repository at this point
Fix integration test for v1.0.4 of postgres-date sub-dependency (#1867)
noinkling
authored and
brianc
committed
4d84909
View commit details
Copy full SHA for 4d84909
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
sasl/scram authentication (#1835)
andreme
authored and
brianc
committed
5a92ba3
View commit details
Copy full SHA for 5a92ba3
View code at this point
Browse repository at this point
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 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 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
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 16, 2018
[test] g/provded/provided
askmike
authored
9bfd4bf
View commit details
Copy full SHA for 9bfd4bf
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
Use pool constructor to pass pool size
Dominic Letz
authored
28e66cc
View commit details
Copy full SHA for 28e66cc
View code at this point
Browse repository at this point
Replace poolSize by max in error test
Dominic Letz
authored
2ea5f91
View commit details
Copy full SHA for 2ea5f91
View code at this point
Browse repository at this point
Commits on Jun 17, 2018
Change network partition test to wait for client socket creation prior to destroy
sehrope
committed
2dc5c68
View commit details
Copy full SHA for 2dc5c68
View code at this point
Browse repository at this point
Commits on May 4, 2018
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
Expand test to check for expected and unexpected errors
mble
authored and
brianc
committed
3eb7375
View commit details
Copy full SHA for 3eb7375
View code at this point
Browse repository at this point
Add guard to test to not check errors for empty error messages
mble
authored and
brianc
committed
7dd3b50
View commit details
Copy full SHA for 7dd3b50
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
Change test to use Buffer.from(...)
sehrope
authored and
brianc
committed
860928e
View commit details
Copy full SHA for 860928e
View code at this point
Browse repository at this point
Change network partition test to use socket.destroy()
sehrope
authored and
brianc
committed
272e9a5
View commit details
Copy full SHA for 272e9a5
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Use Buffer.from instead of deprecated Buffer constructor
pasieronen
authored and
brianc
committed
9825e7c
View commit details
Copy full SHA for 9825e7c
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 17, 2017
Make tests compatible with PostgreSQL 10
Show description for 9870c86
charmander
authored and
brianc
committed
9870c86
View commit details
Copy full SHA for 9870c86
View code at this point
Browse repository at this point
Specify collation when relied on in tests
Show description for 0b80aba
charmander
authored and
brianc
committed
0b80aba
View commit details
Copy full SHA for 0b80aba
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
new test for actual statement timeout
Josh
authored and
brianc
committed
64eb77e
View commit details
Copy full SHA for 64eb77e
View code at this point
Browse repository at this point
fixes
Josh
authored and
brianc
committed
689bb25
View commit details
Copy full SHA for 689bb25
View code at this point
Browse repository at this point
fixed test failure message
Josh
authored and
brianc
committed
8839d42
View commit details
Copy full SHA for 8839d42
View code at this point
Browse repository at this point
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
Check more default properties in configuration teset
abenhamdine
authored and
brianc
committed
4936033
View commit details
Copy full SHA for 4936033
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.