Commit Graph

1261 Commits

Author SHA1 Message Date
Brian C
f58ff731ce Merge pull request #477 from rvagg/nan
use NAN for Node 0.8->0.11+ compatibility
2013-12-12 16:19:03 -08:00
Brian C
d246786461 Merge pull request #480 from benighted/master
Fix for Y10k problem, see issue #441.
2013-12-12 15:38:32 -08:00
Hannes Hörl
61f8f55d43 Handle .pgpass in the native client 2013-12-11 01:24:55 +01:00
Michael Payne
e6a2525540 Test for date range extremes 2013-12-09 23:35:46 -05:00
Michael Payne
b9c9c6f329 Fix for Y10k problem 2013-12-09 23:35:18 -05:00
Rod Vagg
6cb167112e convert to NAN for Node 0.8->0.11+ support 2013-12-06 15:30:28 +11:00
Hannes Hörl
95295ad2fb Handle .pgpass in the js client 2013-12-06 00:01:51 +01:00
Brian C
bbea5d6be7 Update README.md 2013-11-21 09:41:41 -06:00
Brian M. Carlson
c6cbb8ab39 Bump version 2013-11-20 23:01:50 -06:00
Brian M. Carlson
c42e5d726f Remove pg upgrade in travis tests 2013-11-20 23:01:31 -06:00
Brian C
495d3199da Add note about node-pg-cursor to readme 2013-11-20 22:56:06 -06:00
Brian C
4b640ca67d Merge pull request #470 from Brar/master
Use the correct environment variable for defaults on Windows
2013-11-20 15:14:55 -08:00
Brar Piening
d5e459227a Modified defaults.js to use process.env.USERNAME instead of process.env.USER as default value for user and database on Windows platforms 2013-11-20 20:19:31 +01:00
Brian C
5b517d1233 Update README.md
Add note about pg-query-stream module
2013-10-22 10:23:40 -05:00
Brian M. Carlson
50f3e18ad6 Bump version 2013-10-22 00:23:57 -05:00
Brian M. Carlson
99f9492c72 Clean up copy-in internal API 2013-10-22 00:23:43 -05:00
Brian M. Carlson
1688567340 Bump version 2013-10-21 14:08:26 -05:00
Brian C
bc222a8229 Merge pull request #457 from brianc/query-stream
Clean up internals
2013-10-21 12:07:35 -07:00
Brian M. Carlson
894c60e605 Accept anything with function 'submit' as a query
This allows for passing in custom objects which conform to the query API
2013-10-21 13:29:17 -05:00
Brian M. Carlson
a72bd5cb3c Semi-colons 2013-10-21 09:39:49 -05:00
Brian M. Carlson
fc397ee7f5 Clean up client->query event delegation 2013-10-21 09:20:21 -05:00
brianc
c612a39301 Bump version 2013-10-18 12:19:11 -05:00
brianc
c1ea734ed0 Update news 2013-10-18 12:19:01 -05:00
Brian C
786f5e6b9c Merge pull request #456 from albert-lacki/master
Parse arrays: json[], uuid[]
2013-10-18 10:17:56 -07:00
Albert Łącki
96018dbfae FIXED for jshint 2013-10-17 03:06:31 +02:00
Albert Łącki
67a47b9025 Parse arrays: json[], uuid[] 2013-10-16 07:03:43 +02:00
Brian Carlson
a3c08d19c0 Bump version 2013-10-02 22:43:54 -05:00
Brian Carlson
f7bb943bd4 Update news 2013-10-02 22:43:46 -05:00
Brian Carlson
c6a235fb5d Fix race condition in test 2013-10-02 22:39:31 -05:00
Brian C
aea984f7bc Merge pull request #447 from eugeneware/buffer-params
Bind Buffer Variables as binary values (with Native implementation also)
2013-10-02 20:32:03 -07:00
Eugene Ware
badb33af84 Fixes for node 0.8. 2013-10-03 12:47:19 +10:00
Brian C
4fcfc66a45 Merge pull request #423 from rpedela/master
Add support for single row mode
2013-09-30 09:31:07 -07:00
Eugene Ware
99f76ca7d2 update error message to reference buffers 2013-09-20 00:57:40 +10:00
Eugene Ware
cd29f806f1 Encode buffers as bytea hex strings 2013-09-20 00:49:38 +10:00
Eugene Ware
4662d41972 bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
39e048330c Merge pull request #439 from robraux/patch-1
Update README to include new production use
2013-09-11 14:19:42 -07:00
Rob
e8f9a0e342 Update README to include new production use 2013-09-11 12:06:44 -04:00
brianc
59f9c281b7 Bump version 2013-09-11 10:46:23 -05:00
Brian C
944f09be61 Merge pull request #438 from robraux/global-leak-fixes
fix global variable leaks for ROW_DESCRIPTION, FORMAT_TEXT, FORMAT_BINARY, DATA_ROW
2013-09-11 08:45:26 -07:00
Rob Raux
bf419d2659 fix global variable leaks 2013-09-11 14:36:29 +00:00
Brian Carlson
e346533d15 Bump version 2013-09-09 11:50:33 -05:00
Brian Carlson
1674359b57 Respect SSL setting from connection parameters 2013-09-09 11:50:20 -05:00
brianc
b26a4303a8 Bump version 2013-09-05 17:04:52 -05:00
brianc
9260abc2ef Update news 2013-09-05 17:04:45 -05:00
Brian C
698fe69139 Merge pull request #436 from brianc/ssl-mode-env
Respect PGSSLMODE for setting SSL connection
2013-09-05 15:03:55 -07:00
brianc
bfdea752b2 Respect PGSSLMODE for setting SSL connection 2013-09-05 16:51:16 -05:00
Brian C
e8f7f38e18 Merge pull request #435 from shine-on/master
improve SHELL portability
2013-09-05 09:11:25 -07:00
shine-on
d9c1936fc4 improve SHELL portability
bash isn't a standard shell outside a Linux world, but sh is (per POSIX, see link below). should be no-op due to no bashisms in the script.

http://pubs.opengroup.org/onlinepubs/009695399/utilities/sh.html
2013-09-05 13:12:04 +03:00
rpedela
b0a4c65567 Surround PGRES_SINGLE_TUPLE with an #ifdef for single row mode support. 2013-09-04 11:50:52 -06:00
rpedela
fe47a0137b Merge branch 'master' of https://github.com/rpedela/node-postgres 2013-09-04 11:46:34 -06:00