node-postgres/lib
Brian Carlson 4cdd7a116b Compile result parsing for a 60% speed increase
Tested against a 1000 row result set.  Need to test against
smaller result sets & figure out a way to make this backwards compatible if possible
2013-08-07 15:33:57 -05:00
..
native #403 Only use native escape functions if PG version >= 9.0.0. Otherwise use the JS functions. 2013-07-29 15:45:36 -06:00
types Compile result parsing for a 60% speed increase 2013-08-07 15:33:57 -05:00
client.js Add missing semicolons. 2013-07-15 09:13:48 -05:00
connection-parameters.js Merge pull request #276 from bryanburgers/connection-url-ssl 2013-06-29 23:24:02 -07:00
connection.js Compile result parsing for a 60% speed increase 2013-08-07 15:33:57 -05: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 Bugfix: safe call of .hasOwnProperty(...) 2013-06-26 23:46:15 +02:00
pool.js remove deprecation warnings & deprecate lib 2013-03-17 14:51:57 -05:00
query.js Support result rows as arrays 2013-07-08 17:45:06 -05:00
result.js Compile result parsing for a 60% speed increase 2013-08-07 15:33:57 -05:00
utils.js Add support for JSON data type 2013-04-22 10:18:17 -05:00