PostgreSQL JDBC Driver 42.1.4 Released

Changed

  • Statements with non-zero fetchSize no longer require server-side named handle. This might cause issues when using old PostgreSQL versions (pre-8.4)+fetchSize+interleaved ResultSet processing combo. Issue 869

Commits by author

AlexElin (4):

Dave Cramer (2):

Michael Glaesemann (4):

  • test: assume minimum server version 8.3 testing autosave with ALTER 77ee528d
  • test: assume minimum server version 8.3 when testing with uuid ff2717e4
  • refactor: remove unused import 8afe856e
  • test: assume integer datetimes for timestamp tests PR 873 8287e7f9

Vladimir Sitnikov (7):

  • docs: prevent “” from being displayed on the changelog page e1747693
  • doc: fix anchors for “contributors to this release” c1d743f2
  • test: fix StringTypeParameterTest to skip preferQueryMode=simple beca1692
  • chore: install PostgreSQL 9.1 to Trusty builds via apt, and use Precise for Java 6 e960f237
  • test: make StringTypeParameterTest 8.3+ since 8.2 misses enum types PR 882 ed0014cc
  • fix: named statements were used when fetchSize was non-zero and prepareThreshold=0 PR 870 f0deabf7
  • test: skip ConcurrentStatementFetch for PostgreSQL < 8.4 PR 884 5334cb6e

Contributors to this release

We thank the following people for their contributions to this release.

AlexElin

Dave Cramer

Michael Glaesemann

Vladimir Sitnikov