2
0

Commit Graph

  • 20cf4f87ab Remove notifications when releasing Conn to Pool Jack Christensen 2015-09-26 13:24:21 -05:00
  • 3857bab52e Add query close early to pool stress test Jack Christensen 2015-09-26 13:19:00 -05:00
  • e315754b1f Add stress test to connection pool Jack Christensen 2015-09-26 09:59:22 -05:00
  • 4987d5425e Fix JSON encoding of *string Jack Christensen 2015-09-21 13:40:47 -05:00
  • 1b90ad1051 Update changelog Jack Christensen 2015-09-21 08:20:30 -05:00
  • ca16a4c98f Unlisten tweaks Jack Christensen 2015-09-21 08:18:10 -05:00
  • 9fd5c7e6ab Add test for Unlisten Jack Christensen 2015-09-21 08:05:53 -05:00
  • eb5cadccf9 Track Listen/Unlisten and clear subscriptions on conn release Joseph Glanville 2015-09-18 06:55:41 +10:00
  • 516c88fde3 Update changelog Jack Christensen 2015-09-21 07:54:22 -05:00
  • 90b2e0acb7 Add additional testing around listen/notify Jack Christensen 2015-09-17 17:40:04 -05:00
  • 86837e5576 Add guards against usage of busy connection Jack Christensen 2015-09-16 10:22:16 -05:00
  • 51407590eb Add LogLevelFromString func Jack Christensen 2015-09-16 09:21:51 -05:00
  • 23c48c2f87 Add trace logging Jack Christensen 2015-09-16 08:40:01 -05:00
  • a1aa06c934 More efficient logging with log levels Jack Christensen 2015-09-16 08:20:51 -05:00
  • a2e078597b Add logging to rxMsg Jack Christensen 2015-09-14 10:25:48 -05:00
  • 057da9f8e7 Add benchmarks for logging Jack Christensen 2015-09-14 10:01:05 -05:00
  • 3316ed2ff4 Update changelog Jack Christensen 2015-09-12 19:42:15 -05:00
  • 93aa2b2e80 ConnPool.Begin retry logic checks connection IsAlive Jack Christensen 2015-09-12 19:39:37 -05:00
  • 6e5fa60c4c Fix cases where net conn write failure was not marking connection as dead Jack Christensen 2015-09-12 19:32:55 -05:00
  • bc4742b80a DRY ConnPool Begin and BeginIso Jack Christensen 2015-09-12 19:12:55 -05:00
  • 6ac98ef613 Add test for ConnPool.Begin retry Jack Christensen 2015-09-12 19:10:41 -05:00
  • 4868929ff1 ConnPool.Begin/BeginIso will retry if they Acquire a dead connection Joseph Glanville 2015-09-11 03:05:39 +10:00
  • 8b296b9d58 Encode from net.IP to inet and cidr Jack Christensen 2015-09-09 18:49:20 -05:00
  • ee7d621528 Update changelog Jack Christensen 2015-09-09 18:31:19 -05:00
  • 4ff46becfc Generalize pointer to string uuid transcoding to any non-varchar/text type Jack Christensen 2015-09-09 18:07:05 -05:00
  • 2184ffb5e9 Add support for encoding to UUID from string types Joseph Glanville 2015-09-07 07:40:39 +10:00
  • b1d721c487 Merge pull request #91 from titanous/patch-1 Jack Christensen 2015-09-08 13:13:59 -05:00
  • 53967c704a Fix feature attribution in CHANGELOG Jonathan Rudenberg 2015-09-08 17:43:41 +00:00
  • e4f401f6ec Add documentation for pointer to pointer null mapping Jack Christensen 2015-09-08 12:15:16 -05:00
  • 73135865e7 Add benchmarks for NullX vs pointer to pointer Jack Christensen 2015-09-08 12:08:20 -05:00
  • 272262536b Add support for pointers to pointers Jonathan Rudenberg 2015-09-06 12:46:47 -04:00
  • 4ebb0508b6 Encode dates in binary format Jack Christensen 2015-09-08 11:51:28 -05:00
  • 65f5b33f3f Fake example if PostgreSQL server too old for JSON Jack Christensen 2015-09-04 14:10:18 -05:00
  • 5ea6b04624 Add docs and example for JSON Jack Christensen 2015-09-04 14:00:21 -05:00
  • fff5b9759b Add tests for other types of JSON objects Jack Christensen 2015-09-04 13:40:59 -05:00
  • 9d200733b9 Merge common JSON and JSONB Jack Christensen 2015-09-04 11:04:51 -05:00
  • 7383e240d4 Skip JSON/JSONB tests for older PostgreSQL servers Jack Christensen 2015-09-04 09:13:15 -05:00
  • 0013733535 Add JSON/JSONB support Joseph Glanville 2015-09-04 05:51:57 +10:00
  • fee3679cb9 Note inet and cidr support in README.md Jack Christensen 2015-09-03 13:48:18 -05:00
  • 063b0062b5 Use map literal for DefaultTypeFormats Jack Christensen 2015-09-03 13:44:10 -05:00
  • f672dd2732 Remove mustPrepare from tests Jack Christensen 2015-09-03 13:39:28 -05:00
  • e69d2bba26 Release 2.6.0 / update changelog Jack Christensen 2015-09-03 13:03:52 -05:00
  • fd39261551 Use binary transcoding for inet/cidr Jack Christensen 2015-09-03 11:39:32 -05:00
  • 9af068add0 Add cidr support Jack Christensen 2015-09-03 09:42:01 -05:00
  • d494f83cd1 Add inet support Jack Christensen 2015-09-03 09:33:19 -05:00
  • a56e35ad0a Support decoding of TimestampOid in stdlib driver Samuel Stauffer 2015-08-25 17:24:33 -07:00
  • a0c76b897c Fix doc typos Jack Christensen 2015-08-21 13:50:27 -05:00
  • c44cbb12ab Add sslmode note for ParseDSN Jack Christensen 2015-08-21 13:50:06 -05:00
  • 6413491657 Add support for specifying sslmode in connection strings Rick Snyder 2015-08-18 16:00:37 -04:00
  • db5300358a Allow ConnPool to have MaxConnections of 1 Jack Christensen 2015-05-25 09:54:28 -05:00
  • 07a11abc07 Add basic PGSSLMODE support to ParseEnvLibpq Jack Christensen 2015-05-23 13:49:26 -05:00
  • 51d6d1a3a6 Add ParseEnvLibpq with support for basic envvars Jack Christensen 2015-05-23 12:46:36 -05:00
  • dd9d960ba3 Add fallback TLS ConnConfig option Jack Christensen 2015-05-23 11:57:36 -05:00
  • 0c0a426d18 Add named error for server refused TLS Jack Christensen 2015-05-15 19:21:59 -05:00
  • 5bb7f64dac Add more error fields to PgError Jack Christensen 2015-05-01 18:06:17 -05:00
  • 784d12cbbc Support using a custom dialer Lewis Marshall 2015-04-18 22:38:15 +01:00
  • d46a762159 Release 2.5.0 / update changelog Jack Christensen 2015-04-15 08:12:17 -05:00
  • acdf5acc5a Add test for stdlib query nil Jack Christensen 2015-04-15 08:01:26 -05:00
  • 7f2cbbfcfd Support nil driver.Value Blaž Hrastnik 2015-04-13 14:33:16 +09:00
  • 879ca97228 Fix Scanner that does not read entire value Jack Christensen 2015-04-09 17:46:58 -05:00
  • e511c267de Unit test demonstrating infinite loop Laurent Debacker 2015-04-09 22:10:55 +02:00
  • 654508050c Add failing test for empty array from debackerl Jack Christensen 2015-04-08 16:49:56 -05:00
  • bc7ca55b45 Fix decoding of ARRAY[]::text[] Laurent Debacker 2015-04-07 22:26:45 +02:00
  • 82a2d9de96 Merge pull request #76 from deoxxa/add-parsedsn Jack Christensen 2015-04-08 14:54:40 -05:00
  • 3dcb2fcbfc Add test for empty array between other values Jack Christensen 2015-04-08 14:50:57 -05:00
  • 92d38b7f37 Add test for empty array decoding Jack Christensen 2015-04-08 14:46:14 -05:00
  • 36d1a58b42 add tests for ParseDSN deoxxa 2015-04-08 14:55:15 +10:00
  • 7e2886c576 add ParseDSN function deoxxa 2015-04-08 14:50:56 +10:00
  • 472929b247 Update README with more advantages of pgx Jack Christensen 2015-04-02 19:53:40 -05:00
  • c45bb2cfa8 Remove unused text format decoders Jack Christensen 2015-04-02 18:05:59 -05:00
  • fc484ab5fd Allow NullTime to work with timestamp Jack Christensen 2015-03-27 18:14:36 -04:00
  • 28ef19702f Detect too many parameters on Prepare Jack Christensen 2015-03-14 18:58:09 -05:00
  • cf674c6958 Enable travis errors on PG 9.0 and 9.1 Jack Christensen 2015-02-13 13:43:39 -06:00
  • 651d976ea6 Test should not use type that does not exist in PG 9.0 Jack Christensen 2015-02-13 13:41:36 -06:00
  • 77e61ef1bd Merge pull request #62 from flynn/travis Jack Christensen 2015-02-07 11:06:52 -06:00
  • cf41a6e587 Add Travis CI configuration Jonathan Rudenberg 2015-01-31 13:48:40 -08:00
  • 3ec870dc3c combine two small reads into one Blake Gentry 2015-01-11 16:47:31 -08:00
  • 1e92e5afe6 Merge pull request #59 from flynn/large-objects Jack Christensen 2015-01-02 19:05:46 -06:00
  • 10655944aa Minor docs fixes for large objects Jonathan Rudenberg 2015-01-02 17:05:44 -05:00
  • b5eb23da7b Merge pull request #57 from flynn/large-objects Jack Christensen 2015-01-02 14:18:36 -06:00
  • 0176e3ccc0 Implement large object support Jonathan Rudenberg 2015-01-01 21:50:03 -05:00
  • daf2efa313 Tweak handling of reading null as raw bytes. Jack Christensen 2014-12-23 21:58:48 -06:00
  • e616eb0783 Merge branch 'nullbytes' of https://github.com/karlseguin/pgx into karlseguin-nullbytes Jack Christensen 2014-12-23 21:52:45 -06:00
  • edc8216aa2 handle this not like an idiot Karl Seguin 2014-12-24 09:16:13 +07:00
  • 8d116336c3 added failing test, not sure how to fix it yet Karl Seguin 2014-12-24 09:06:06 +07:00
  • 9c89869134 Update changelog Jack Christensen 2014-12-23 18:19:22 -06:00
  • d77e599ce6 Add timestamptz[] support Jack Christensen 2014-12-23 18:15:12 -06:00
  • 191c37dfa6 Values supports timestamp[] Jack Christensen 2014-12-23 17:52:33 -06:00
  • 8743d96be4 Fix swapped test names Jack Christensen 2014-12-23 17:33:38 -06:00
  • 8b7af157a3 Merge branch 'karlseguin-time_array' Jack Christensen 2014-12-23 17:30:48 -06:00
  • 43e06f9c62 handle null bytes Karl Seguin 2014-12-23 23:10:36 +07:00
  • 109b55f9de support decoding of []time.Time and []bool Karl Seguin 2014-12-21 14:35:38 +07:00
  • be663f648c refactor common code for encoding array header Karl Seguin 2014-12-21 13:40:45 +07:00
  • 67292290cf support for inserting []time.Time into timestamp[] columns Karl Seguin 2014-12-21 13:35:39 +07:00
  • d1b42d1c8e support inserting into bool[] Karl Seguin 2014-12-21 13:01:24 +07:00
  • 3c61b16776 Fix crash reading value after empty array Jack Christensen 2014-12-19 08:25:33 -06:00
  • c195d9bb96 Remove unsafe package from float/int conversions Jack Christensen 2014-11-21 13:52:48 -06:00
  • 721cb1fd20 Update contributions Jack Christensen 2014-11-17 20:40:37 -06:00
  • 79818c2557 Merge pull request #49 from karlseguin/mem1 Jack Christensen 2014-11-17 20:36:57 -06:00
  • 57df9258bd Merge pull request #48 from karlseguin/94test Jack Christensen 2014-11-17 20:33:53 -06:00