Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
149 additions
and 151 deletions.
- +1 −1 README.md
- +3 −3 docs/_config.yml
- +2 −2 docs/{documentation/_changelog → _includes/changelog}/42.0.0-notes.md
- +2 −2 docs/{documentation/_changelog → _includes/changelog}/42.0.0-release.md
- +6 −6 docs/_layouts/default.html
- +3 −3 docs/_layouts/default_docs.html
- +1 −1 docs/documentation/changelog.md
- +99 −115 docs/documentation/head/connect.md
- +20 −6 docs/documentation/head/logging.md
- +11 −11 docs/download.md
- +1 −1 docs/index.html
@@ -1,3 +1,3 @@ | ||
name: PostgreSQL JDBC driver website | ||
markdown: kramdown | ||
highlighter: rouge | ||
name: PostgreSQL JDBC Driver website | ||
markdown: redcarpet | ||
highlighter: pygments |
@@ -1,6 +1,6 @@ | ||
* Support for PostgreSQL versions below 8.2 was dropped | ||
* java.util.logging is now used for logging: [logging documentation](https://jdbc.postgresql.org//documentation/head/logging.html) | ||
* java.util.logging is now used for logging: [logging documentation](https://jdbc.postgresql.org/documentation/head/logging.html) | ||
* Ensure executeBatch() can be used with pgbouncer. Previously pgjdbc could use server-prepared statements for batch execution even with prepareThreshold=0 (see [issue 742](https://github.com/pgjdbc/pgjdbc/issues/742)) | ||
* Replication protocol API was added: [replication API documentation](https://jdbc.postgresql.org//documentation/head/replication.html), [GitHub PR 550](https://github.com/pgjdbc/pgjdbc/pull/550) | ||
* Replication protocol API was added: [replication API documentation](https://jdbc.postgresql.org/documentation/head/replication.html), [GitHub PR 550](https://github.com/pgjdbc/pgjdbc/pull/550) | ||
* Version bumped to 42.0.0 to avoid version clash with PostgreSQL version | ||
* Error position is displayed when SQL has unterminated literals, comments, etc (see [issue 688](https://github.com/pgjdbc/pgjdbc/issues/688)) |
Oops, something went wrong.