Commit Graph

1141 Commits

Author SHA1 Message Date
shine-on
82843153a5 down is used but isn't set
https://github.com/brianc/node-postgres/blob/master/script/create-test-tables.js#L41
2013-08-31 12:23:17 +03:00
shine-on
7b703ccfed Merge pull request #1 from brianc/master
merge
2013-08-31 02:17:27 -07:00
shine-on
29029298fe Drop table if exists 2013-08-31 11:20:33 +03:00
Brian Carlson
5eb8ba2a73 Bump version 2013-08-29 00:20:21 -05:00
Brian Carlson
46d49cf198 Update news 2013-08-29 00:20:14 -05:00
Brian C
dcd90673ac Merge pull request #427 from brianc/parse-big-int
Add ability to opt-in to int8 parsing
2013-08-28 22:17:15 -07:00
Brian Carlson
e744d05df7 Add ability to opt-in to int8 parsing
Switching the result of all COUNT operations to a string is
a pretty nasty breaking change, and the majority of us aren't
going to be hitting numbers larger than Number.MAX_VALUE
2013-08-29 00:04:27 -05:00
003ee692f0 Merge pull request #426 from reezer/patch-1
add zoomsquare to the list of production users
2013-08-27 08:48:53 -07:00
Christian Sturm
03eebc4e7a add zoomsquare to the list of production users 2013-08-27 11:07:48 +02:00
Brian Carlson
71932748ff Update news 2013-08-22 22:33:38 -05:00
Brian Carlson
4638ab3ab0 Bump version 2013-08-22 22:32:21 -05:00
Brian C
84af374ab7 Merge pull request #420 from brianc/perf
Performance Improvements
2013-08-22 20:29:27 -07:00
Brian Carlson
76e3c7c41b Merge branch 'master' 2013-08-17 17:40:55 -05:00
Brian Carlson
beeae35291 Fix js-hint error 2013-08-17 17:33:27 -05:00
Brian Carlson
c98125b065 Use on('data') for v0.8.x 2013-08-17 17:25:24 -05:00
Brian Carlson
5108161a47 Cleanup & tweak perf a bit 2013-08-17 14:21:19 -05:00
bmc
a69cb0d36f Remove unused function
Just a bit of code cleanup
2013-08-07 16:49:19 -05:00
Brian Carlson
306f5dd493 Add comments 2013-08-07 15:35:07 -05:00
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
Brian Carlson
b6bca99489 Minor speed improvements 2013-08-07 12:41:38 -05:00
Brian Carlson
56b7c4168d Create message in each parsing function 2013-08-07 12:20:51 -05:00
Brian Carlson
31318c02a2 Speed up JavaScript parser slightly 2013-08-07 11:57:43 -05:00
Brian Carlson
e778348fe1 Bump version 2013-08-01 09:32:21 -05:00
Brian C
a17f7fc381 Merge pull request #409 from rpedela/master
Fix build when escape functions are not supported in libpq
2013-08-01 07:26:55 -07:00
Brian Carlson
c3dcf2835c Update news 2013-07-30 13:17:22 -05:00
Brian Carlson
de7229a937 Bump version 2013-07-30 13:15:47 -05:00
Brian Carlson
fb5520bb8a Remove built-in binary int64 parser 2013-07-30 13:15:31 -05:00
rpedela
6dffc0c6cd Include version 9.0.0 in escape function check. 2013-07-29 15:49:12 -06:00
rpedela
8129f19409 Include pg_config.h to get PG_VERSION_NUM. 2013-07-29 15:49:12 -06:00
rpedela
cf07a4f2b4 #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
rpedela
baaacd2a8f Move string escaping tests to proper locations. 2013-07-29 15:45:36 -06:00
rpedela
58759bf5fa Add native and JS tests for escapeLiteral and escapeIdentifier. 2013-07-29 15:45:35 -06:00
Brian Carlson
a17f44a4a1 Bump version 2013-07-23 10:30:58 -05:00
Brian Carlson
910cc134c9 Make ref an optional dependency
The ref module adds a compile step even when using the pure-JavaScript client.
This makes the installation optional so if the install fails due to not having
a compiler around you can still use the JavaScript client.

closes #398
2013-07-23 10:10:41 -05:00
Brian Carlson
343caefb75 Fix race in error handling test 2013-07-23 09:51:48 -05:00
Brian C
7c21815bdf Merge pull request #407 from deafbybeheading/canonical-url
Use the standard postgres:// URL prefix for consistency
2013-07-23 06:57:40 -07:00
Maciek Sakrejda
816e9b43ea Use the standard postgres:// URL prefix for consistency
Fixes #286.
2013-07-22 10:45:26 -07:00
Brian C
78c0456504 Merge pull request #402 from DanLovesProofs/master
Adds Heap as a production user
2013-07-19 06:46:36 -07:00
Dan Robinson
fa12bc8131 Adds Heap as a production user
And proudly!
2013-07-18 15:14:12 -07:00
Brian Carlson
8b8c857d76 Bump version 2013-07-15 09:42:42 -05:00
Brian Carlson
41d8ccad58 Update news 2013-07-15 09:25:58 -05:00
Brian Carlson
287d7e67a3 Handle NULL return from MallocCString 2013-07-15 09:22:37 -05:00
rpedela
539d3bae54 Move string escaping tests to proper locations. 2013-07-15 09:13:48 -05:00
rpedela
ffe51c20f2 Add missing semicolons. 2013-07-15 09:13:48 -05:00
rpedela
b5e89b2b9a Add native and JS tests for escapeLiteral and escapeIdentifier. 2013-07-15 09:13:48 -05:00
rpedela
876018e103 Add support for PQescapeLiteral and PQescapeIdentifier. Also add JS versions of the functions. 2013-07-15 09:13:48 -05:00
Brian C
a1816edf40 Update NEWS.md
writing ain't my strong suit
2013-07-09 23:25:17 -05:00
Brian C
ce633bcb0d Update NEWS.md
add patch version numbers for clarity
2013-07-09 23:21:14 -05:00
bmc
c38fedef80 Bump version 2013-07-09 23:19:36 -05:00
bmc
6ac4e6d141 update news 2013-07-09 23:19:06 -05:00