node-postgres/lib
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
..
native Make Query & NativeQuery implement the promise interface (#1047) 2016-06-10 17:18:19 -05:00
client.js Use Buffer concatenation for binary data instead of binary strings. Fixes Node.js v6.0.0 breakage. (#1001) 2016-04-27 13:52:28 -05:00
connection-parameters.js Fix SSL configuration error and add tests. #848 (#1055) 2016-06-21 09:42:30 -05:00
connection.js Fix of pool leaking by TCP-keepalive (#918) 2016-06-21 14:49:41 -05:00
defaults.js Support for defaults.connectionString (#910) 2016-06-07 16:09:22 -05:00
index.js Remove internal pool (#1049) 2016-06-21 09:53:09 -05:00
query.js Make Query & NativeQuery implement the promise interface (#1047) 2016-06-10 17:18:19 -05:00
result.js Support querying tables with column names with multiple apostrophes (issue #934). Includes integration test. 2016-02-10 20:52:43 +00:00
type-overrides.js Moved type override code into a new class. 2014-12-03 11:00:27 -06:00
utils.js Proper error message for undefined where options (#1022) 2016-06-07 16:04:52 -05:00