Commit Graph

19 Commits

Author SHA1 Message Date
jeromew
06cc013e8e Bump version 2019-03-21 16:05:04 +00:00
jeromew
ff39922e86 Add benchmark for copy-from 2019-03-21 13:22:13 +00:00
jeromew
abf76d14fc Bump version 2019-03-19 08:49:24 +00:00
jeromew
4ff1971113 Bump version 2019-03-14 18:56:17 +00:00
jeromew
69f670ab13 Update dev dependencies 2019-03-14 17:30:34 +00:00
jeromew
399bff7ed7 Bump version 2016-08-22 16:27:04 +00:00
brianc
18be125596 Bump version 2016-07-26 14:40:01 -05:00
brianc
e0aa7db324 Bump version 2016-05-24 17:20:26 -05:00
brianc
ed57e131e9 Drop support for node@v0.10 2016-05-03 13:21:28 -05:00
Brian C
c4a0e6dd58 Fix compatibility with newer versions of node (#39)
* Eliminate detach/reattach strategy as it isn't able to differentiate between on/once and inconsistenly loses unshifted data depending on node version.  Instead just split stream and send it to copy stream and the connection.stream at the same time.  Disconnecting copy stream just means unpiping.  Added handleCopyData to fulfill query contract but ignore the incoming data.

Add node 4.2.2 to Travis
Minimum postgres 9.2 to allow tests to complete in Travis

Remove test that is no longer needed since we no longer disconnect/reconnect listeners

* Add resume

* Remove node 0.10 and add 0.12

* Re-enable old tests

* Add more versions to the travis test matrix
2016-05-03 13:20:04 -05:00
Brian M. Carlson
8f2355e454 0.3.0 2014-09-15 20:56:39 -04:00
Dan Robinson
1c0c8871c1 Bump version 2014-04-07 11:56:28 -07:00
Brian M. Carlson
1822f399d2 Bump version 2014-04-06 11:09:28 -05:00
Brian M. Carlson
b40918ddb8 Bump version 2014-03-30 00:10:18 -04:00
Dan Robinson
d649905dbb Fixes an event handler leak.
Includes a test. Also includes async as a devDependency.
2014-03-28 04:19:19 -07:00
Brian M. Carlson
dc6521b7c1 Fix to work with pg >= 2.8.2 2013-12-09 11:41:17 -05:00
Brian M. Carlson
824936176c Bump version 2013-10-28 21:50:54 -05:00
Brian M. Carlson
1f23523e61 Bump version 2013-10-28 21:27:24 -05:00
Brian M. Carlson
d3d648a623 Initial commit 2013-10-28 17:31:11 -05:00