- Update pgx to v4.18.3
- Update pgx to v4.18.2
- Fix numeric to float64 conversion (Joe Schafer)
- Backport fix numeric to string conversion for small negative values
- Fix EncodeValueText (horpto)
- Fix JSON.UnmarshalJSON to make copy of byte slice (horpto)
- Fix: BC timestamp text format support (jozeflami)
- Add Scanner and Valuer interfaces to CIDR (Yurii Popivniak)
- Fix crash when nilifying pointer to sql.Scanner
- Fix: Reset jsonb before unmarshal (Tomas Odinas)
- Fix: return correct zero value when UUID conversion fails (ndrpnt)
- Fix: EncodeText for Lseg includes [ and ]
- Support sql Value and Scan for custom date type (Hubert Krauze)
- Support Ltree binary encoding (AmineChikhaoui)
- Fix: dates with "BC" (jozeflami)
- Add JSONArray (Jakob Ackermann)
- Support Inet from fmt.Stringer and encoding.TextMarshaler (Ville Skyttä)
- Support UUID from fmt.Stringer interface (Lasse Hyldahl Jensen)
- Fix: shopspring-numeric extension does not panic on NaN
- Numeric can be assigned to string
- Fix: Do not send IPv4 networks as IPv4-mapped IPv6 (William Storey)
- Fix: PlanScan for interface{}(nil) (James Hartig)
- Fix: *sql.Scanner for NULL handling (James Hartig)
- Timestamp[tz].Set() supports string (Harmen)
- Fix: Hstore AssignTo with map of *string (Diego Becciolini)
- Add multirange for numeric, int4, and int8 (Vu)
- JSONBArray now supports json.RawMessage (Jens Emil Schulz Østergaard)
- Add RecordArray (WGH)
- Add UnmarshalJSON to pgtype.Int2
- Hstore.Set accepts map[string]Text
- Normalize UTC timestamps to comply with stdlib (Torkel Rogstad)
- Assign Numeric to *big.Rat (Oleg Lomaka)
- Fix typo in float8 error message (Pinank Solanki)
- Scan type aliases for floating point types (Collin Forsyth)
- Fix: binary timestamp is assumed to be in UTC (restored behavior changed in v1.9.0)
- Fix binary hstore null decoding
- Add shopspring/decimal.NullDecimal support to integration (Eli Treuherz)
- Inet.Set supports bare IP address (Carl Dunham)
- Add zeronull.Float8
- Fix NULL being lost when scanning unknown OID into sql.Scanner
- Fix BPChar.AssignTo **rune
- Add support for fmt.Stringer and driver.Valuer in String fields encoding (Jan Dubsky)
- Fix really big timestamp(tz)s binary format parsing (e.g. year 294276) (Jim Tsao)
- Support
map[string]*string
as hstore (Adrian Sieger) - Fix parsing text array with negative bounds
- Add infinity support for numeric (Jim Tsao)
- Cleaned up Go module dependency chain
- Maintain host bits for inet types (Cameron Daniel)
- Support pointers of wrapping structs (Ivan Daunis)
- Register JSONBArray at NewConnInfo() (Rueian)
- CompositeTextScanner handles backslash escapes
- Fix scanning int into **sql.Scanner implementor
- Add tsrange array type (Vasilii Novikov)
- Fix: escaped strings when they start or end with a newline char (Stephane Martin)
- Accept nil *time.Time in Time.Set
- Fix numeric NaN support
- Use Go 1.13 errors instead of xerrors
- Fix panic on assigning empty array to non-slice or array
- Fix text array parsing disambiguates NULL and "NULL"
- Fix Timestamptz.DecodeText with too short text
- Fix simple protocol empty array support
- Fix AssignTo pointer to pointer to slice and named types.
- Fix zero length array assignment (Simo Haasanen)
- Add float64, float32 convert to int2, int4, int8 (lqu3j)
- Support setting infinite timestamps (Erik Agsjö)
- Polygon improvements (duohedron)
- Fix Inet.Set with nil (Tomas Volf)
- Add slice of slice mapping to multi-dimensional arrays (Simo Haasanen)
- Fix JSONBArray
- Fix selecting empty array
- Text formatted values except bytea can be directly scanned to []byte
- Add JSON marshalling for UUID (bakmataliev)
- Improve point type conversions (bakmataliev)
- Fix encoding of a large composite data type (Yaz Saito)
- Fix ArrayType DecodeBinary empty array breaks future reads
- Add JSON support to ext/gofrs-uuid
- Performance improvements in Scan path
- Improved ext/shopspring-numeric binary decoding performance
- Add composite type support (Maxim Ivanov and Jack Christensen)
- Add better generic enum type support
- Add generic array type support
- Clarify and normalize Value semantics
- Fix hstore with empty string values
- Numeric supports NaN values (leighhopcroft)
- Add slice of pointer support to array types (megaturbo)
- Add jsonb array type (tserakhau)
- Allow converting intervals with months and days to duration
- Get implemented on T instead of *T
- Set will call Get on src if possible
- Range types Set method supports its own type, string, and nil
- Date.Set parses string
- Fix correct format verb for unknown type error (Robert Welin)
- Truncate nanoseconds in EncodeText for Timestamptz and Timestamp
- Add zeronull package for easier NULL <-> zero conversion
- Add JSON marshalling for shopspring-numeric extension
- Add JSON marshalling for Bool, Date, JSON/B, Timestamptz (Jeffrey Stiles)
- Fix null status in UnmarshalJSON for some types (Jeffrey Stiles)
- Add PostgreSQL time type support
- Add more automatic conversions of integer arrays of different types (Jean-Philippe Quéméner)
- Support initializing Array types from a slice of the value (Alex Gaynor)
- Fix scan into null into pointer to pointer implementing Decode* interface. (Jeremy Altavilla)
- Fix daterange OID