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 }}
codeimmortal
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 30, 2018
Merge pull request #1701 from gajus/issue-1699
Show description for e7602bc
charmander
authored
e7602bc
View commit details
Copy full SHA for e7602bc
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
Browse repository at this point
Commits on Jul 17, 2018
Merge pull request #1692 from askmike/patch-1
Show description for 6c840aa
charmander
authored
6c840aa
View commit details
Copy full SHA for 6c840aa
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
Browse repository at this point
Commits on Jul 9, 2018
Merge pull request #1684 from dominicletz/patch-1
Show description for a9b3ef7
charmander
authored
a9b3ef7
View commit details
Copy full SHA for a9b3ef7
Browse repository at this point
Use pool constructor to pass pool size
Dominic Letz
authored
28e66cc
View commit details
Copy full SHA for 28e66cc
Browse repository at this point
Replace poolSize by max in error test
Dominic Letz
authored
2ea5f91
View commit details
Copy full SHA for 2ea5f91
Browse repository at this point
Commits on Jun 25, 2018
Merge pull request #1677 from sehrope/fix-network-partition-test-race
Show description for 1cbd507
charmander
authored
1cbd507
View commit details
Copy full SHA for 1cbd507
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
Browse repository at this point
Commits on May 7, 2018
Bump version
brianc
committed
3ac356a
View commit details
Copy full SHA for 3ac356a
Browse repository at this point
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
Browse repository at this point
Commits on May 4, 2018
Bump version
brianc
committed
83ede28
View commit details
Copy full SHA for 83ede28
Browse repository at this point
dont use dynamic functions to parse rows, closes #1417
yocontra
authored and
brianc
committed
72db790
View commit details
Copy full SHA for 72db790
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
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
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
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
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
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
Browse repository at this point
fix: end stream connection
Vratislav
authored and
brianc
committed
0902d14
View commit details
Copy full SHA for 0902d14
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
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
Browse repository at this point
Add node v10 to travis matrix
sehrope
authored and
brianc
committed
b0c60cf
View commit details
Copy full SHA for b0c60cf
Browse repository at this point
Commits on Apr 4, 2018
upgrade testing node versions
Elexy
authored and
charmander
committed
8fb641e
View commit details
Copy full SHA for 8fb641e
Browse repository at this point
Commits on Mar 14, 2018
Merge pull request #1592 from chentsulin/patch-1
Show description for 87dd65f
charmander
authored
87dd65f
View commit details
Copy full SHA for 87dd65f
Browse repository at this point
use net.Socket instead of net.Stream
Show description for 875236f
chentsulin
authored
875236f
View commit details
Copy full SHA for 875236f
Browse repository at this point
Commits on Mar 10, 2018
Merge pull request #1585 from BridgeAR/master
Show description for 50b1221
charmander
authored
50b1221
View commit details
Copy full SHA for 50b1221
Browse repository at this point
Remove `noAssert` argument
Show description for 3f1d7b9
BridgeAR
committed
3f1d7b9
View commit details
Copy full SHA for 3f1d7b9
Browse repository at this point
Commits on Jan 10, 2018
Capitalize some parts of the README
charmander
committed
94d38f9
View commit details
Copy full SHA for 94d38f9
Browse repository at this point
spelling corrections
benhc123
authored and
charmander
committed
be57714
View commit details
Copy full SHA for be57714
Browse repository at this point
Commits on Jan 5, 2018
Bump version
brianc
committed
a664983
View commit details
Copy full SHA for a664983
Browse repository at this point
Use Buffer.from instead of deprecated Buffer constructor
pasieronen
authored and
brianc
committed
9825e7c
View commit details
Copy full SHA for 9825e7c
Browse repository at this point
Don't repeat logic for reporting stream errors
pasieronen
authored and
brianc
committed
70a8ee1
View commit details
Copy full SHA for 70a8ee1
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
Browse repository at this point
Commits on Jan 3, 2018
License date in README
benhc123
authored and
charmander
committed
c9ca1da
View commit details
Copy full SHA for c9ca1da
Browse repository at this point
Previous
Next
You can’t perform that action at this time.