node-postgres/lib
Aaron Boyd 0632c4eaf4 remove reference to pool when destroying
Leaving a reference to the pool means the
destroyed pool will get returned if you
later try to reconnect with the same
connection string.
2013-07-09 18:22:09 -07:00
..
native call EventEmmiter constructor on native Connection 2013-05-20 18:31:55 +04:00
types Small improvements in parsers, additions to tests 2013-05-27 10:55:49 +03:00
client.js Make throws in query error callback not break client 2013-04-19 09:25:53 -05:00
connection-parameters.js Merge pull request #276 from bryanburgers/connection-url-ssl 2013-06-29 23:24:02 -07:00
connection.js Fix JavaScript SSL upgrade logic 2013-06-29 23:20:48 -07:00
copystream.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
defaults.js Add default value for connection host. 2013-06-29 14:46:45 -07:00
index.js remove reference to pool when destroying 2013-07-09 18:22:09 -07:00
pool.js remove deprecation warnings & deprecate lib 2013-03-17 14:51:57 -05:00
query.js Return field metadata on result object 2013-06-03 12:14:47 -05:00
result.js Return field metadata on result object 2013-06-03 12:14:47 -05:00
utils.js Add support for JSON data type 2013-04-22 10:18:17 -05:00