2817 Commits

Author SHA1 Message Date
Brian C
ef1b15e13a Update README.md
Add note on "bring your own promise"
2016-06-30 15:22:49 -07:00
brianc
4f6208521b Bump version 2016-06-28 17:44:02 -07:00
Brian C
02dc31f925 Merge pull request #17 from rickbergfalk/master
handle empty query
2016-06-28 17:42:44 -07:00
Rick Bergfalk
74b6891b20 handle empty query 2016-06-28 16:47:50 -05:00
brianc
22a76ddd1d Bump version 2016-06-26 22:05:46 -07:00
brianc
d1c70ec9c1 Update documentation 2016-06-26 22:02:49 -07:00
Brian C
d653234a0c Add acquire event (#16)
* Add acquire event

Add acquire event which fires every time a client is acquired from the pool.

* Update README.md
2016-06-26 22:00:16 -07:00
Peter W
ce173f8c28 Fix error event doc in README (#15)
- making error event example code start by acquiring `pool` in
  the same way it is done in the example at the top for `create`
2016-06-26 21:39:36 -07:00
Peter W
d316ef5524 Fix example code for connect event (#14) 2016-06-25 11:21:40 -07:00
brianc
baa5800a70 Bump version 2016-06-24 09:53:46 -07:00
Brian C
aa1f10b0c0 Add support for pool#query without params (#12) 2016-06-24 11:52:32 -05:00
brianc
2d446d4953 Bump version 2016-06-24 11:36:36 -05:00
brianc
f47bc5f23b Update documentation 2016-06-24 11:35:33 -05:00
Brian C
ce59164ba1 Add callback interface to pool#query (#11)
* Add callback interface to pool#query

* Fix linting errors
2016-06-24 11:35:16 -05:00
Illirik Smirnov
522d62229b Resolve merge conflict in PR #1041 (#1065)
* Add license comment

* Delete pool.js
2016-06-24 10:56:43 -05:00
Brian C
8b45ea1e7d Update README.md
Add a section with instructions on where to instantiate your pool
2016-06-24 10:48:23 -05:00
brianc
c35adf6f68 Bump version v6.0.1 2016-06-24 01:23:19 -05:00
Brian C
1183658ceb Update README.md 2016-06-24 01:22:25 -05:00
Brian C
1bc50f186f Update README.md 2016-06-24 01:09:51 -05:00
Brian C
812277f99f Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
Neil W
e2830ac847 Update README.md (#1063)
Fixed minor typo "exampe" -> "example"
2016-06-24 00:35:14 -05:00
brianc
4758ea660e Update documentation 2016-06-23 14:34:41 -05:00
Brian C
cc40403de9 Update README.md 2016-06-23 00:22:07 -05:00
brianc
955d6ba797 Bump version 2016-06-23 00:21:16 -05:00
Brian C
c95036c362 Update README.md
Add travis badge
2016-06-23 00:21:01 -05:00
Brian C
8c058a300a Update README.md 2016-06-23 00:09:50 -05:00
Brian C
d2775fc023 Add travis.yml file (#9)
* Add travis.yml file

* Remove test on pg@9.5 since travis does not support it
2016-06-22 23:55:17 -05:00
Brian C
63caf7cd4c Add 'connect' event to pool (#7)
* Have pool emit 'connect' callback with client

* Ensure pool emits client on connect event
2016-06-22 23:29:35 -05:00
Brian C
7ef08fd861 Remove dependency on debug (#6)
Accept a `log: (message, other...) => { }` parameter as a config option, but by default use a no-op function instead of debug.
2016-06-22 23:29:09 -05:00
brianc
276b50d69f Bump version 2016-06-22 17:17:11 -05:00
ikokostya
cc20f8b747 Clone options in Pool constructor (fixes #4) (#5) 2016-06-22 16:34:17 -05:00
Brian C
d21ed42fc6 Update README.md 2016-06-22 10:03:14 -05:00
Brian C
ef8530aeb7 Update README.md 2016-06-21 22:38:31 -05:00
Brian C
c00d62169e Update README.md 2016-06-21 22:10:50 -05:00
Brian C
ea141cf16f Update CHANGELOG.md 2016-06-21 22:07:39 -05:00
brianc
d4d56261ab Bump version v6.0.0 2016-06-21 22:03:56 -05:00
brianc
1206f4d191 Update changelog 2016-06-21 22:03:32 -05:00
brianc
406357b9c6 Better indication that pg.pools is a private api 2016-06-21 22:03:25 -05:00
Brian C
0aa62f2854 Make tcp-keepalive configurable (#1058) 2016-06-21 21:38:10 -05:00
Konstantin Petryaev
ad65c7b1bc Fix of pool leaking by TCP-keepalive (#918)
* fix of bug with pool leaking by TCP keep-alives

* add test for check setKeepAlive on connect

* fix mistake with var

* fix mistake with var
2016-06-21 14:49:41 -05:00
brianc
e809055174 Bump version v5.2.0 2016-06-21 09:56:39 -05:00
brianc
fd6a25a030 Update changelog 2016-06-21 09:56:32 -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
Jos Kuijpers
1596a933eb Fix SSL configuration error and add tests. #848 (#1055) 2016-06-21 09:42:30 -05:00
brianc
d09cf3b9c3 Bump version 2016-06-20 19:57:44 -05:00
Lee Symes
a6f641eb2c Only release client once on an error. (#3)
Prevent `generic-pool` error when releasing a client with an error.

Fixes #2
2016-06-20 19:56:12 -05:00
brianc
e38cfe078c Bump version 2016-06-10 22:52:21 -05:00
brianc
cb21c2a2e7 Better compatibility with pg 2016-06-10 22:52:07 -05:00
Brian C
36d50eceee Merge pull request #1 from jrf0110/patch-1
Demonstrate that pg-pool exports Pool constructor
2016-06-10 21:52:43 -05:00
John Fawcett
d42770ae2c Demonstrate that pg-pool exports Pool constructor 2016-06-10 21:25:56 -05:00