Commit Graph

1123 Commits (4cdd7a116bab03c6096ab1af8f0f522b04993768)
 

Author SHA1 Message Date
Brian Carlson 4cdd7a116b Compile result parsing for a 60% speed increase
11 years ago
Brian Carlson b6bca99489 Minor speed improvements
11 years ago
Brian Carlson 56b7c4168d Create message in each parsing function
11 years ago
Brian Carlson 31318c02a2 Speed up JavaScript parser slightly
11 years ago
Brian Carlson e778348fe1 Bump version
11 years ago
Brian C a17f7fc381 Merge pull request #409 from rpedela/master
11 years ago
Brian Carlson c3dcf2835c Update news
11 years ago
Brian Carlson de7229a937 Bump version
11 years ago
Brian Carlson fb5520bb8a Remove built-in binary int64 parser
11 years ago
rpedela 6dffc0c6cd Include version 9.0.0 in escape function check.
11 years ago
rpedela 8129f19409 Include pg_config.h to get PG_VERSION_NUM.
11 years ago
rpedela cf07a4f2b4 #403 Only use native escape functions if PG version >= 9.0.0. Otherwise use the JS functions.
11 years ago
rpedela baaacd2a8f Move string escaping tests to proper locations.
11 years ago
rpedela 58759bf5fa Add native and JS tests for escapeLiteral and escapeIdentifier.
11 years ago
Brian Carlson a17f44a4a1 Bump version
11 years ago
Brian Carlson 910cc134c9 Make ref an optional dependency
11 years ago
Brian Carlson 343caefb75 Fix race in error handling test
11 years ago
Brian C 7c21815bdf Merge pull request #407 from deafbybeheading/canonical-url
11 years ago
Maciek Sakrejda 816e9b43ea Use the standard postgres:// URL prefix for consistency
11 years ago
Brian C 78c0456504 Merge pull request #402 from DanLovesProofs/master
11 years ago
Dan Robinson fa12bc8131 Adds Heap as a production user
11 years ago
Brian Carlson 8b8c857d76 Bump version
11 years ago
Brian Carlson 41d8ccad58 Update news
11 years ago
Brian Carlson 287d7e67a3 Handle NULL return from MallocCString
11 years ago
rpedela 539d3bae54 Move string escaping tests to proper locations.
11 years ago
rpedela ffe51c20f2 Add missing semicolons.
11 years ago
rpedela b5e89b2b9a Add native and JS tests for escapeLiteral and escapeIdentifier.
11 years ago
rpedela 876018e103 Add support for PQescapeLiteral and PQescapeIdentifier. Also add JS versions of the functions.
11 years ago
Brian C a1816edf40 Update NEWS.md
11 years ago
Brian C ce633bcb0d Update NEWS.md
11 years ago
bmc c38fedef80 Bump version
11 years ago
bmc 6ac4e6d141 update news
11 years ago
Brian C f263fe1b0a Merge pull request #393 from brianc/issues/324
11 years ago
Brian Carlson 145666c1b3 Support result rows as arrays
11 years ago
Brian Carlson 325a6d9153 Add failing test for result rows as arrays
11 years ago
Brian Carlson 5462561e51 Cache result parser lookups
11 years ago
Brian Carlson 413eff72e5 Move row parsing into result object
11 years ago
Brian Carlson 3f96bbbc5c Add field metadata to query result object
11 years ago
Brian Carlson 05e9026aea Remove tab character
11 years ago
Brian Carlson 3f4a44e973 Skip error test on travis
11 years ago
Brian C 9d773a29c2 Merge pull request #387 from brianc/issues/350
11 years ago
Brian Carlson d3ba322e3c Add more output to test to help debug it on travis
11 years ago
Brian C 95a5bba4bf Update README.md
11 years ago
Brian C 2ad1ad4d24 Update README.md
11 years ago
Brian C b9f103dd17 Updated README.md
11 years ago
Brian C 58b4f266ea Merge pull request #386 from brianc/js-ssl
11 years ago
Brian C 300e70c630 Merge pull request #388 from brianc/issues/320
11 years ago
bmc 75181492f2 Fix native quick disconnect hang
11 years ago
bmc 12cc7d53d8 Add failing test for native quick disconnect hang
11 years ago
bmc 5c6e58c017 Remove uv_poll error short-circuit
11 years ago