node-postgres/lib
Andrew Dunstan ed015f9b58 Fix Unix domain socket setting.
This code was misconceived in that the host parameter for a Unix
domain socket connection must point to the directory containing
the socket, and not to the socket itself. Libpq will look for
the socket based on the host and port settings. See
<http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS>
2013-02-23 11:11:44 -05:00
..
native fix jshint erros 2013-01-24 22:03:03 +01:00
arrayParser.js rename reserved word char to c 2013-01-24 22:05:35 +01:00
binaryParsers.js fix jshint errors in lib/binaryParsers.js 2013-01-24 22:05:35 +01:00
client.js fix jshint errors in lib/client.js 2013-01-24 22:05:35 +01:00
connection-parameters.js Fix Unix domain socket setting. 2013-02-23 11:11:44 -05:00
connection.js force utf-8 encoding on connect 2013-01-29 20:19:38 -06:00
copystream.js remove trailing whitespaces in lib/copystream.js 2013-01-24 22:05:34 +01:00
defaults.js remove trailing whitespace in lib/defaults.js 2013-01-24 22:03:02 +01:00
index.js integrate new pool into existing codebase 2013-02-20 16:08:48 -06:00
pool.js clear deprecation warning on client error - fix test race 2013-02-21 14:49:26 -06:00
query.js remove trailing whitespaces in lib/query.js 2013-01-24 22:05:34 +01:00
result.js fix jshint errors for lib/result.js 2013-01-24 21:59:28 +01:00
textParsers.js fix jshint errors in lib/textParsers.js 2013-01-24 22:05:34 +01:00
types.js fix jshint errors for lib/types.js 2013-01-24 22:03:02 +01:00
utils.js make indentation and blocking style consistent. 2013-02-22 09:37:29 -05:00
writer.js rename reserved word char to c 2013-01-24 22:05:35 +01:00