Alexander Sulfrian
|
ba9b85fe26
|
binaryParser: added function to parse text fields
|
2011-06-06 19:31:57 +02:00 |
|
brianc
|
cc77a67745
|
remove double init of variable
|
2011-06-02 07:24:42 -05:00 |
|
brianc
|
0ea77f475b
|
fix for gh-issue #26
|
2011-05-19 20:46:27 -05:00 |
|
brianc
|
94f670590f
|
support for connecting via hostname with native bindings (using node async dns lookup instead of sync libpq dns)
|
2011-05-05 19:13:43 -05:00 |
|
brianc
|
a580c8ab8d
|
code cleanup
|
2011-05-02 00:32:30 -05:00 |
|
brianc
|
b18c981a82
|
remove unused functions of pool
|
2011-05-01 21:55:31 -05:00 |
|
brianc
|
0d19522339
|
code cleanup
|
2011-05-01 21:35:00 -05:00 |
|
Edward Faulkner
|
795ef164fb
|
Decided not to include zero fields, for consistency.
|
2011-04-29 10:52:55 -04:00 |
|
Edward Faulkner
|
54d065f4a1
|
Adding a parser for postgres time intervals
|
2011-04-29 10:39:00 -04:00 |
|
Brian Carlson
|
eba68017d1
|
fix gh27
|
2011-04-20 22:48:50 -05:00 |
|
brianc
|
526a6284f9
|
50x performance increase on javascript client prepared statement execution on linux!
|
2011-04-16 11:42:23 -05:00 |
|
brianc
|
e98ef9a011
|
fix require to be path friendly
|
2011-03-15 23:08:37 -05:00 |
|
brianc
|
c7aa1498fd
|
Merge branch 'master' of https://github.com/brianc/node-postgres
|
2011-03-15 23:05:04 -05:00 |
|
brian
|
c72dea82d9
|
no longer explode if native module didn't build correctly
|
2011-03-15 23:00:58 -05:00 |
|
brianc
|
73d514ad64
|
expose 'defaults' on pg.native
|
2011-03-11 16:39:27 -06:00 |
|
brianc
|
f815c990c3
|
updated readme & package for new version
|
2011-03-11 12:29:27 -06:00 |
|
brianc
|
847d84f82e
|
fixed 'overload' error for NativeQuery constructor
|
2011-03-07 18:56:50 -06:00 |
|
brianc
|
cabca209c7
|
named queries working & all tests passing
|
2011-03-06 22:27:35 -06:00 |
|
brianc
|
1fd718bd74
|
work on named prepared statements
|
2011-03-06 21:32:58 -06:00 |
|
brianc
|
941b2e298d
|
work on named queries
|
2011-03-05 12:01:57 -06:00 |
|
brianc
|
6cdc39a648
|
remove temp file
|
2011-03-04 22:28:17 +00:00 |
|
brianc
|
c1b5fe2ab0
|
native 'notify' and 'notification' events
|
2011-03-04 20:04:59 +00:00 |
|
brianc
|
bbe704b8db
|
merged master
|
2011-03-04 19:32:54 +00:00 |
|
brianc
|
1cd1721f7f
|
integration notification tests
|
2011-03-04 19:30:19 +00:00 |
|
brianc
|
749531f597
|
notification message
|
2011-03-03 23:20:47 -06:00 |
|
brianc
|
13a5803aac
|
Merge branch 'master' into libpq
|
2011-03-03 22:45:00 -06:00 |
|
brianc
|
ec158770f5
|
client emits notify message from connection
|
2011-03-03 22:44:31 -06:00 |
|
brianc
|
5459773b90
|
properly emit notice messages on client
|
2011-03-03 23:30:17 +00:00 |
|
brianc
|
7f582a5811
|
more tests passing
|
2011-03-03 18:46:24 +00:00 |
|
brianc
|
0b97f699c5
|
merge master into topic
|
2011-03-03 18:31:20 +00:00 |
|
brianc
|
d38ea0131f
|
passing more tests
|
2011-03-03 18:29:00 +00:00 |
|
brianc
|
7e2f713af3
|
running all client integration tests against native client - many failures
|
2011-03-03 18:21:43 +00:00 |
|
brianc
|
b6c3f7d478
|
remove unused 'net' reference
|
2011-03-03 18:10:17 +00:00 |
|
brianc
|
bfaefce930
|
remove unused 'sys' reference
|
2011-03-03 18:09:47 +00:00 |
|
brianc
|
7f5f554503
|
js client emits 'connect' event
|
2011-03-03 18:07:22 +00:00 |
|
brianc
|
08eddd26e2
|
make type coercion a part of the api
|
2011-03-03 18:05:29 +00:00 |
|
Alexander Sulfrian
|
acdd726a29
|
fixed merge error
|
2011-03-03 08:19:07 +01:00 |
|
brianc
|
8a6725688f
|
begin to clean up string type conversions
|
2011-03-02 23:28:17 -06:00 |
|
Alexander Sulfrian
|
67cb9f8196
|
Merge remote branch 'upstream/master'
Conflicts:
lib/query.js
|
2011-03-02 14:21:33 +01:00 |
|
Alexander Sulfrian
|
c731cd2844
|
added support for bigint array type
|
2011-03-02 14:12:53 +01:00 |
|
bmc
|
b76ced7144
|
begin type coercion for libpq
|
2011-03-01 21:03:51 +00:00 |
|
bmc
|
c0ef5296c6
|
support for connecting via domain socket
|
2011-03-01 20:35:14 +00:00 |
|
bmc
|
d5bd9c904a
|
defaults changed to be more in line with libpq defaults
|
2011-03-01 20:13:04 +00:00 |
|
bmc
|
47591d677b
|
callback api working
|
2011-03-01 19:51:25 +00:00 |
|
brianc
|
ded6c05ed6
|
callback api failures
|
2011-02-28 23:09:09 -06:00 |
|
brianc
|
3594ab5185
|
quick support for integer parameters
|
2011-02-28 22:57:29 -06:00 |
|
brianc
|
567446e090
|
error tests
|
2011-02-24 22:06:19 -06:00 |
|
brianc
|
cc2ff042ef
|
failing test for parameterized queries
|
2011-02-24 21:33:54 -06:00 |
|
brianc
|
ca9b3cb2cd
|
can pass config object to native query
|
2011-02-23 22:41:54 -06:00 |
|
Brian Carlson
|
c321151325
|
cleaned up file structure & improved evented query api compat
|
2011-02-23 20:02:51 -06:00 |
|
Brian Carlson
|
6a2adc1feb
|
more api compat
|
2011-02-23 19:40:52 -06:00 |
|
Brian Carlson
|
7d05daaf2c
|
removed some globals from tests
|
2011-02-23 19:50:43 -06:00 |
|
brianc
|
b9296c54e2
|
remove debug logging
|
2011-02-22 23:55:00 -06:00 |
|
brianc
|
ce56fb6453
|
beginning of js Client compatible api
|
2011-02-22 23:52:25 -06:00 |
|
brianc
|
55041fffc7
|
got building with new file structure
|
2011-02-20 16:41:32 -06:00 |
|
brianc
|
643164d2f0
|
some cleanup on the initial spike
|
2011-02-20 16:12:06 -06:00 |
|
Brian Carlson
|
0f0f59c12f
|
initial experiment with libpq bindings
|
2011-02-18 11:38:47 -06:00 |
|
Alexander Sulfrian
|
796b8dfadc
|
added option for using the binary format
|
2011-02-14 16:42:04 +01:00 |
|
Alexander Sulfrian
|
a9e40a2d7d
|
fix typo
|
2011-02-14 16:41:27 +01:00 |
|
Alexander Sulfrian
|
a0be34da39
|
corrected typo
|
2011-02-07 12:46:08 +01:00 |
|
brianc
|
039c394cb1
|
make pulseQueryQueue explicitly private
|
2011-02-04 20:07:59 -06:00 |
|
brianc
|
4724444e3d
|
move parseConnectionString utility function into utils
|
2011-02-04 20:06:52 -06:00 |
|
brianc
|
5496f3199e
|
remove net.Stream references from client
|
2011-02-04 20:05:02 -06:00 |
|
brianc
|
0732ee215f
|
readability refactoring
|
2011-02-04 20:03:41 -06:00 |
|
brianc
|
84e452e221
|
style cleanup
|
2011-02-04 19:45:30 -06:00 |
|
brianc
|
a5fce8eb7b
|
query events for prepared statements are handled by client
|
2011-02-04 19:30:30 -06:00 |
|
brianc
|
99093b34c8
|
query events handled by client in simple query scenario
|
2011-02-04 19:15:57 -06:00 |
|
brianc
|
daa370a610
|
move some query listener delegation to client
|
2011-02-04 19:03:23 -06:00 |
|
brianc
|
426f30a962
|
started making listeners non-closure based
|
2011-02-04 18:51:34 -06:00 |
|
brianc
|
cb647935bb
|
slight readability refactor
|
2011-02-04 18:51:23 -06:00 |
|
Alexander Sulfrian
|
88724805df
|
removed debug
|
2011-02-01 02:23:21 +01:00 |
|
Alexander Sulfrian
|
5b3c501d74
|
use config
|
2011-02-01 02:21:45 +01:00 |
|
Alexander Sulfrian
|
df326ec97c
|
fixed bool parsing
|
2011-02-01 02:20:44 +01:00 |
|
Alexander Sulfrian
|
96caba59d2
|
fixed off by one
|
2011-02-01 02:20:20 +01:00 |
|
Alexander Sulfrian
|
0d36ce0799
|
added numeric parser, modularized parsers
|
2011-01-29 13:58:18 +01:00 |
|
Alexander Sulfrian
|
fec176e23b
|
fixed typo
|
2011-01-29 01:33:57 +01:00 |
|
Alexander Sulfrian
|
fa35c13658
|
Merge remote branch 'upstream/master'
Conflicts:
lib/query.js
|
2011-01-29 01:19:33 +01:00 |
|
Alexander Sulfrian
|
01e0fb1b92
|
added microseconds to date
|
2011-01-28 18:16:12 +01:00 |
|
Alexander Sulfrian
|
b98994ae39
|
removed debug output
|
2011-01-28 18:06:37 +01:00 |
|
Alexander Sulfrian
|
37e958f779
|
added arrayParser
|
2011-01-28 18:06:05 +01:00 |
|
Alexander Sulfrian
|
d5538816ef
|
added date parsing
|
2011-01-27 21:11:42 +01:00 |
|
Brian Carlson
|
ab76f648b8
|
removed last Buffer.copy from outgoing packet construction
|
2011-01-27 09:40:07 -06:00 |
|
Alexander Sulfrian
|
1e6124746c
|
conversion pg text to binary protocol started
|
2011-01-27 15:10:45 +01:00 |
|
Brian Carlson
|
2029248dbe
|
edge case millisecond parsing fixed
|
2011-01-23 23:58:03 -06:00 |
|
Brian Carlson
|
75b369f25a
|
minor readability
|
2011-01-23 21:48:52 -06:00 |
|
Brian Carlson
|
fb4314fa00
|
refactorings, tweaks, and minor fixes to query
|
2011-01-23 19:01:28 -06:00 |
|
Brian Carlson
|
79c5faf547
|
first pass at array type conversion
|
2011-01-21 16:53:24 -06:00 |
|
brianc
|
56ba2567ce
|
result of query contains metadata about query execution
|
2011-01-19 00:35:32 -06:00 |
|
Brian Carlson
|
31b5f82ad0
|
initial implementation of providing command execution results
|
2011-01-18 23:03:24 -06:00 |
|
Brian Carlson
|
1aee4786a0
|
added result object
|
2011-01-18 22:39:07 -06:00 |
|
Brian Carlson
|
227d1a8749
|
query callback fired only once regardless of number of commandComplete messages recieved from backend
|
2011-01-18 22:23:03 -06:00 |
|
Brian Carlson
|
c93b76fb15
|
support adding header packet to remove final buffer.copy call
|
2011-01-14 15:19:10 -06:00 |
|
Brian Carlson
|
3500154d2a
|
writer's buffer resize no longer dies when item byteLength > 2x buffer length
|
2011-01-14 14:52:16 -06:00 |
|
Darwin
|
7fcfbd8bb0
|
.
|
2011-01-08 16:41:48 +01:00 |
|
Darwin
|
a268711616
|
fix for bug, it has to do with how postgresql presents milisec.. it excludes the traling zeros.
|
2011-01-08 16:36:10 +01:00 |
|
brianc
|
f13b0ba35c
|
using same writer reference to improve performance
|
2011-01-01 12:40:45 -06:00 |
|
brianc
|
eb3e4ca3ab
|
writer#addString
|
2011-01-01 12:36:26 -06:00 |
|
brianc
|
99086cf4bf
|
Writer#flush
|
2011-01-01 11:51:33 -06:00 |
|
brianc
|
222fbffcfd
|
writer#clear method
|
2011-01-01 11:33:50 -06:00 |
|
brianc
|
bf32d9520c
|
internally change name from elasticbuffer to writer
|
2011-01-01 11:30:04 -06:00 |
|