Skip to content

Releases: lib/pq

v1.10.9

26 Apr 04:35
2a217b9
Compare
Choose a tag to compare
  • Fixes backwards incompat bug with 1.13.
  • Fixes pgpass issue

v1.10.4

08 Nov 20:08
8446d16
Compare
Choose a tag to compare
  • Keep track of (context cancelled) error on connection.
  • Fix android build

v1.10.3

02 Sep 20:24
756b4d7
Compare
Choose a tag to compare
  • implement ConnPrepareContext/StmtQueryContext/StmtExecContext interfaces (context.Cancel() now ends connections)
  • Avoid type assertion to the same type
  • Fix build for illumos and solaris

v1.10.2

17 May 03:52
2da6713
Compare
Choose a tag to compare
  • fix TimeTZ with second offsets
  • fix GOOS compilation

v1.10.1

21 Apr 18:00
caa8715
Compare
Choose a tag to compare
  • fix concurrent map write

v1.10.0: Merge pull request #818 from eirslett/feature/ssl-inline

07 Mar 20:32
072e83d
Compare
Choose a tag to compare

v1.9.0: Merge pull request #876 from Shivam010/master

01 Dec 20:09
4604d39
Compare
Choose a tag to compare
  • better errors on network failures
  • fully implement database/sql/driver.Driver
  • improved query cancellation from contexts
  • support int32/float32/[]byte slices in Array

v1.8.0

27 Jul 22:29
e7751f5
Compare
Choose a tag to compare
  • Change Kerberos connection string parameters:
    • service is now krbsrvname
    • spn is now krbspn

v1.7.1

20 Jul 16:04
984a6aa
Compare
Choose a tag to compare
  • Fix Kerberos build on Windows
  • Return rows affected for COPY

v1.7.0

08 Jun 20:43
8ae9eea
Compare
Choose a tag to compare
  • Changed GSS API so that default package doesn't have any dependencies.