You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
038fc448 Release v5.4.2
95aa87f2 exitPotentialWriteReadDeadlock stops bgReader
e0c70201 Skip json format test on CockroachDB
2bf5a614 fix: Do not use infinite timers
1dd69f86 Enable failover efforts when pg_hba.conf disallows non-ssl connections
91cba90e Fix: RowScanner errors are fatal to Rows
74ab538d Release v5.4.1
7c386112 fix concurrency bug in pgtype.defaultMap (cockroachdb#1650)
9a5ead90 Add TxOptions.BeginQuery to allow overriding the default BEGIN query
e5db6a04 pgtype array: Fix encoding of vtab \v
bc8b1ca3 remove the single backing string optimization
2de94187 hstore: Make binary parsing 2X faster
d48d36dc pgtype/hstore: Make text parsing about 6X faster
461b9fa3 Release v5.4.0
90f9aad6 add singleton pgtype.Map for default type mappings
5d4f9018 failed to write startup message error should be normalized
482e56a7 Fix race condition when CopyFrom is cancelled.
3ea2f57d Deprecate CheckConn in favor of Ping
26c79eb2 Handle writes that could deadlock with reads from the server
85136a8e Restore pgx v4 style CopyFrom implementation
4410fc0a Remove nbconn
608f39f4 Ensure pgxpool.Pool.QueryRow.Scan releases connection on panic
4b9aa7c4 chore: update version of golang.org/x/crypto library from v0.6.0 to v0.9.0
0292edec pgx.Conn: Fix memory leak: Delete items from preparedStatements
7f2bb959 add BeforeClose to pgxpool.Pool
f72a147d skip cockroachdb
89475c4c use `atomic.Int32` instead of `int + atomic calls`
b2b4fbcf Set socket to non-blocking mode in `Read`, `Flush` and `BufferReadUntilBlock` operations
3db7d177 Set socket to non-blocking mode before `doneChan` is allocated to avoid that channel leaked in case when `SetBlockingMode` will return error
0dbb0a52 Fix `realNonblockingRead`, set `realNonblockingRead` call error to `nonblockReadErr`
Release note: none
0 commit comments