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 }}
flyeven
/
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
Breadcrumbs
History for
node-postgres
test
on
master
User selector
All users
All time
Commit history
Commits on Aug 4, 2015
Merge pull request #825 from kevinburke/typo-fix
Show description for 0102bad
brianc
committed
0102bad
View commit details
Copy full SHA for 0102bad
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
s/saftey/safety
kevinburke
committed
b4746e8
View commit details
Copy full SHA for b4746e8
View code at this point
Browse repository at this point
Commits on Aug 1, 2015
Respond to emptyQuery with a sync message
Show description for 6f82924
brianc
committed
6f82924
View commit details
Copy full SHA for 6f82924
View code at this point
Browse repository at this point
Commits on Jun 7, 2015
Add warning for native bindings
brianc
committed
17f14f4
View commit details
Copy full SHA for 17f14f4
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Patch failing test until I have time to investigate
brianc
committed
7568f84
View commit details
Copy full SHA for 7568f84
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Merge pull request #734 from MayhemYDG/patch
Show description for f8d5db9
brianc
committed
f8d5db9
View commit details
Copy full SHA for f8d5db9
View code at this point
Browse repository at this point
Use strictEqual instead
nstepien
committed
e5d2f96
View commit details
Copy full SHA for e5d2f96
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
Fix result.rowCount being a string instead of a number via native bindings.
Show description for 37956e2
nstepien
committed
37956e2
View commit details
Copy full SHA for 37956e2
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Add test to make sure interval objects returned can be passed back into a prepared statement
marekventur
committed
4e37b1f
View commit details
Copy full SHA for 4e37b1f
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
Remove error code test on native
brianc
committed
e2aa07c
View commit details
Copy full SHA for e2aa07c
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
#701 Add tests for new error fields in 9.3+.
rpedela
committed
619783b
View commit details
Copy full SHA for 619783b
View code at this point
Browse repository at this point
Commits on Dec 13, 2014
Fix test
brianc
committed
1094040
View commit details
Copy full SHA for 1094040
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Added test cases for issue #699
kesavkolla
committed
0994d6b
View commit details
Copy full SHA for 0994d6b
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Added integration test for overriding type parsers on a per-client basis.
whitelynx
committed
5fff5fc
View commit details
Copy full SHA for 5fff5fc
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Merge with origin/master
brianc
committed
fb2db08
View commit details
Copy full SHA for fb2db08
View code at this point
Browse repository at this point
Upgrade version of pg-native
brianc
committed
35596fd
View commit details
Copy full SHA for 35596fd
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Fix for empty buffer segfault in native bindings
brianc
committed
f088442
View commit details
Copy full SHA for f088442
View code at this point
Browse repository at this point
Commits on Oct 21, 2014
Fix issue with parsed statement cache timing - closes #665
brianc
committed
9e2a3e5
View commit details
Copy full SHA for 9e2a3e5
View code at this point
Browse repository at this point
Commits on Oct 20, 2014
Merge branch 'master' of github.com:brianc/node-postgres
brianc
committed
11c3c74
View commit details
Copy full SHA for 11c3c74
View code at this point
Browse repository at this point
Add regression test for #199
brianc
committed
1ccc5eb
View commit details
Copy full SHA for 1ccc5eb
View code at this point
Browse repository at this point
Do not consider a statement as prepared if it errors
Show description for 1e648c5
brianc
committed
1e648c5
View commit details
Copy full SHA for 1e648c5
View code at this point
Browse repository at this point
Commits on Oct 18, 2014
Make native bindings an optional install
brianc
committed
c3513a2
View commit details
Copy full SHA for c3513a2
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
Remove COPY TO / COPY FROM
brianc
committed
0b2344b
View commit details
Copy full SHA for 0b2344b
View code at this point
Browse repository at this point
Add support for native rowMode: array
Show description for 4c5f3ab
brianc
committed
4c5f3ab
View commit details
Copy full SHA for 4c5f3ab
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Make cancel query tests pass
brianc
committed
3867851
View commit details
Copy full SHA for 3867851
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Fix max connection tests
brianc
committed
dd2e71c
View commit details
Copy full SHA for dd2e71c
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Print out unfired function
brianc
committed
7547322
View commit details
Copy full SHA for 7547322
View code at this point
Browse repository at this point
Commits on Sep 23, 2014
Fix a few more failing tests
brianc
committed
c5d4207
View commit details
Copy full SHA for c5d4207
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Remove test skip
brianc
committed
e99f8d5
View commit details
Copy full SHA for e99f8d5
View code at this point
Browse repository at this point
Make moar tests pass
brianc
committed
d2bb532
View commit details
Copy full SHA for d2bb532
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
Work towards more tests passing
brianc
committed
667c528
View commit details
Copy full SHA for 667c528
View code at this point
Browse repository at this point
Make more tests pass
brianc
committed
b325971
View commit details
Copy full SHA for b325971
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
Merge pull request #608 from gurjeet/misc_unit_test_improvements
Show description for 732e720
brianc
committed
732e720
View commit details
Copy full SHA for 732e720
View code at this point
Browse repository at this point
Commits on Jun 22, 2014
Re-add the test for SELECT tag; I was wrong in my assumption.
Show description for ef40b6f
gurjeet
committed
ef40b6f
View commit details
Copy full SHA for ef40b6f
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Update a test to pass.
gurjeet
committed
23b29c9
View commit details
Copy full SHA for 23b29c9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.