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 }}
kessler
/
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
src
on
master
User selector
All users
All time
Commit history
Commits on Dec 6, 2013
convert to NAN for Node 0.8->0.11+ support
rvagg
committed
6cb1671
View commit details
Copy full SHA for 6cb1671
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
Merge pull request #447 from eugeneware/buffer-params
Show description for aea984f
brianc
committed
aea984f
View commit details
Copy full SHA for aea984f
View code at this point
Browse repository at this point
Fixes for node 0.8.
eugeneware
committed
badb33a
View commit details
Copy full SHA for badb33a
View code at this point
Browse repository at this point
Commits on Sep 19, 2013
update error message to reference buffers
eugeneware
committed
99f76ca
View commit details
Copy full SHA for 99f76ca
View code at this point
Browse repository at this point
Encode buffers as bytea hex strings
eugeneware
committed
cd29f80
View commit details
Copy full SHA for cd29f80
View code at this point
Browse repository at this point
Commits on Sep 4, 2013
Surround PGRES_SINGLE_TUPLE with an #ifdef for single row mode support.
rpedela
committed
b0a4c65
View commit details
Copy full SHA for b0a4c65
View code at this point
Browse repository at this point
#181 #366 Add support for single row mode in Postgres 9.2+. This will enable single row mode only when the user wants to stream rows.
rpedela
committed
cd4565b
View commit details
Copy full SHA for cd4565b
View code at this point
Browse repository at this point
Commits on Jul 29, 2013
Include version 9.0.0 in escape function check.
rpedela
committed
6dffc0c
View commit details
Copy full SHA for 6dffc0c
View code at this point
Browse repository at this point
Include pg_config.h to get PG_VERSION_NUM.
rpedela
committed
8129f19
View commit details
Copy full SHA for 8129f19
View code at this point
Browse repository at this point
#403 Only use native escape functions if PG version >= 9.0.0. Otherwise use the JS functions.
rpedela
committed
cf07a4f
View commit details
Copy full SHA for cf07a4f
View code at this point
Browse repository at this point
Commits on Jul 15, 2013
Handle NULL return from MallocCString
brianc
committed
287d7e6
View commit details
Copy full SHA for 287d7e6
View code at this point
Browse repository at this point
Add support for PQescapeLiteral and PQescapeIdentifier. Also add JS versions of the functions.
rpedela
authored and
brianc
committed
876018e
View commit details
Copy full SHA for 876018e
View code at this point
Browse repository at this point
Commits on Jul 8, 2013
Add field metadata to query result object
Show description for 3f96bbb
brianc
committed
3f96bbb
View commit details
Copy full SHA for 3f96bbb
View code at this point
Browse repository at this point
Merge pull request #387 from brianc/issues/350
Show description for 9d773a2
brianc
committed
9d773a2
View commit details
Copy full SHA for 9d773a2
View code at this point
Browse repository at this point
Commits on Jun 30, 2013
Fix native quick disconnect hang
Show description for 7518149
brianc
committed
7518149
View commit details
Copy full SHA for 7518149
View code at this point
Browse repository at this point
Remove uv_poll error short-circuit
Show description for 5c6e58c
brianc
committed
5c6e58c
View commit details
Copy full SHA for 5c6e58c
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
better handling of client stream termination
Show description for 683d636
brianc
committed
683d636
View commit details
Copy full SHA for 683d636
View code at this point
Browse repository at this point
Commits on Mar 7, 2013
fix native on node v0.9.x - closes #297
brianc
committed
2273f57
View commit details
Copy full SHA for 2273f57
View code at this point
Browse repository at this point
Commits on Jan 24, 2013
add a NODE_MODULE() statement; fixes #222
booo
committed
320a049
View commit details
Copy full SHA for 320a049
View code at this point
Browse repository at this point
Commits on Jan 23, 2013
return false as default/fall-through value
brianc
committed
020607c
View commit details
Copy full SHA for 020607c
View code at this point
Browse repository at this point
Commits on Jan 21, 2013
fix native compile warnings
brianc
committed
6da2560
View commit details
Copy full SHA for 6da2560
View code at this point
Browse repository at this point
bugfix. sometimes native copy to loose rows
anton
authored and
brianc
committed
88d684f
View commit details
Copy full SHA for 88d684f
View code at this point
Browse repository at this point
1. behave correctly if copy to/from is send to db by query method (report error in standart way); 2. bugfix and code review in native copy to implementation
anton
authored and
brianc
committed
c5c3114
View commit details
Copy full SHA for c5c3114
View code at this point
Browse repository at this point
Commits on Jan 6, 2013
make copy related events to have same names in native and libpq clients
anton
authored and
brianc
committed
8bcd405
View commit details
Copy full SHA for 8bcd405
View code at this point
Browse repository at this point
minimal error handling
anton
authored and
brianc
committed
5cb871c
View commit details
Copy full SHA for 5cb871c
View code at this point
Browse repository at this point
COPY TO/FROM native/libpq done. Looks like it works, but need to test
anton
authored and
brianc
committed
c014096
View commit details
Copy full SHA for c014096
View code at this point
Browse repository at this point
Commits on Dec 11, 2012
make error message text more obvious
brianc
committed
99f1717
View commit details
Copy full SHA for 99f1717
View code at this point
Browse repository at this point
Commits on Sep 26, 2012
Change return type of Cancel() to bool.
Show description for 7826e49
booo
committed
7826e49
View commit details
Copy full SHA for 7826e49
View code at this point
Browse repository at this point
Fix for issue #165. Use libuv events instead of libev events.
booo
committed
175d18d
View commit details
Copy full SHA for 175d18d
View code at this point
Browse repository at this point
Commits on Aug 7, 2012
remove unnecessary whitespace
benmonty
authored and
brianc
committed
52b1361
View commit details
Copy full SHA for 52b1361
View code at this point
Browse repository at this point
Improve error message accuracy of native SendQuery
Show description for a9635a3
benmonty
authored and
brianc
committed
a9635a3
View commit details
Copy full SHA for a9635a3
View code at this point
Browse repository at this point
Commits on Jul 6, 2012
check if the uv_poll_t struct is initialized before calling uv_poll_stop
Show description for 5329e5e
booo
committed
5329e5e
View commit details
Copy full SHA for 5329e5e
View code at this point
Browse repository at this point
remove unnecessary LOG call; we emit a proper error later in the code
booo
committed
3680b59
View commit details
Copy full SHA for 3680b59
View code at this point
Browse repository at this point
check for CONNECTION_BAD status before calling PQsetnonblocking
booo
committed
60130a9
View commit details
Copy full SHA for 60130a9
View code at this point
Browse repository at this point
call uv_poll_start on Flush()
booo
committed
125075b
View commit details
Copy full SHA for 125075b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.