What's Changed
- fix: getString for PGObject columns returns null by @KimBisgaardDmi in #1154
- Fix typos in java8-date-time.md by @elaatifi in #1174
- refactor: deprecate Fastpath API by @AlexElin in #903
- spelling mistake correction by @kommiharibabu in #1181
- fix: allow disabling field metadata cache by @znep in #1052
- fix: error on travis build head postgres by @jorsol in #1186
- set the loggerName of the locally generated LogRecords (#1167) by @kommiharibabu in #1188
- docs: fix link to GitHub documentation by @bersace in #1191
- test: add coverage for extendedCacheEverything by @jorsol in #1062
- chore: update after_n_builds to 10 by @jorsol in #1193
- test: drop openj9 unstable build by @jorsol in #1196
- refactor: migrate MultiHostsConnectionTest to JUnit4 by @AlexElin in #886
- fixed spelling mistake in PostgreSQL by @davecramer in #1202
- fix: support parenthesis in {oj ...} JDBC escape syntax #865 by @AlBundy33 in #1204
- chore: update gettext plugin by @vlsi in #1209
- fix: adjust date, hour, minute, second when rounding timestamp by @vlsi in #1212
- chore: remove ubenchmark module due to licensing issues by @vlsi in #1215
- fix: support query timeouts exceeding 2147483 seconds (~25 days) by @vlsi in #1224
- perf: improve performance of replacing JDBC {...} escapes by @vlsi in #1230
- chore: add missing javadoc tags to avoid warnings by @lordnelson in #1164
- style: rephrase comment on named portals by @bpd0018 in #1129
- Encode url parameters by @bazzargh in #1201
- refactor: simplify PgConnection.java by @AlexElin in #1047
- perf: guard logging statements by @jesperpedersen in #1112
- fix javadocs by @davecramer in #792
- Update CONTRIBUTING.md by @michele-mancioppi in #859
- refactor: remove obsolete outParmBeforeFunc by @benbenw in #1234
- perf: improve parsing performance of JDBC-style { call ...} calls by @benbenw in #1233
- fix: logger should be generally quiet by @jorsol in #1187
- docs: improve CONTRIBUTING.md by @jorsol in #951
- docs: use "PR 42" references instead of "PR#42" in the changelog by @vlsi in #1239
- minor language updates by @davecramer in #1241
- test: close of replication connection has not been fixed at backend side, so disable the test till 12.1 by @vlsi in #1243
- chore: Correct the Javadoc and enforce with Checkstyle by @lordnelson in #1236
- perf: avoid string allocation for oid/rows parsing in command tag by @vlsi in #1232
- chore: update parent versions to 1.1.4 to enforce Javadoc warnings as errors by @vlsi in #1248
New Contributors
- @KimBisgaardDmi made their first contribution in #1154
- @elaatifi made their first contribution in #1174
- @kommiharibabu made their first contribution in #1181
- @znep made their first contribution in #1052
- @bersace made their first contribution in #1191
- @AlBundy33 made their first contribution in #1204
- @bazzargh made their first contribution in #1201
- @michele-mancioppi made their first contribution in #859
- @benbenw made their first contribution in #1234
Full Changelog: REL42.2.2...REL42.2.3