Hannes Hörl
5c5c57e60b
Fixes bug in test for extended years
2013-12-23 02:13:10 +01:00
Hannes Hörl
9ad0159037
merge with upstream
2013-12-22 23:21:42 +01:00
Hannes Hörl
2d1024c46d
use 'pgpass' from npm
2013-12-22 23:21:12 +01:00
Brian M. Carlson
30fc4c2a2c
Bump version
v2.9.0
2013-12-19 22:34:54 -06:00
Brian M. Carlson
edcc39b53f
Update news
2013-12-19 22:34:49 -06:00
Brian C
aa329920ab
Merge pull request #487 from aurium/master
...
Set database on socket string connection
2013-12-19 20:32:59 -08:00
Brian M. Carlson
1884feb145
Bump version
v2.8.5
2013-12-19 22:23:53 -06:00
Aurélio A. Heckert
c0fd4b1431
Set database on socket string connection
...
Allows to conect to a specific database trough this ways:
pg.connect('/some/path database', callback);
pg.connect('socket:/some/path?db=database', callback)
pg.connect('socket:/some/path?db=database&encoding=utf8', callback)
2013-12-19 15:37:26 -03:00
Brian C
1e91fa5cab
Merge pull request #486 from rvagg/windows-fix
...
fix quoting for Windows compile
2013-12-18 19:19:01 -08:00
Rod Vagg
2a523c8f33
fix quoting for Windows compile
2013-12-19 10:24:05 +11:00
Brian M. Carlson
6d4a70702e
Bump version
v2.8.4
2013-12-12 18:28:29 -06:00
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
v2.8.3
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
dc92b1220e
Update README.md
2013-11-20 22:53:19 -06:00
Brian C
a275adae52
Create README.md
2013-11-20 22:49:08 -06:00
Brian M. Carlson
9af987fa63
Pass all tests
2013-11-20 22:30:52 -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 M. Carlson
31b2b1da6f
All tests passing in isolation
...
Still have weird race conditions & shutdown/error/resume conditions to tackle
2013-11-11 23:20:04 -06:00
Brian M. Carlson
2e33d4acc0
Add default mocha options
2013-11-08 17:08:55 -06:00
Brian M. Carlson
9e2f622403
Port tests to use mocha
2013-11-08 17:07:54 -06:00
Brian Carlson
40af7c2f4a
Update package.jsn
2013-11-08 16:50:17 -06:00
Brian M. Carlson
0ebd4c3bbb
Bump version
2013-10-23 17:11:49 -05:00
Brian M. Carlson
33be525dbb
Add ability to configure highWaterMark and batchSize
2013-10-23 17:11:43 -05:00
Brian M. Carlson
278c5ceb87
Update npm test command
2013-10-22 13:20:46 -05:00
Brian M. Carlson
58881357a2
Bump version
2013-10-22 13:19:48 -05:00
Brian M. Carlson
1b249e9ceb
Add in proper error handling
2013-10-22 13:19:28 -05:00
Brian M. Carlson
aec85ce0d6
Bump version
2013-10-22 11:36:11 -05:00
Brian M. Carlson
48687fc182
Fix relative load path for pg.js
2013-10-22 11:36:05 -05:00
Brian M. Carlson
cc20d98cb0
Bump version
2013-10-22 11:24:41 -05:00
Brian M. Carlson
5400dfeffd
Remove bad code
2013-10-22 11:24:30 -05: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
v2.8.2
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
722296f8d2
Initial commit
2013-10-21 23:57:50 -05:00
Brian M. Carlson
1688567340
Bump version
v2.8.1
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
v2.8.0
2013-10-18 12:19:11 -05:00