Unable to find the details of bug fix in 9.6.x minor version. - Mailing list pgsql-general

From Sameer Malve
Subject Unable to find the details of bug fix in 9.6.x minor version.
Date
Msg-id CAEGp0dhsXpXWgkvXeCx=s=qu8bJeMd1keXvgZ-Bt-tzf4gHA7w@mail.gmail.com
Whole thread Raw
Responses Re: Unable to find the details of bug fix in 9.6.x minor version.  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Unable to find the details of bug fix in 9.6.x minor version.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi Team,

I am seeing in postgresql release notes that below bugs are fix in 9.6.x version but unable to find the details for about that bug .

Fixed in 9.6.11

Fix unexpected timeouts when using wal_sender_timeout on a slow server (Noah Misch) .

Fixed in 9.6.12

1. A new server parameter data_sync_retry has been added to control this; if you are certain that your kernel does not discard dirty data buffers in such scenarios, you can set data_sync_retry to on to restore the old behavior.
2. Fix logic for stopping a subset of WAL senders when synchronous replication is enabled
3. Make the archiver prioritize WAL history files over WAL data files while choosing which file to archive next

Fixed in 9.6.16

Ensure that temporary WAL and history files are removed at the end of archive recovery.

Avoid unwanted delay during shutdown of a logical replication walsender. 

Fixed in 9.6.17

Fix failure in logical replication publisher after a database crash and restart

Fixed in 9.6.18:

This can eliminate many attempts to fetch non-existent WAL files from archive storage, which is helpful if archive access is slow.

Regards,
Sameer Malve 

pgsql-general by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: canceling statement due to conflict with recovery afterpg_basebackup
Next
From: Azul
Date:
Subject: select count(id) on RDS replica causing high CPU load on RDS master