2
0

Commit Graph

  • 897e90f353 Type modifier should be int32 not uint32 Jack Christensen 2018-09-22 07:43:18 -05:00
  • 1b754b5f70 Merge pull request #458 from GeertJohan/patch-1 Jack Christensen 2018-09-22 07:21:15 -05:00
  • 8efdbc9345 Update doc.go Geert-Johan Riemer 2018-09-17 17:45:08 +02:00
  • 655313b801 Merge pull request #456 from tehbrut/hotfix/context_leak Jack Christensen 2018-09-15 09:47:02 -05:00
  • 25098d56f9 Merge pull request #455 from regeda/pool-queue-vs-stack Jack Christensen 2018-09-15 09:31:52 -05:00
  • 1f054a77ea fix new variables on left side Valery Krivchikov 2018-09-15 14:50:17 +03:00
  • 0468c97a7e Fix undefined cancel Valery Krivchikov 2018-09-15 14:27:29 +03:00
  • c844a2402b Call context.WithTimeout cancel function Valery Krivchikov 2018-09-15 13:23:09 +03:00
  • 00d38a68a8 pool-queue-vs-stack pool should work like a queue to traverse all possible connections Anthony Regeda 2018-09-09 23:22:19 +03:00
  • 6c9b75d49b Merge pull request #454 from regeda/macaddr-array Jack Christensen 2018-09-01 22:46:13 -04:00
  • e44f0f24c4 Merge pull request #454 from regeda/macaddr-array Jack Christensen 2018-09-01 22:46:13 -04:00
  • 5deea5b971 Convert driver.Valuer's earlier in bind path Jack Christensen 2018-09-01 21:37:16 -05:00
  • 8f7c03a47f Fix: do not silently ignore assign NULL to *string Jack Christensen 2018-09-01 18:40:42 -05:00
  • 302c74f214 Fix: do not silently ignore assign NULL to *string Jack Christensen 2018-09-01 18:40:42 -05:00
  • 88d317af97 macaddr-array macaddr array is introduced Anthony Regeda 2018-09-01 16:06:20 +03:00
  • b0702cf2b1 macaddr-array macaddr array is introduced Anthony Regeda 2018-09-01 16:06:20 +03:00
  • aa561b8f3c Merge pull request #438 from ikitiki/text-copy Jack Christensen 2018-08-11 09:25:36 -05:00
  • 4e9a696434 addressing the comments add copy methods to the Tx struct Murat Kabilov 2018-08-07 23:44:02 +03:00
  • 89f1e6ac72 Update changelog Jack Christensen 2018-08-07 09:28:28 -05:00
  • 5f39bbaf35 Add *Conn. CopyFromTextual, CopyToTextual, which use textual format for copying data Murat Kabilov 2018-07-30 17:29:26 +02:00
  • 5315995dfa Add *Conn. CopyFromTextual, CopyToTextual, which use textual format for copying data Murat Kabilov 2018-07-30 17:29:26 +02:00
  • 93ee40e691 Merge pull request #436 from ikitiki/fix-config-merge Jack Christensen 2018-07-24 09:53:07 -05:00
  • d9f21d02a5 mind PreferSimpleProtocol parameter in the config Merge method Murat Kabilov 2018-07-24 16:03:26 +02:00
  • b8832c26d4 Fix go vet issue Jack Christensen 2018-07-14 11:49:48 -05:00
  • 20c02acd63 Fix deadlock when CopyFromSource panics Jack Christensen 2018-07-14 11:26:09 -05:00
  • 3cbe92ebb5 Merge branch 'james-lawrence-implement-opendb' Jack Christensen 2018-07-14 09:58:35 -05:00
  • 0a483bad9d Merge branch 'implement-opendb' of https://github.com/james-lawrence/pgx into james-lawrence-implement-opendb Jack Christensen 2018-07-14 09:57:49 -05:00
  • 39bbc98d99 Do not use same tls.Config for fallback in test Jack Christensen 2018-06-08 15:19:56 -05:00
  • 31d6f038d3 Merge branch 'dvic-improve-decode-error-msg' Jack Christensen 2018-06-08 15:16:41 -05:00
  • 368d06ece1 Merge branch 'improve-decode-error-msg' of https://github.com/dvic/pgx into dvic-improve-decode-error-msg Jack Christensen 2018-06-08 15:16:09 -05:00
  • 7b6f0ffc8c Fix race in TLS tests Jack Christensen 2018-06-08 15:14:45 -05:00
  • 79ba0275de Add the type of the value in all decode error messages Damir Vandic 2018-06-04 21:02:20 +02:00
  • fa045b7a4b Add the type of the value in all decode error messages Damir Vandic 2018-06-04 21:02:20 +02:00
  • 8707449219 Merge branch 'tarikdemirci-master' Jack Christensen 2018-05-17 16:45:46 -05:00
  • a6ac63930a Merge branch 'master' of https://github.com/tarikdemirci/pgx into tarikdemirci-master Jack Christensen 2018-05-17 16:45:32 -05:00
  • e04f5443d5 Fix test with formatting directive Jack Christensen 2018-05-17 16:45:01 -05:00
  • 6044dcbe21 Fix race in TLS test Jack Christensen 2018-05-17 16:43:15 -05:00
  • 3ec4c6ca23 Allow setting nil to pgtype.Bool Tarik Demirci 2018-05-17 12:20:11 +02:00
  • 1149b0f015 Allow setting nil to pgtype.Bool Tarik Demirci 2018-05-17 12:20:11 +02:00
  • f42b0f65fc Commit and rollbase need not check for failure state Jack Christensen 2018-05-12 19:59:12 -05:00
  • f114ec85a1 Allow recovery from failed transaction Jack Christensen 2018-05-12 19:53:53 -05:00
  • e096a14b3e Return proper error in Tx.CopyFrom when tx has failed Jack Christensen 2018-05-12 10:33:08 -05:00
  • 7181a0b52c Use Tx.Status() internally catch failed transactions Jack Christensen 2018-05-12 10:32:12 -05:00
  • 6f1c5cc3e6 Tx.Status handles in transaction error Jack Christensen 2018-05-12 10:23:39 -05:00
  • 26f6ae2c86 Merge pull request #415 from regeda/numeric_with_uint64 Jack Christensen 2018-04-27 07:54:52 -04:00
  • 5524d654d3 numeric_with_uint64 numeric array supports both types int64 and uint64 Anthony Regeda 2018-04-24 16:31:31 +03:00
  • 88c559bbcd numeric_with_uint64 numeric array supports both types int64 and uint64 Anthony Regeda 2018-04-24 16:31:31 +03:00
  • 1fbd6977e1 Use json instead of jsonb for PG 9.3 compat. Jack Christensen 2018-04-14 10:02:08 -05:00
  • 8e9b095ce0 Merge pull request #410 from jbowens/acquireconn Jack Christensen 2018-04-14 10:33:26 -04:00
  • 9bb19fd8e7 pgtype.JSON(B).Value now returns []byte Jack Christensen 2018-04-14 09:17:56 -05:00
  • 5297846239 pgtype.JSON(B).Value now returns []byte Jack Christensen 2018-04-14 09:17:56 -05:00
  • 14f1f2aa01 stdlib: allow nested database/sql/driver.Drivers Jackson Owens 2018-04-11 19:20:00 -07:00
  • 19a9154d23 implement driver.Connector James Lawrence 2018-02-25 14:17:38 -05:00
  • 6556ef67cb Fix data race in domain handling Jack Christensen 2018-04-07 14:26:26 -05:00
  • db7df79e10 Add domain support Jack Christensen 2018-04-07 14:03:29 -05:00
  • b72ebe050f Fix fastpath / largeobjects query counting Jack Christensen 2018-03-31 11:11:48 -05:00
  • 8ce528626e Merge pull request #400 from cheapRoc/f-zerolog Jack Christensen 2018-03-24 10:18:36 -05:00
  • 5819bc8fb1 Small typo Justin Reagor 2018-03-21 00:25:14 -04:00
  • 6429fb5bf7 Add github.com/rs/zerolog to Travis Justin Reagor 2018-03-20 15:48:19 -04:00
  • cb72072f8d Add zerolog logging adapter Justin Reagor 2018-03-19 22:40:13 -04:00
  • b6bdf5f89b Update changelog Jack Christensen 2018-03-17 10:28:34 -05:00
  • 46d0f7e1c8 Fix precision loss for test format geometric types Jack Christensen 2018-03-17 10:26:03 -05:00
  • cb4431028c Fix precision loss for test format geometric types Jack Christensen 2018-03-17 10:26:03 -05:00
  • 898fc86e25 Skip line test of PG 9.3 Jack Christensen 2018-03-08 08:05:54 -05:00
  • a07b87eb8b Skip line test of PG 9.3 Jack Christensen 2018-03-08 08:05:54 -05:00
  • 7ed0a8732c Update shopspring decimal integration test Jack Christensen 2018-03-08 07:40:25 -05:00
  • b0c9bbbf71 Update shopspring decimal integration test Jack Christensen 2018-03-08 07:40:25 -05:00
  • b931b56bf6 Document edge case with renamed types Jack Christensen 2018-03-03 14:09:49 -06:00
  • f078754e05 Skip test based on missing line type Jack Christensen 2018-02-16 21:37:41 -06:00
  • 55ca9db5d5 Skip test based on missing line type Jack Christensen 2018-02-16 21:37:41 -06:00
  • 606697ffdf Merge pull request #389 from steampunkcoder/FixStartReplicationSyntaxError Jack Christensen 2018-02-05 16:20:27 -06:00
  • cba88a4b7d Fix syntax error in replication protocol message issued by StartReplication() According to https://www.postgresql.org/docs/9.6/static/protocol-replication.html pluginArguments should be separated by commas and surrounded by parantheses. steampunkcoder 2018-02-05 10:36:43 -08:00
  • 8cf92b683d Update changelog Jack Christensen 2018-02-03 11:44:56 -06:00
  • 56a5cb4e5d Merge branch 'sean--scheme-agnostic-uri' Jack Christensen 2018-02-03 11:44:09 -06:00
  • a487caf45f Merge branch 'scheme-agnostic-uri' of https://github.com/sean-/pgx into sean--scheme-agnostic-uri Jack Christensen 2018-02-03 11:43:46 -06:00
  • 6925f8dfe6 Update changelog Jack Christensen 2018-02-03 11:21:53 -06:00
  • f911070f68 Add new SSL config to envvar parsing Jack Christensen 2018-02-03 11:20:42 -06:00
  • 1c32ce5945 Merge branch 'sean--stdlib-tls' Jack Christensen 2018-02-03 11:20:23 -06:00
  • 29c6e5234d Merge branch 'stdlib-tls' of https://github.com/sean-/pgx into sean--stdlib-tls Jack Christensen 2018-02-03 11:09:59 -06:00
  • 52fc785a43 Fix incorrect reuse of Value in Rows.Values() Jack Christensen 2018-02-03 11:04:49 -06:00
  • 6cfb436397 Parse URI-encoded connection strings as URIs. Sean Chittenden 2018-02-02 16:09:58 -08:00
  • 6a4303120f Only read in TLS certs when the key and cert are present. Sean Chittenden 2018-02-02 08:37:23 -08:00
  • f0dc593c2f Only initialize the CA if the path is not an empty string. Sean Chittenden 2018-02-02 08:24:41 -08:00
  • 52bada3401 Add a clientcert example to simplify future TLS testing. Sean Chittenden 2018-02-02 00:18:06 -08:00
  • 8078930406 Add TLS arg parsing to ParseDSN(). Sean Chittenden 2018-02-01 23:51:50 -08:00
  • d7f24b91f4 Make ParseURI() compatible with lib/pq's TLS keywords. Sean Chittenden 2018-02-01 22:58:14 -08:00
  • 4506a3e359 Gratuitously rename configSSL() to configTLS(). Sean Chittenden 2018-02-01 15:07:59 -08:00
  • da3231b0b6 Release 3.1.0 Jack Christensen 2018-01-15 11:48:07 -06:00
  • 5f24beb4f0 Test database name in parsing tests Jack Christensen 2018-01-15 11:47:59 -06:00
  • f5c7ef0957 Add docs regarding Batch.Send deadlock potential Jack Christensen 2018-01-15 10:35:07 -06:00
  • b85df46c9b Merge branch 'eruca-patch-1' Jack Christensen 2018-01-13 18:15:01 -06:00
  • 44bb11de82 Import encoding/json package Jack Christensen 2018-01-13 18:14:42 -06:00
  • a680463718 Import encoding/json package Jack Christensen 2018-01-13 18:14:42 -06:00
  • c01e12e351 Merge branch 'patch-1' of https://github.com/eruca/pgx into eruca-patch-1 Jack Christensen 2018-01-13 18:12:35 -06:00
  • 6ca9b1279e Merge branch 'patch-1' of https://github.com/eruca/pgx into eruca-patch-1 Jack Christensen 2018-01-13 18:12:35 -06:00
  • 7f782ca6c9 Merge branch 'aka-rider-pgtype-bpchar' Jack Christensen 2018-01-13 18:11:12 -06:00
  • 7546b5bd30 Merge branch 'pgtype-bpchar' of https://github.com/aka-rider/pgx into aka-rider-pgtype-bpchar Jack Christensen 2018-01-13 18:10:33 -06:00
  • 2c07b03087 Parse connect_timeout into Dial func Jack Christensen 2018-01-13 18:02:13 -06:00
  • 9281f057ae Merge branch 'timeout' of https://github.com/cyberdelia/pgx into cyberdelia-timeout Jack Christensen 2018-01-13 17:31:22 -06:00
  • 3707b79782 Add prefer simple protocol support to stdlib Jack Christensen 2018-01-13 13:40:04 -06:00