2
0

Commit Graph

  • a0d005a993 Doc update William King 2016-05-18 15:08:09 -07:00
  • 682e688c5b Tx prepare/preparex William King 2016-05-18 15:05:32 -07:00
  • 2ba5bb405b Slight doc update William King 2016-05-18 13:27:22 -07:00
  • e417cc2f15 Preparex William King 2016-05-18 13:15:15 -07:00
  • 90f22c1717 Don't share inet constant memory between connections Jack Christensen 2016-05-12 08:00:53 -05:00
  • a488fe026f Every Conn in a ConnPool gets its own PgTypes Jack Christensen 2016-05-12 07:51:53 -05:00
  • f86340a92c Merge branch 'j16r-lazy_load_inet_constants' Jack Christensen 2016-05-12 07:44:39 -05:00
  • a282d9df90 Cache connection properties in the pool John Barker 2016-05-10 18:34:26 -04:00
  • d9fb1351fb Merge branch 'j16r-shrink_pg_type_query_on_connect' Jack Christensen 2016-05-10 16:30:11 -05:00
  • 3ac09ce728 Reduce the set of types loaded on connect [Fixes #140] John Barker 2016-05-10 14:10:00 -04:00
  • 7323d3f5a7 Encode/decode [][]byte to/from bytea[] Jack Christensen 2016-04-30 19:07:29 -05:00
  • be45d46b37 Update changelog Jack Christensen 2016-04-30 14:52:21 -05:00
  • 44f4fe0a20 Update travis to use 1.6.2 Jack Christensen 2016-04-30 14:40:12 -05:00
  • 10cea2ec20 Use bufio.Reader.Discard instead of CopyN to ioutil.Discard Jack Christensen 2016-04-30 14:11:08 -05:00
  • b596fa3455 Avoid allocation for WriteBuf on query Jack Christensen 2016-04-30 13:32:19 -05:00
  • 9288322a4f Avoid two memory allocations per query Jack Christensen 2016-04-30 13:06:59 -05:00
  • 932a4d6533 Avoid pointless recursive call Jack Christensen 2016-04-30 12:58:36 -05:00
  • 6e2cee6294 Prevent every row scan from causing a malloc Jack Christensen 2016-04-30 12:54:16 -05:00
  • e3859aa03e Test should not panic if no err Jack Christensen 2016-04-30 12:43:18 -05:00
  • e5ec5851e5 Reduce allocations for row objects Jack Christensen 2016-04-29 15:54:32 -05:00
  • acd9c01bd6 Fix ConnPool.Deallocate Jack Christensen 2016-04-30 12:22:26 -05:00
  • 88acc7e19f Encode and decode between all integer types Jack Christensen 2016-04-28 15:28:38 -05:00
  • 623ba1eeb1 Add scan to uint16 Jack Christensen 2016-04-27 08:26:59 -05:00
  • d62da82ab1 Support decoding inet/cidr to net.IP Jack Christensen 2016-04-22 16:00:11 -05:00
  • 5d6d01c41b Merge pull request #135 from konstantin-dzreev/Add_AcquireTimeout_support Jack Christensen 2016-04-12 09:09:36 -05:00
  • d4258bb47f Add AcquireTimeout support konstantin 2016-04-11 13:35:16 -07:00
  • 04e9fbcc55 Fix some golint errors Jack Christensen 2016-03-29 15:18:09 -05:00
  • 129ff96567 TestFatalRxError expects multiple error types Jack Christensen 2016-03-24 16:22:27 -05:00
  • 9edd770c70 Release 2.8.1 Jack Christensen 2016-03-24 15:38:55 -05:00
  • 9ce1b2b16e Fix Listen/Unlisten with special characters Jack Christensen 2016-03-24 15:26:44 -05:00
  • b8486d6749 Fix Tx.status not being set on error on Commit Jack Christensen 2016-03-24 15:11:04 -05:00
  • 7947ab561f Update changelog Jack Christensen 2016-03-24 14:23:10 -05:00
  • 94052ea940 Rows.Scan can ignore column with nil Jack Christensen 2016-03-24 14:22:16 -05:00
  • 4b843c0a26 Update travis build matrix Jack Christensen 2016-03-23 16:57:59 -05:00
  • 05790e007c Fix 32-bit GOARCH Jack Christensen 2016-03-23 16:57:31 -05:00
  • 410a7646bc Release v2.8.0 Jack Christensen 2016-03-18 15:22:35 -05:00
  • 0cfdb8bee0 Update changelog Jack Christensen 2016-03-18 15:10:32 -05:00
  • aac1fd86a4 []uint16, []uint32, and []uint64 encoding and decoding. m1kc (Max Musatov) 2016-03-17 10:30:30 +03:00
  • 34b1711eef Tweak test for old versions of PostgreSQL Jack Christensen 2016-03-15 19:37:38 -05:00
  • 49b3582977 Fix connection corruption when errored query closes early Jack Christensen 2016-03-15 19:20:03 -05:00
  • d88242b0ca Tweak error reporting on TestFatalRxError Jack Christensen 2016-03-15 08:28:07 -05:00
  • f12ae84ac5 Update changelog Jack Christensen 2016-03-11 07:58:51 -06:00
  • 935bfb6f44 Merge branch 'master' of git://github.com/utrack/pgx into utrack-master Jack Christensen 2016-03-11 07:51:20 -06:00
  • 7f9f79656b Fixed typo for uint64 data loss checks' error Nick K 2016-03-11 11:54:07 +03:00
  • 0ea1a5245c Now throwing errors on uint32/uint64 possible data loss Nick K 2016-03-11 11:52:21 +03:00
  • 49b82deee4 Merge pull request #122 from AlekSi/patch-1 Jack Christensen 2016-03-07 07:37:45 -06:00
  • 084a0d6778 Fix typo in README Alexey Palazhchenko 2016-03-06 18:57:42 +03:00
  • 1ad4c0090a Add ConnPool Prepare and Deallocate Jack Christensen 2016-03-04 16:26:27 -06:00
  • 20d22a67e3 Prevent deadlock on ConnPool.Acquire with Reset Jack Christensen 2016-03-04 16:19:48 -06:00
  • e40f08e107 Added uint encoder/decoder Nick K 2016-03-04 11:25:28 +03:00
  • c6b6d7bad7 Expose encoding and decoding functions Jack Christensen 2016-02-15 13:57:11 -06:00
  • 30feade829 Fix encodeJson returning err Jack Christensen 2016-02-15 12:40:13 -06:00
  • c5468f3037 Fix go vet identified composite leteral uses unkeyed fields Jack Christensen 2016-02-15 12:36:48 -06:00
  • 9d7cf39563 Fix go vet identified format strings Jack Christensen 2016-02-15 12:32:24 -06:00
  • 5679574bca Update changelog Jack Christensen 2016-02-13 13:36:37 -06:00
  • 06c803253c Add basic benchmark for ConnPoolQueryRow Jack Christensen 2016-02-13 13:12:21 -06:00
  • a93025479d Add AfterClose and Conn to Rows Jack Christensen 2016-02-13 13:03:06 -06:00
  • 74b33db979 Fix unrecognized commit failure Jack Christensen 2016-02-13 12:47:06 -06:00
  • 470002ec13 Fix test of *Tx.AfterClose order Jack Christensen 2016-02-13 12:12:01 -06:00
  • 593ab9fde2 Add *Tx.Conn getter method Jack Christensen 2016-02-13 11:07:20 -06:00
  • e8dcf5b3ac Add *Tx.AfterClose hook Jack Christensen 2016-02-13 11:06:44 -06:00
  • 0f7bf19387 Add *Conn.SetLogLevel Jack Christensen 2016-02-13 10:13:10 -06:00
  • cffae7ff5d Add SetLogger to *Conn Jack Christensen 2016-02-12 17:49:04 -06:00
  • beed0c0e5f Fix (r *msgReader) rxMsg() error guard clause Jack Christensen 2016-01-29 16:23:43 -06:00
  • 9f9a9779ac Add compatibility with database/sql custom types Jack Christensen 2015-12-31 14:46:43 -06:00
  • 029bd49065 Update travis to GO 1.5.2 Jack Christensen 2015-12-22 10:47:44 -06:00
  • 7b5d247a46 Remove -cover from travis build Jack Christensen 2015-12-22 10:46:42 -06:00
  • 73bd33b215 Do not encode Go float64 to a PostgreSQL float4 Jack Christensen 2015-12-21 13:12:11 -06:00
  • 8577dccd65 Make ConnPoll stress test time based Jack Christensen 2015-12-12 17:35:24 -06:00
  • d84ee5c18a Remove dead code Jack Christensen 2015-12-12 13:20:44 -06:00
  • 08f927ca7e Update CHANGELOG Jack Christensen 2015-12-12 13:18:38 -06:00
  • f004f0802c Add ConnPool.Reset method Jack Christensen 2015-12-12 13:15:14 -06:00
  • 1eecea606b Tweak doc.go so section head is detected Jack Christensen 2015-12-09 12:00:33 -06:00
  • 6fc16d96c7 fix copy/paste doc mistakes Blake Gentry 2015-11-29 21:59:42 -08:00
  • edfdaf15c6 Rows.Scan errors now include which argument caused error Jack Christensen 2015-11-20 14:02:49 -06:00
  • dd26ad0091 Remove unreachable code Jack Christensen 2015-11-14 14:14:52 -06:00
  • b5901f7dba Fix skip JSON tests for old servers Jack Christensen 2015-11-12 15:43:48 -06:00
  • 09e0cc4815 Skip JSON tests for old PostgreSQL servers Jack Christensen 2015-11-12 15:27:20 -06:00
  • e1215d9b19 []byte skips encoding/decoding Jack Christensen 2015-11-12 14:54:25 -06:00
  • 26bb780063 inet is known type now -- so use point instead Jack Christensen 2015-11-12 13:41:00 -06:00
  • 69102e4463 test ipv4 for travis simplicity Jack Christensen 2015-10-26 19:08:15 -05:00
  • db57394741 test ipv4 for travis simplicity Jack Christensen 2015-10-26 18:13:35 -05:00
  • de41977104 Run short tests on travis to avoid failure due to too long tests Jack Christensen 2015-10-26 17:43:30 -05:00
  • b7b7a83471 Test on travis with Go 1.5 Jack Christensen 2015-10-26 17:40:35 -05:00
  • 3262ee23f3 Release 2.7.1 Jack Christensen 2015-10-26 12:09:46 -05:00
  • 60cca3de7d Disable SSL renegotiation Jack Christensen 2015-10-26 12:07:54 -05:00
  • 1e9206fc6c Release v2.7.0 Jack Christensen 2015-10-16 16:37:33 -05:00
  • 7e668f54fe Update changelog Jack Christensen 2015-10-16 16:18:31 -05:00
  • 8d9eb62609 Add docs for relating to ConnConfig.RuntimeParams Jack Christensen 2015-10-16 16:16:39 -05:00
  • ec8f6259e6 ParseEnvLibpq extracts PGAPPNAME Jack Christensen 2015-10-16 16:12:25 -05:00
  • 829d61ce40 ParseDSN extracts RuntimeParams Jack Christensen 2015-10-16 15:48:24 -05:00
  • 5b0550c1cb ParseURI extracts run-time parameters Jack Christensen 2015-10-16 15:37:49 -05:00
  • 1fb63a4b41 Add RuntimeParams to ConnConfig Jack Christensen 2015-10-16 15:22:25 -05:00
  • 355a3854db Update changelog Jack Christensen 2015-10-16 15:01:40 -05:00
  • 41b96b5f77 Fix stdlib error caused by idempotent Prepare Jack Christensen 2015-10-16 14:56:30 -05:00
  • 984eace2b5 Make *Conn.Prepare idempotent. Jack Christensen 2015-10-16 14:17:07 -05:00
  • c668caeb31 Fix error message in tests. Jack Christensen 2015-10-16 14:15:26 -05:00
  • 7dfdc92855 Rows.Values supports oid type Jack Christensen 2015-10-07 08:00:43 -05:00
  • c726a51450 Add inet[] and cidr[] support Jack Christensen and Jake Worth 2015-09-29 13:23:26 -05:00
  • 36fb7a3aec Use Skip when skipping tests rather than just return Jack Christensen 2015-09-26 13:29:40 -05:00