From: | Daniel Migowski <dmigowski(at)ikoffice(dot)de> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] a7e0c8: feat: improve waiting for notifications by providi... |
Date: | 2017-03-23 21:59:23 |
Message-ID: | 58d4453bb8240_5b443ff0f8c95c3896893@hookshot-fe1-cp1-prd.iad.github.net.mail |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: a7e0c83be93600c6299ae99907942e2530cb5e30
https://github.com/pgjdbc/pgjdbc/commit/a7e0c83be93600c6299ae99907942e2530cb5e30
Author: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
Date: 2017-03-23 (Thu, 23 Mar 2017)
Changed paths:
M docs/documentation/head/listennotify.md
M pgjdbc/src/main/java/org/postgresql/PGConnection.java
M pgjdbc/src/main/java/org/postgresql/core/QueryExecutor.java
M pgjdbc/src/main/java/org/postgresql/core/QueryExecutorBase.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/NotifyTest.java
Log Message:
-----------
feat: improve waiting for notifications by providing a timeout option (#778)
* Improves waiting for notifications by adding a timeout to the PGConnection.getNotifications() method. The change does not have any effects for users that don't use this functionality and the API remain fully backwards compatible.
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Kellerer | 2017-03-24 07:46:33 | reWriteBatchedInserts=true not working with ON CONFLICT DO UPDATE |
Previous Message | Daniel Migowski | 2017-03-23 13:41:37 | Re: 42.0.0.jre7, driver logging takes 30-40% of my server's time |