Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2014-03-27 21:57:55
Message id: 20140327205755.4F27696@cvs.netbsd.org

Log Message:
This minor release fixes a data corruption issue with replication and crash \ 
recovery in version 9.3, as well as several other minor issues in all versions. \ 
All users of version 9.3 are urged to update their installations at the next \ 
possible downtime. Users of older versions should update at their convenience.

The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, \ 
servers being recovered from point-in-time-recovery backup, and standalone \ 
servers which recover from a system crash. The bug causes unrecoverable index \ 
corruption during recovery due to incorrect replay of row locking operations. \ 
This can then cause query results to be inconsistent depending on whether or not \ 
an index is used, and eventually lead to primary key violations and similar \ 
issues. For this reason, users are encouraged to replace each of their standby \ 
databases with a new base backup after applying the update.

Other PostgreSQL 9.3-only fixes in this update include:

Make sure that statistics files for dropped databases get deleted
Allow materialized views to be referenced in UPDATE and DELETE queries
Add read-only data_checksum parameter
Prevent erroneous operator push-down in postgres_fdw

This release resolves some other issues in all versions of PostgreSQL, including:
Fix timing consistency issue with NOTIFY
Allow regular expression execution to be cancelled
Improve performance of index checks for newly added rows
Prevent premature walsender disconnection
Prevent memory errors on newer Windows versions
Update timezone files

Files:
RevisionActionfile
1.32modifypkgsrc/databases/postgresql84/Makefile.common
1.29modifypkgsrc/databases/postgresql84/distinfo
1.23modifypkgsrc/databases/postgresql84-client/PLIST
1.30modifypkgsrc/databases/postgresql90/Makefile.common
1.21modifypkgsrc/databases/postgresql90/distinfo
1.19modifypkgsrc/databases/postgresql90-docs/PLIST
1.20modifypkgsrc/databases/postgresql91/Makefile.common
1.18modifypkgsrc/databases/postgresql91/distinfo
1.15modifypkgsrc/databases/postgresql91-docs/PLIST
1.11modifypkgsrc/databases/postgresql92/Makefile.common
1.8modifypkgsrc/databases/postgresql92/distinfo
1.8modifypkgsrc/databases/postgresql92-docs/PLIST
1.6modifypkgsrc/databases/postgresql93/Makefile.common
1.7modifypkgsrc/databases/postgresql93/distinfo
1.5modifypkgsrc/databases/postgresql93-docs/PLIST
1.5modifypkgsrc/databases/postgresql93-monitoring/Makefile