node-postgres/lib
Charmander 41017814d3 Avoid infinite loop on malformed message (#1208)
* Avoid infinite loop on malformed message

If handling of such messages is deemed unimportant, `indexOf` is still faster (~40%) and cleaner than a manual loop.

Addresses #1048 to an extent.

* Use indexOf fallback for Node ≤0.12
2017-02-21 11:19:03 -06:00
..
native Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
client.js Fix for utf-8 characters in md5 passwords (#1183) 2016-12-13 11:51:36 -06:00
connection-parameters.js changed for self signed ssl support (#1072) 2016-07-10 16:26:36 -05:00
connection.js Avoid infinite loop on malformed message (#1208) 2017-02-21 11:19:03 -06:00
defaults.js parse int8[] (#1152) 2016-12-16 09:44:19 -06:00
index.js Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
pool-factory.js Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
query.js Remove confusing conditions (#1159) 2016-12-13 07:50:07 -06:00
result.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00
type-overrides.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00
utils.js Remove confusing conditions (#1159) 2016-12-13 07:50:07 -06:00