Commit Graph

1409 Commits

Author SHA1 Message Date
Brian M. Carlson
9e2a3e599b Fix issue with parsed statement cache timing - closes #665 2014-10-21 13:50:49 -04:00
Brian M. Carlson
eeae8e6f57 Bump version 2014-10-20 10:18:47 -04:00
Brian M. Carlson
11c3c74994 Merge branch 'master' of github.com:brianc/node-postgres 2014-10-20 00:21:28 -04:00
Brian M. Carlson
1ccc5eb40b Add regression test for #199 2014-10-20 00:21:16 -04:00
Brian C
bdab97cf3a Merge pull request #661 from brianc/issues/600
Do not consider a statement as prepared if it errors
2014-10-19 23:22:21 -04:00
Brian M. Carlson
1e648c5df4 Do not consider a statement as prepared if it errors
Fixes #600
2014-10-19 22:53:08 -04:00
Brian M. Carlson
41f8712252 Update news 2014-10-15 15:34:26 -04:00
Brian M. Carlson
c7deb49128 Bump version 2014-10-15 15:33:28 -04:00
Brian M. Carlson
2fb1ac6058 Bump version of pg-types 2014-10-15 15:33:08 -04:00
Brian C
aec3407a98 Update README.md 2014-10-09 22:55:27 -04:00
Brian M. Carlson
1b61e16e47 Merge branch 'master' of github.com:brianc/node-postgres 2014-10-01 14:43:49 -04:00
Brian M. Carlson
a57193ff32 Bump version 2014-10-01 14:42:29 -04:00
Brian M. Carlson
69ea860deb Update news 2014-10-01 14:42:06 -04:00
Brian M. Carlson
70fcc8a676 Bump version of pg-types to support boolean arrays 2014-10-01 14:34:26 -04:00
Brian C
e8f54bfe2e Merge pull request #652 from pierrerochard/patch-1
Small typo
2014-09-29 00:27:32 -04:00
Pierre Rochard
b1269b3497 Update README.md 2014-09-27 21:01:55 -04:00
Brian M. Carlson
759d94f8b2 Bump version 2014-09-27 12:33:54 -04:00
Brian C
74be7b6ad1 Merge pull request #650 from iceddev/master
bump pg-connection-string to support colons in password
2014-09-27 12:33:09 -04:00
Blaine Bublitz
7f8331f96a bump pg-connection-string to support colons in password 2014-09-26 14:26:41 -07:00
Brian C
f2481090c6 Merge pull request #647 from Suor/patch-1
Add pg-bricks to README Extras
2014-09-24 14:40:09 -04:00
Alexander Schepanovski
0e411dd79b Add pg-bricks to README Extras
Adding this would be consistent since you list node-any-db and sql-bricks. I chose a position in a list assuming you move from more node-postgres specific to general and abstract.
2014-09-19 11:19:34 +08:00
Brian M. Carlson
8fc2aafb66 Bump version 2014-09-18 15:32:49 -04:00
Brian M. Carlson
74c6ebed31 Make sure all dependencies are pinned exactly 2014-09-18 15:32:41 -04:00
Brian C
03336139ef Merge pull request #645 from jeromew/patch-1
Add Close/CloseComplete messages of wire protocol
2014-09-18 15:30:27 -04:00
jeromew
aada94da6b Add Close/CloseComplete messages of wire protocol 2014-09-18 11:27:22 +02:00
Brian M. Carlson
f0d91e79aa Bump version 2014-09-18 00:24:25 -04:00
Brian M. Carlson
60d5ab6abb Use 'bindings' module 2014-09-18 00:24:13 -04:00
Brian C
044f394917 Merge pull request #642 from iceddev/master
bump pg-connection-string to support relative urls for database name
2014-09-18 00:20:18 -04:00
Blaine Bublitz
6a0c6ea588 bump pg-connection-string to support relative urls for database name 2014-09-13 09:26:21 -07:00
Brian M. Carlson
4c81c6da25 Bump version 2014-09-03 15:41:48 -04:00
Brian C
c928696b37 Merge pull request #630 from santigimeno/fix_nan
src: update to nan@1.3.0
2014-09-03 15:41:14 -04:00
Santiago Gimeno
7a8940f4a0 src: update to nan@1.3.0
- It builds in 0.8, 0.10. and 0.11.13 without warnings.
2014-09-03 18:50:23 +02:00
Brian C
7d05eb7368 Update .travis.yml
Don't install a particular version of npm
2014-09-02 16:58:52 -04:00
Brian M. Carlson
ee19e74ffa Bump version 2014-08-10 16:30:00 -04:00
Brian C
fbb21df6be Update README.md
bitfloor no longer exists
2014-08-06 18:45:31 -04:00
Brian C
be73773d36 Merge pull request #620 from Jarvix/timeout_error_fix
Pool: Only call destroy on a client when it is not already being destroyed
2014-08-06 12:08:08 -04:00
Brian C
3d4ae51eb9 Merge pull request #621 from Jarvix/update_deps
Update all dependencies to their latest versions.
2014-08-06 12:06:18 -04:00
Jos Kuijpers
1c17177369 Only call destroy on a client when it is not already being destroyed
Adds a check in the error listener on the client in the pool, to
prevent calling destroy on a client when it is already being
destroyed.
Without this check, if an error occurs during the ending of the
stream, such as a timeout, the client is never removed from
the pool and weird things happen.
2014-07-30 14:17:04 +02:00
Jos Kuijpers
74c956023e Update all dependencies to their latest versions. 2014-07-29 21:46:41 +02:00
Brian M. Carlson
ac0d1c71c2 Update news 2014-07-13 12:31:34 -04:00
Brian M. Carlson
3438fda677 Bump version 2014-07-13 12:31:19 -04:00
Brian M. Carlson
0c6dca4173 Update news file 2014-07-13 12:31:12 -04:00
Brian M. Carlson
ae2615cb44 New version of pg-types 2014-07-13 12:28:28 -04:00
Brian C
ec81ff1d12 Merge pull request #615 from iceddev/master
switch to pg-connection-string module for parsing
2014-07-06 19:42:32 -04:00
Blaine Bublitz
54271a2df3 switch to pg-connection-string module for parsing 2014-07-06 16:39:22 -07:00
Brian C
732e720d54 Merge pull request #608 from gurjeet/misc_unit_test_improvements
Miscellaneous improvements in unit tests.
2014-07-06 19:25:27 -04:00
Brian C
c4f914166f Merge pull request #607 from gurjeet/improve_escape_tests
Improve unit tests of escape-literal/identifier, and remove them from integration tests.
2014-07-06 19:25:16 -04:00
Brian C
8592be7176 Merge pull request #604 from markyen/socket-port
Include port as a connection parameter for socket connections
2014-07-06 19:24:09 -04:00
Brian C
d9b72f5d2d Merge pull request #603 from DaAwesomeP/master
Add Windows instructions to README
2014-07-06 19:23:36 -04:00
Mark Yen
bf26569445 Fixes travis build for 0.8 2014-07-06 11:54:23 -07:00