[JDBC] [pgjdbc/pgjdbc] a7e0c8: feat: improve waiting for notifications byprovidi... - Mailing list pgsql-jdbc

From Daniel Migowski
Subject [JDBC] [pgjdbc/pgjdbc] a7e0c8: feat: improve waiting for notifications byprovidi...
Date
Msg-id 58d4453bb8240_5b443ff0f8c95c3896893@hookshot-fe1-cp1-prd.iad.github.net.mail
Whole thread Raw
List 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@ikoffice.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
nothave any effects for users that don't use this functionality and the API remain fully backwards compatible. 



pgsql-jdbc by date:

Previous
From: Daniel Migowski
Date:
Subject: Re: [JDBC] 42.0.0.jre7, driver logging takes 30-40% of myserver's time
Next
From: Thomas Kellerer
Date:
Subject: [JDBC] reWriteBatchedInserts=true not working with ON CONFLICT DO UPDATE