Release 1204 released

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Release 1204 released
Date: 2015-10-09 19:32:58
Message-ID: CADK3HHJVEOhKLKPqVpmTXXuEpGUJ-_uEgRUYGQrHT-qhVn4nEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The following changes were made:

Alexey Mozhenin <https://github.com/amozhenin>

- fix: Make sure copy manager completesPR #378 (7c420ed)
- test: update for CopyLargeFileTest test to fit into 10 minutes limit
PR #378 (39cd851)

Dave Cramer <http://postgresintl.com/>

- fix: implemented getFunctions in jdbc4 (03483e1)
- fix: error in getFunctionColumns PR #376 (5fafb86)
- fix: filter DatabaseMetaData.getColumns by tables PR #386 (0c95126)
- fix: abort connections after IOException instead of close PR #392
(3e68a70)

Vladimir Sitnikov <https://github.com/vlsi>

- pref: improve executeBatch by avoiding statement-by-statement
execution PR #380 (92a9f30)
- perf: improve setTimestamp, setTime, setDate performance PR #379
(5a03a6e)
- chore: update jmh, drop irrelevant benchmark
Parser#unmarkDoubleQuestion PR #384 (0d1237c)
- chore: add more benchmarks, add missing FlightRecorderProfiler PR #385
(613a641)
- feat: ignore empty sub-queries in composite queries PR #386 (3fb8046)
- fix: binary processing of Date/Time/Timestamps PR #387 (5ec0ac3)
- test: add tests for parsing of empty queries separated by semicolons
PR #388 (d9310ce)
- fix: ConcurrentModificationException when calling
PreparedStatement.close from a concurrent thread PR #392 (40bcc01)

Thanks; your contributions are greatly appreciated!

Dave Cramer

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2015-10-09 19:43:34 Re: Release 1204 released
Previous Message Leonardo Frittelli 2015-10-08 17:45:40 Re: Connection terminated by the server causes deadlock in jdbc client side connection