Skip to content

Merge with upstream #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 51 commits into from
May 12, 2016
Merged

Merge with upstream #6

merged 51 commits into from
May 12, 2016

Conversation

andythiv
Copy link
Owner

No description provided.

kevinburke and others added 30 commits October 8, 2015 23:02
defaults.js: fix typo in comment
Fixing error message misspelling.
Use connection configuration consistently in tests
doc update change username from jray to recursivefunk
Adding [pg-minify](https://github.com/vitaly-t/pg-minify) to the list of Extras.
…postgres

Fix prepare value map to postgres
Adding MassiveJS to Extras section of README
Bring native API in line with pure js version. Fixes brianc#743
Support querying tables with column names with multiple apostrophes
brianc and others added 21 commits February 25, 2016 10:52
Add pg-client to the list of extras in README.md
add option to parse input javascript Dates as UTC
I noticed that query cancellation was not working when connecting through pgbouncer,
even though it worked fine when directly connected. This is because we're appending an
extra null byte, and pgbouncer is strict about the packet length.
(per http://www.postgresql.org/docs/9.1/static/protocol-message-formats.html)

This removes the extraneous byte, which fixes cancellation against pgbouncer.
Fix byte representation of CancelRequest message
Move Extras section from README.md to Github wiki
There was some nasty global-ish variable reference updating happening when the native module 'initializes' after its require with `require('pg').native`

This fixes the issue by making sure both `require('pg')` and `require('pg').native` each initialize their own context in isolation and no weird global-ish references are used & subsequently stomped on.
* Change test matrix in .travis.yml

Add tests for node @ v6. Remove node & postgres test permutations for older versions of node.

* Remove sub-versions

* Remove minor version from node 4
@andythiv andythiv merged commit b1e0330 into master May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.