Commit Graph

252 Commits

Author SHA1 Message Date
Brian Carlson
3de22ba991 Bump version 2017-03-20 12:01:56 -05:00
Brian M. Carlson
4fae7a9a7f Bump version 2017-03-09 15:06:29 -06:00
Brian Carlson
ff5ceb4304 Bump version 2017-03-06 11:06:08 -06:00
Brian Carlson
2c636c750f Bump version 2016-12-13 11:53:57 -06:00
Brian Carlson
c4879e321d Bump version 2016-12-10 18:58:27 -06:00
brianc
42689dac11 Bump version 2016-08-11 10:18:19 -05:00
brianc
a95d9ac711 Bump version 2016-08-10 15:15:43 -05:00
hoegaarden
f857bbf623 pgpass: Upgrade to 1.x (#1098)
pgpass is using semver versioning now, thus a dependency on
version 1.x should be safe.
2016-08-10 15:15:09 -05:00
brianc
9274f08fa2 Bump version 2016-07-19 10:18:56 -05:00
Brian C
b1b2801c71 Add onFailure to query#then (#1082)
The promise adapter I had implemented wasn't spec compliant: it didn't accept both `onSuccess` and `onFailure` in the call to `query#then`.  This subtly broke yield & async/await because they both rely on `onError` being passed into `Promise#then`.  The pool was also not returning the promise after a client was acquired, which broke awaiting on `pool.connect` - this is also fixed now.
2016-07-19 10:16:48 -05:00
brianc
bd7fc59635 Bump version 2016-07-10 16:29:04 -05:00
brianc
c35adf6f68 Bump version 2016-06-24 01:23:19 -05:00
brianc
d4d56261ab Bump version 2016-06-21 22:03:56 -05:00
brianc
e809055174 Bump version 2016-06-21 09:56:39 -05:00
Brian C
796a44f54f Remove internal pool (#1049)
* Initial work on removing internal pool

* Port backwards-compabible properties

* Cleanup test execution & makefile cruft

* Attempt to fix flakey error test
2016-06-21 09:53:09 -05:00
brianc
d1c5fc694b Bump version 2016-06-10 17:21:32 -05:00
brianc
8918c95f61 Bump version of semver 2016-06-07 17:17:09 -05:00
brianc
86bd9a138c Bump version 2016-06-07 16:49:33 -05:00
hoegaarden
06743a71e5 pgpass: Update to 0.0.6 (#1040) 2016-06-07 16:01:17 -05:00
brianc
6cc1b2c8e6 Bump version 2016-06-03 10:25:49 -05:00
Tristan Davies
d7307b1630 use latest generic-pool (#1031) 2016-06-03 10:25:13 -05:00
brianc
4047dd12c5 Bump version 2016-04-27 13:52:57 -05:00
brianc
3433ed9673 Bump version 2016-04-26 17:41:45 -05:00
brianc
fe6f32a6e7 Bump version 2016-04-08 18:46:42 -05:00
brianc
c2650d8abd Bump version 2016-03-30 12:29:25 -05:00
brianc
93aa52d43b Bump version 2016-02-25 12:28:15 -06:00
brianc
2a04d9267b Bump version 2016-02-25 11:02:32 -06:00
brianc
dbf3a04bc2 Bump version 2016-02-15 11:52:33 -05:00
brianc
ef64f5d6db Bump version 2016-02-15 11:46:46 -05:00
brianc
1ace25a1a6 Bump buffer-writer minor version for better large insert performance 2016-02-15 11:46:46 -05:00
brianc
10a0e48425 Bump version 2016-01-27 11:40:49 -06:00
brianc
5f50ddffef Bump version 2015-10-15 14:22:43 -05:00
brianc
35e5567f86 Bump version 2015-09-20 08:41:05 -05:00
brianc
78c243bdf3 Bump version 2015-08-01 18:52:35 -05:00
brianc
8d4c8299f2 4.4.0 2015-06-07 10:44:46 -04:00
Peter deHaan
c28cef76a2 Add license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-23 15:09:47 -07:00
brianc
65e12e8f9e Bump version 2015-02-22 16:55:38 -04:00
brianc
393d83d8f7 Relax semver requirement of pg-types 2015-02-22 16:35:48 -04:00
Brian M. Carlson
44eaaf68a4 Bump version 2015-01-13 18:14:15 -05:00
Brian M. Carlson
243a01ff4f Add pg-copy-streams as dev dependency 2014-12-13 13:32:58 -05:00
Brian M. Carlson
a87d9a1fed Bump version 2014-12-13 12:29:51 -05:00
Brian C
f1872d9c85 Merge pull request #690 from brianc/remove-nan
Remove NAN as dependency
2014-12-13 12:26:38 -05:00
Kesav Kumar Kolla
0994d6b795 Added test cases for issue #699 2014-12-12 13:53:09 +05:30
Brian M. Carlson
a3c29fedb1 Remove NAN as dependency
NAN is no longer required directly because [pg-native](https://github.com/brianc/node-pg-native.git) requires it.
2014-12-04 10:59:15 -05:00
Brian M. Carlson
8eb2e5d778 Bump version 2014-12-04 10:51:57 -05:00
Brian M. Carlson
e2ea482f9b Bump version 2014-11-19 22:30:16 -05:00
Brian M. Carlson
a8a3f3c9f1 Update version of pg-native 2014-11-18 14:35:07 -05:00
Brian M. Carlson
06b0392a57 Update travis config 2014-11-18 11:51:40 -05:00
Brian M. Carlson
35596fdbdc Upgrade version of pg-native 2014-11-18 09:32:16 -05:00
Brian M. Carlson
d4b88fe0f4 bump version 2014-10-20 00:13:05 -04:00