Commit Graph

1688 Commits

Author SHA1 Message Date
Thomas Hunter II
d00d1eb4a9 Update README.md 2014-10-26 23:10:44 -07:00
Brian C
b962274fcb Merge pull request #667 from rpedela/master
Add pg-format to the list of helper modules.
2014-10-21 14:52:04 -04:00
Brian M. Carlson
7a0e9f69db Bump version 2014-10-21 14:14:20 -04:00
Brian C
5edd92b440 Merge pull request #668 from brianc/issues/600-redux
Fix issue with parsed statement cache timing - closes #665
2014-10-21 14:13:53 -04:00
Brian M. Carlson
9e2a3e599b Fix issue with parsed statement cache timing - closes #665 2014-10-21 13:50:49 -04:00
rpedela
36be8539de Add pg-format to the list of helper modules. 2014-10-21 11:23:12 -06: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 M. Carlson
d4b88fe0f4 bump version 2014-10-20 00:13:05 -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
44f8149dca Publish beta version 2014-10-19 14:25:33 -04:00
Brian M. Carlson
6876fa12e1 Add semver as hard dependency 2014-10-18 00:34:25 -04:00
Brian M. Carlson
21f6dbe006 Break native result into its own file 2014-10-18 00:27:28 -04:00
Brian M. Carlson
5dff31387c Remove dead file 2014-10-18 00:21:39 -04:00
Brian M. Carlson
c3513a27fa Make native bindings an optional install 2014-10-18 00:20:18 -04:00
Brian M. Carlson
89d0938655 Subscribe to notification before emitting connected
Fixes a case where you connect & immediatley disconnect and _sometimes_ your notification subscription starts the reader on the libpq instance after the libpq instance is disconnected.  This segfaults the app.
2014-10-17 23:09:55 -04:00
Brian M. Carlson
e7e5f1c331 Update pg-native version 2014-10-17 23:07:00 -04:00
Brian M. Carlson
73814d9cc7 Pin pg-native version 2014-10-16 23:13:37 -04:00
Brian M. Carlson
24ef17a570 Merge with origin/master 2014-10-15 23:27:32 -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 M. Carlson
0b2344b6b5 Remove COPY TO / COPY FROM 2014-10-11 14:27:03 -04:00
Brian M. Carlson
2de9838e78 Merge remote-tracking branch 'origin/master' into libpq
Conflicts:
	lib/native/index.js
	package.json
2014-10-11 14:16:23 -04:00
Brian M. Carlson
4c5f3aba65 Add support for native rowMode: array
This completes the port from the old native bindings to the new node-pg-native bindings!

Time to build in support for older versions of postgres & start the pull request process.
2014-10-11 14:09:29 -04:00
Brian C
aec3407a98 Update README.md 2014-10-09 22:55:27 -04:00
Brian M. Carlson
613112ca33 Upgrade to pg-native 1.2.0 to support rowMode:array 2014-10-09 21:54:34 -04:00
Brian M. Carlson
3867851341 Make cancel query tests pass 2014-10-09 21:12:17 -04:00
Brian M. Carlson
dd2e71ce97 Fix max connection tests 2014-10-07 00:47:35 -04:00
Brian M. Carlson
69243ea212 Bump version of pg-native 2014-10-05 11:45:27 -04:00
Brian M. Carlson
75473221e7 Print out unfired function 2014-10-01 19:03:24 -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
Brian M. Carlson
c5d4207aac Fix a few more failing tests 2014-09-23 18:57:20 -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