2
0

Commit Graph

  • fbbf403cf2 Update changelog Jack Christensen 2021-12-11 08:56:41 -06:00
  • 0e293b966c Finish import of pgconn Jack Christensen 2021-12-04 14:06:57 -06:00
  • 5c36639f09 Merge branch 'pgconnimport' into v5-dev Jack Christensen 2021-12-04 13:51:50 -06:00
  • 19ec4d505f Import to pgx main repo in pgconn subdir Jack Christensen 2021-12-04 13:51:24 -06:00
  • 7e13db4538 Finish import of pgtype repo Jack Christensen 2021-12-04 13:33:09 -06:00
  • 7aeb42b80c Merge branch 'pgtypeimport' into v5-dev Jack Christensen 2021-12-04 13:10:07 -06:00
  • 44214b7854 Import to pgx main repo in pgtype subdir Jack Christensen 2021-12-04 13:07:54 -06:00
  • 550cc7b529 wip Jack Christensen 2021-12-04 12:53:20 -06:00
  • e22675d20b ValueTranscoder uses new interfaces Jack Christensen 2021-12-04 12:45:20 -06:00
  • 8f454e4cd6 Add initial ParamEncoder and ResultDecoder support to core types Jack Christensen 2021-09-04 11:30:36 -05:00
  • 75446032b9 Normalize UTC timestamps to comply with stdlib Torkel Rogstad 2021-03-12 14:42:51 +01:00
  • 2226a5e14e Remove explicit https://github.com/gofrs/uuid integration Jack Christensen 2021-09-04 09:42:53 -05:00
  • 0d9bd0366b Add Numeric.MarshalJSON Jack Christensen 2021-09-02 17:16:00 -05:00
  • 55195b3a64 Add Numeric.Getter Jack Christensen 2021-09-02 15:55:50 -05:00
  • 1a3e5b0266 Remove explicit shopspring/decimal integration Jack Christensen 2021-08-28 19:12:36 -05:00
  • 55ad9007cd Finish Numeric changes for easy integration with 3rd party types Jack Christensen 2021-08-28 19:11:35 -05:00
  • c0eae32e8b Remove ConnInfo.DeepCopy() Jack Christensen 2021-08-28 18:25:51 -05:00
  • 63a8fe12d7 Add hooks for efficiently integrating with 3rd party types Jack Christensen 2021-08-28 18:23:54 -05:00
  • 2886673a3c Add full query decoding benchmarks Jack Christensen 2021-08-28 14:07:13 -05:00
  • 11d351dd75 Replace Status with Valid to conform to database/sql style Jack Christensen 2021-08-26 22:46:13 -05:00
  • 37044f47f5 Remove tests against github.com/lib/pq Jack Christensen 2021-08-26 21:08:18 -05:00
  • cf0de913ee Use pgtype.UUID for test instead of ext UUID Jack Christensen 2021-11-29 12:29:02 -05:00
  • 9fdaf7da81 Release v4.14.1 Jack Christensen 2021-11-28 22:46:52 -05:00
  • 5b91cac132 Update to pgtype v1.9.1 Jack Christensen 2021-11-28 22:43:49 -05:00
  • e95ebc02d9 Release v1.9.1 Jack Christensen 2021-11-28 16:29:42 -06:00
  • 84bb47fb26 Fix: Timestamp DecodeBinary is in UTC Jack Christensen 2021-11-24 07:57:51 -06:00
  • 1d606a91b8 Change constant definition syntax so they show up in godoc Jille Timmermans 2021-11-21 09:56:38 +01:00
  • 058f346079 Start pgxpool background health check after initial connections Jack Christensen 2021-11-20 11:19:10 -06:00
  • a55e88ee48 Do not run CI with verbose Jack Christensen 2021-11-20 10:53:51 -06:00
  • 9da0a7aef7 Release v4.14.0 Jack Christensen 2021-11-20 10:48:31 -06:00
  • 968a00094e Further increase wait times on timing tests for CI Jack Christensen 2021-11-20 10:43:13 -06:00
  • 885f39c368 Increase wait time in timing sensitive test Jack Christensen 2021-11-20 10:28:52 -06:00
  • 09c360f8aa Update supported / tested platforms Jack Christensen 2021-11-20 10:25:10 -06:00
  • a9f8400b01 Upgrade pgx dependency Jack Christensen 2021-11-20 10:20:02 -06:00
  • e80bc75409 Release v1.9.0 Jack Christensen 2021-11-20 10:08:33 -06:00
  • 662ecb496f Release v1.10.1 Jack Christensen 2021-11-20 09:56:46 -06:00
  • a457da8bff Unpin extendedQueryBuilder memory immediately after use Jack Christensen 2021-11-13 17:05:14 -06:00
  • 851091fdf4 Improve Query docs regarding error detection Jack Christensen 2021-11-13 04:42:28 -06:00
  • 146268e829 Move context test above bad statement cleanup Jack Christensen 2021-11-13 04:12:35 -06:00
  • cd7dcd5802 have lru.Get() always check if context is already expired Georges Varouchas 2021-11-08 21:00:24 +01:00
  • 141f132ae7 add a unit test on LRU context check Georges Varouchas 2021-11-08 21:00:05 +01:00
  • 40ecac487c Remove unimplemented JSON marshalling for FunctionCall type. Martin Ashby 2021-11-06 16:33:51 +00:00
  • 3d9a54f092 Fix unit test, it should return after any error is returned from Decode function whether expected or not, rather than continue and try to compare invalid decoded results. Martin Ashby 2021-11-06 16:17:26 +00:00
  • 9275da562f Added FunctionCall support Martin Ashby 2021-11-03 19:43:46 +00:00
  • 162dc65eff Make ContextWatcher concurrency safe Jack Christensen 2021-11-06 08:57:49 -05:00
  • decb75f242 Add numeric tests for infinity encoding/decoding Jim Tsao 2021-10-31 14:03:40 +01:00
  • 14c515db82 Add infinity support for Numeric Binary Encode/Decode Jim Tsao 2021-10-31 14:02:41 +01:00
  • 8890a746d7 Add infinity support for Numeric Text Encode/Decode Jim Tsao 2021-10-31 13:47:09 +01:00
  • 001b3166b9 Add infinity support for Numeric AssignTo Jim Tsao 2021-10-31 13:32:23 +01:00
  • e0f9fc5212 Add infinity support for Numeric Set/Get Jim Tsao 2021-10-31 12:35:35 +01:00
  • 6cd6c43dcb Fix failing test Daniel 2021-10-30 18:00:34 +02:00
  • 8bc6aa6b49 Fix goroutine leak and unclosed connections Daniel 2021-10-29 14:07:46 +02:00
  • 36708a1cc6 Eager initialize minpoolsize on connect Daniel 2021-10-03 21:53:22 +02:00
  • a29019de9d Fix binary decoding of very large numerics. Jack Christensen 2021-10-30 10:17:58 -05:00
  • 5c447ff35d Fix JSON output for SASL{Response,InitialResponse} Yuli Khodorkovskiy 2021-10-28 11:03:28 -04:00
  • 2caf113f1b Fix parsing text array with negative bounds Jack Christensen 2021-10-30 09:00:48 -05:00
  • 044ba47522 Add zerologadapter.NewContextLogger urso 2021-10-25 12:24:53 +02:00
  • b72f8084b5 implement nullable values for hstore maps Adrian Sieger 2021-10-25 10:01:21 +02:00
  • 5cb98120c1 Add tests for big time and port fix to Timestamp.DecodeBinary Jack Christensen 2021-10-23 09:55:56 -05:00
  • 0d20d1241e Fixes a typo in the docs Lorenzo Paoliani 2021-10-11 11:50:14 +01:00
  • e28459e9d1 Fix int64 overflow error Jim Tsao 2021-10-08 14:45:10 +02:00
  • 3599f64629 Tweak wording Jeff Widman 2021-09-27 22:29:47 -07:00
  • ce81f577a9 Clarify that COPY is a specific command Jeff Widman 2021-09-27 21:50:27 -07:00
  • 290ee79d1e feat: remove unnecessary pending for CopyInResponse Rueian 2021-09-27 14:29:53 +08:00
  • e53b7aebab Add support for fmt.Stringer and driver.Valuer in String fields encoding Jan Dubsky 2021-09-20 13:34:45 +02:00
  • b28c053c39 Add comments Dan Gillis 2021-09-19 23:33:53 -04:00
  • bb8d7ffc87 Add comments Dan Gillis 2021-09-19 15:21:18 -04:00
  • 763050e10e Add comments Dan Gillis 2021-09-19 14:57:53 -04:00
  • 0b5b7c0d1e Fix BPChar.AssignTo **rune Jack Christensen 2021-09-25 09:25:01 -05:00
  • 255276c390 Add context options to zerologadapter Thomas Frössman 2021-09-17 09:06:07 +02:00
  • b31b6d7a1a Upgrade github.com/jackc/puddle Jack Christensen 2021-09-11 11:20:22 -05:00
  • 8876b3a4ff Add comments Dan Gillis 2021-09-10 12:27:40 -04:00
  • 435605a59c Fix pgxpool BatchResults for QueryFunc Jack Christensen 2021-09-11 11:05:44 -05:00
  • 693c7c7f7d Fix NULL being lost when scanning unknown OID into sql.Scanner Jack Christensen 2021-09-11 10:59:26 -05:00
  • 38cd1b40aa Add QueryFunc to BatchResults Jack Christensen 2021-09-11 10:32:02 -05:00
  • 3bee0c6398 removed lines to read conn Kei Kamikawa 2021-08-13 12:53:24 +09:00
  • 90af821478 Remove old Travis CI code Jack Christensen 2021-08-26 21:09:46 -05:00
  • 30d7638296 Fix zeronull.Float8 Jack Christensen 2021-08-26 15:42:47 -05:00
  • 39aa071b15 Add zeronull float8 Jack Christensen 2021-08-26 13:21:02 -05:00
  • 5320ad87c8 remove query row connection release Rulin Tang 2021-08-23 18:49:36 +08:00
  • c9e271df29 add missing pgx pool release for QueryRow Rulin Tang 2021-08-19 23:17:12 +08:00
  • 94f8441f4e Fix #119: add support for bare IP address as input for Inet Carl Dunham 2021-08-11 20:38:44 -07:00
  • 23b4656fc5 Made error check conditions clearer Don2Quixote 2021-08-07 23:07:42 +03:00
  • db84905b7f Add NullDecimal to shopspring-numeric Eli Treuherz 2021-08-02 09:26:24 +01:00
  • 6bda09691d Fix hstore binary null decoding Jack Christensen 2021-07-31 11:06:03 -05:00
  • 8f33ed07cd Release v4.13.0 Jack Christensen 2021-07-24 10:59:24 -05:00
  • 24f1d26fde Upgrade pgconn and pgtype Jack Christensen 2021-07-24 10:55:24 -05:00
  • 53f5fed36c Release v1.10.0 Jack Christensen 2021-07-24 10:52:26 -05:00
  • e26c6b4e3d Release v1.8.1 Jack Christensen 2021-07-24 10:50:22 -05:00
  • 377eed5d2f Cleaning go.sum Jack Christensen 2021-07-24 10:48:07 -05:00
  • c16a4f7d6a Revert "Temporarily delete tests and pgxtype to break recursive dependency with pgx" Jack Christensen 2021-07-24 10:40:30 -05:00
  • 640aa07df1 Temporary step to clean up go.sum Jack Christensen 2021-07-24 10:39:13 -05:00
  • d89c8390a5 Update dependencies and go mod tidy Jack Christensen 2021-07-24 10:25:08 -05:00
  • 32e20a6031 Temporarily delete tests and pgxtype to break recursive dependency with pgx Jack Christensen 2021-07-24 10:16:00 -05:00
  • 7d0a620dda Upgrade pgx version used for tests Jack Christensen 2021-07-24 09:20:54 -05:00
  • 6996e8d6c5 Context errors returned instead of net.Error Jack Christensen 2021-07-24 09:09:22 -05:00
  • 59fa1868a7 Support time durations for simple protocol Michael Darr 2021-07-13 00:24:58 -04:00
  • 1470d69c58 go mod tidy KeiichiHirobe 2021-07-14 01:11:58 +09:00
  • 48f39340b3 switch from github.com/go-kit/kit/log to github.com/go-kit/log KeiichiHirobe 2021-07-14 01:08:02 +09:00
  • 9ee04e87e3 Release v4.12.0 Jack Christensen 2021-07-10 10:06:00 -05:00