2
0

Commit Graph

  • e09987f1d6 Add tests to Polygon duohedron 2020-10-06 08:43:41 +02:00
  • 2dca42ee7d Add Set(string|[]Vec2|[]float64) to Polygon duohedron 2020-10-06 08:41:57 +02:00
  • 66c36ff24f Support setting infinite timestamps Erik Agsjö 2020-10-08 09:38:42 +02:00
  • 0c145a3faa Add/Copy docstring from puddle drpytho 2020-10-06 15:55:40 +02:00
  • 416f037e77 Fix docs for Timeout Jack Christensen 2020-10-05 19:39:05 -05:00
  • 5ebf34e484 remove unused definitions on messages.go Oleg Kovalov 2020-10-05 20:22:45 +02:00
  • 557018a24e use simpler strings funcs Oleg Kovalov 2020-10-05 20:15:03 +02:00
  • 376361f53d Add tests for Int(2|4|8).Set accepting float(32|64) Jack Christensen 2020-10-03 08:36:40 -05:00
  • 909d814f65 support float64, float32 convert to int2, int4, int8 lqu3j 2020-09-29 13:10:38 +08:00
  • 2a8ae6f269 Release v4.9.0 Jack Christensen 2020-09-26 11:56:45 -05:00
  • f23bd4824d Upgrade pgtype to v1.5.0 Jack Christensen 2020-09-26 11:51:11 -05:00
  • 3e9614fdb4 Upgrade pgconn to v1.7.0 Jack Christensen 2020-09-26 11:41:55 -05:00
  • f9204b4c10 Upgrade puddle to v1.1.2 Jack Christensen 2020-09-26 11:08:35 -05:00
  • 116eba4401 Release v1.5.0 Jack Christensen 2020-09-26 11:48:29 -05:00
  • 035868ca0c Release v1.7.0 Jack Christensen 2020-09-26 11:39:23 -05:00
  • 28d24269e9 Upgrade pgproto3 to v2.0.5 Jack Christensen 2020-09-26 11:35:23 -05:00
  • d7f92427ad fixed marshaling and unmarshaling Bekmamat 2020-09-19 21:50:56 +03:00
  • 835cf1b068 Fix: Bind.MarshalJSON when ParameterFormatCodes is nil or single element Jack Christensen 2020-09-17 17:03:30 -05:00
  • fbe354aea1 Remove editor specific .gitignore Jack Christensen 2020-09-15 17:21:13 -05:00
  • 6777e0294b eliminate regex dep bakmataliev 2020-09-15 13:24:17 +03:00
  • cd9b888ff6 Remove unnecessary check for null bakmataliev 2020-09-11 16:28:49 +03:00
  • d540ca39be New marshalers have been added bakmataliev 2020-09-11 16:24:48 +03:00
  • be69c1c10b Fix parseDSNSettings with bad backslash Jack Christensen 2020-09-10 19:40:46 -05:00
  • 040df1ccef fix link to 'pgtype' repo Harmen 2020-09-10 11:01:36 +02:00
  • b6b3a86310 Update CI Go versions Jack Christensen 2020-09-05 13:26:56 -05:00
  • a8abb80082 Update CI Go versions Jack Christensen 2020-09-05 13:26:19 -05:00
  • d4a300bd58 Fix: FieldDescriptions are available on Rows before calling Next Jack Christensen 2020-09-05 13:24:57 -05:00
  • 0d4f029683 Exec(Params|Prepared) return ResultReader with FieldDescriptions loaded Jack Christensen 2020-09-05 13:14:11 -05:00
  • fede0ce5d6 Document that received messages are only valid until the next receive. Jack Christensen 2020-09-05 11:29:10 -05:00
  • 2ec377350b Update Rows.Scan documentation to reflect reality. Jack Christensen 2020-09-05 11:19:51 -05:00
  • e7d2b057a7 Text formatted values except bytea can be directly scanned to []byte Jack Christensen 2020-09-05 11:13:53 -05:00
  • 9da6afcad7 Fix selecting empty array Jack Christensen 2020-09-05 10:56:22 -05:00
  • 79b05217d1 Fix JSONBArray to have elements of JSONB Jack Christensen 2020-09-04 18:41:34 -05:00
  • 08088ecf9a Fix notification response Yuli Khodorkovskiy 2020-05-04 13:30:57 -04:00
  • 5b06f03d0a Fix SimpleProtocol with prepared statement Jinzhu 2020-08-31 15:03:21 +08:00
  • 6677e2430f Merge pull request #4 from yulicrunchy/fix-malformed-sasl Jack Christensen 2020-08-28 16:49:24 -05:00
  • 5847a2671a Merge pull request #3 from yulicrunchy/gss Jack Christensen 2020-08-28 16:48:40 -05:00
  • 5db484908c Changing SendBytesWithResults to ReceiveResults (that only does the reading). Sebastiaan Mannem 2020-08-23 00:21:46 +02:00
  • 1debbfeec4 Adding SendBytesWithResults option to receive data after sending a message (used by copy-both) Sebastiaan Mannem 2020-08-02 16:43:47 +02:00
  • 43ce317556 Plan scans even if destination is nil Jack Christensen 2020-08-21 18:34:52 -05:00
  • 997a16dbc5 Update pgconn for renamed CleanupChan Jack Christensen 2020-08-20 22:09:50 -05:00
  • fdfc783345 Rename CleanupChan to CleanupDone Jack Christensen 2020-08-20 22:08:40 -05:00
  • 39b096d01e pgxpool waits for connection cleanup to finish before making room in pool Jack Christensen 2020-08-20 22:04:56 -05:00
  • 3eb5432c47 Add PgConn.CleanupChan Jack Christensen 2020-08-20 22:00:21 -05:00
  • ec14212d30 Add comments to explain the use of reflection after type assertion. Removes one local variable, which is used twice only in an error. Simo Haasanen 2020-08-09 09:17:40 +01:00
  • b90570feb5 Restored more optimised array type conversions for a few select 1D-slice types. Results of calls to the reflect lib are now stored as local variables for small performance gains. Simo Haasanen 2020-08-08 19:51:37 +01:00
  • 449a8a4f8e Add multidimensional array and slice support. Adds array support - previously only slices were supported. Adds new test cases for multidimensional arrays and slices. All previous test cases are unmodified and passed (fully backwards compatible). Removes hard-coded type conversions for arrays, instead now relies on the type support of the array element's type conversion support. Less maintenance for arrays, new type conversions are automatically supported when array's element gains new type support. Simplifies typed_array_gen.sh generator script by removing the hard-coded single-dimensional types for arrays. Only typed_array.go.erb and typed_array_gen.sh have been changed + 1 new auxiliary function in array.go file + additional tests in test files for each array. Other changes are from generated code. Simo Haasanen 2020-08-07 13:10:32 +01:00
  • c894ca8b7d Update pgproto3 to v2.0.4 Jack Christensen 2020-08-01 05:49:56 -05:00
  • 72288731fc Merge pull request #8 from mjibson/patch-1 Jack Christensen 2020-08-01 05:46:49 -05:00
  • 2799a6e9a6 mark CopyDone as frontend too Matt Jibson 2020-07-31 16:13:23 -06:00
  • b6e34b44e5 Update pgproto3 Jack Christensen 2020-07-31 17:04:18 -05:00
  • 3443d78a73 Merge pull request #7 from mjibson/patch-1 Jack Christensen 2020-07-31 17:02:15 -05:00
  • 6d0b4c45e4 correctly encode CopyInResponse's format field Matt Jibson 2020-07-31 15:42:06 -06:00
  • e9579e6249 Release v4.8.1 Jack Christensen 2020-07-29 22:19:49 -05:00
  • cce1d671f4 Update pgconn to v1.6.4 Jack Christensen 2020-07-29 22:18:05 -05:00
  • f45b4d6b76 Release v1.6.4 Jack Christensen 2020-07-29 22:17:02 -05:00
  • 44079b0d2c Fix panic on parsing DSN with trailing '=' Jack Christensen 2020-07-29 22:11:15 -05:00
  • 4e4c4ea541 Fix deadlock on error after CommandComplete but before ReadyForQuery Jack Christensen 2020-07-29 21:47:23 -05:00
  • b8c5857880 Release v4.8.0 Jack Christensen 2020-07-22 06:49:50 -05:00
  • d831ba712a Release v1.4.2 Jack Christensen 2020-07-22 06:46:27 -05:00
  • 7673c8578d Update changelog Jack Christensen 2020-07-22 06:45:10 -05:00
  • 37c9edc242 Release v1.6.3 Jack Christensen 2020-07-22 06:43:39 -05:00
  • b939bc8d68 Fix encoding of a large composite data type Yaz Saito 2020-07-21 23:35:43 -07:00
  • 271b0ac95e AppendCertsFromPEM doesn't have error and removes pgTLSArgs vahid-sohrabloo 2020-07-17 20:31:10 +04:30
  • 4ebf1d2e0b Passthrough all parameters directly to pgx Jack Christensen 2020-07-18 08:44:57 -05:00
  • 42cbd0fa46 Release v4.7.2 Jack Christensen 2020-07-14 12:07:51 -05:00
  • 9295bf7483 Update changelog Jack Christensen 2020-07-14 12:07:27 -05:00
  • 47cc8bb43e Update pgconn and pgtype dependencies Jack Christensen 2020-07-14 12:03:00 -05:00
  • 7a3e774a52 Fix ArrayType DecodeBinary empty array breaks future reads Jack Christensen 2020-07-14 11:58:03 -05:00
  • 9b480f4785 Terminate connection when Commit fails and leaves tx open Jack Christensen 2020-07-13 22:49:35 -05:00
  • c8a9da960c Revert "stdlib: close connection on Tx commit or rollback that doesn't end Tx" Jack Christensen 2020-07-13 22:48:28 -05:00
  • 2583134306 stdlib: close connection on Tx commit or rollback that doesn't end Tx Jack Christensen 2020-07-13 22:40:42 -05:00
  • 12752ce5d6 Update pgservicefile Jack Christensen 2020-07-13 19:34:45 -05:00
  • aa245bcc44 Merge pull request #47 from bakape/fix/struct-padding Jack Christensen 2020-07-13 07:38:09 -05:00
  • 5b498c4529 Link to https://github.com/georgysavva/scany Jack Christensen 2020-07-13 07:18:36 -05:00
  • 193ecfec73 optimise struct padding bakape 2020-07-10 19:41:25 +03:00
  • 5576567c19 support unformatted uuid hex string. James Lawrence 2020-07-06 11:27:15 -04:00
  • 11428bbc02 Document methods on Rows allowed to be called after Close() Jack Christensen 2020-07-02 18:35:47 -05:00
  • eeda0368e6 Merge pull request #784 from zikaeroh/fix-column-perf Jack Christensen 2020-06-29 14:40:23 -05:00
  • 84510c4590 Cache column names in stdlib Rows zikaeroh 2020-06-28 16:18:13 -07:00
  • 3568b908c0 Release v4.7.1 Jack Christensen 2020-06-29 10:43:18 -05:00
  • bf47a3d0a4 Fix stdlib decoding error with certain order and combination of fields Jack Christensen 2020-06-29 09:38:53 -05:00
  • 34cbb61138 Release v4.7.0 Jack Christensen 2020-06-27 12:31:13 -05:00
  • 8de0c48af0 Update dependencies Jack Christensen 2020-06-27 12:30:58 -05:00
  • efe4704c57 Release v1.4.0 Jack Christensen 2020-06-27 12:25:17 -05:00
  • c4e2b4bda3 Update changelog Jack Christensen 2020-06-27 12:24:46 -05:00
  • f8a5bc8273 Do not kill connection on transaction commit failure Jack Christensen 2020-06-27 12:10:33 -05:00
  • 503c2b445f Release v1.6.1 Jack Christensen 2020-06-27 11:51:30 -05:00
  • bd7ffdb480 Update golang.org/x/crypto dependency Jack Christensen 2020-06-27 11:48:20 -05:00
  • 65717779e4 Fix crash when PGSERVICE not found Jack Christensen 2020-06-27 11:46:16 -05:00
  • 82c2752e71 Update golang.org/x/text to 0.3.3 Jack Christensen 2020-06-27 11:35:23 -05:00
  • 473062b114 Remove NewConfig and add more docs for ParseConfig Jack Christensen 2020-06-27 11:29:21 -05:00
  • 66a0b33655 Rerun typed_array_gen.sh Jack Christensen 2020-06-24 08:40:34 -05:00
  • 4f940b06eb Merge branch 'master' into fix-490 Andrei Tserakhau 2020-06-21 14:23:49 +03:00
  • 44f45c6c62 Use erb for jsonb array generation tserakhau 2020-06-21 14:21:16 +03:00
  • 41a185b611 Allow converting intervals with months and days to duration Jack Christensen 2020-06-20 13:26:06 -05:00
  • 3d6abc3c5b Merge pull request #41 from TrueLevelSA/feat/slice-of-pointers Jack Christensen 2020-06-20 13:14:43 -05:00
  • 7cf5101bb2 Add NewConfig() Jack Christensen 2020-06-20 12:58:15 -05:00
  • 35d2873de1 Fix 490: Add jsonb arrays for pgx v4 tserakhau 2020-06-18 17:11:54 +03:00
  • bc07106f0e Add Code generated notice at the top of the file megaturbo 2020-06-17 15:24:34 +02:00