summaryrefslogtreecommitdiff
path: root/databases/postgresql84-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-03-27 20:57:54 +0000
committeradam <adam@pkgsrc.org>2014-03-27 20:57:54 +0000
commit9f4a59211f56b7d676ad14a45c68fc7e3f79b6b4 (patch)
tree7d26296d31211971f03818989d656d22615ca6a8 /databases/postgresql84-client
parentf8d4c02bf5364bf12c7686f3be22ec31314f9933 (diff)
downloadpkgsrc-9f4a59211f56b7d676ad14a45c68fc7e3f79b6b4.tar.gz
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
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r--databases/postgresql84-client/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST
index f479b8b4be6..ba9e2184dad 100644
--- a/databases/postgresql84-client/PLIST
+++ b/databases/postgresql84-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2014/02/23 11:25:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2014/03/27 20:57:54 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -1360,6 +1360,7 @@ share/doc/postgresql/html/release-8-4-18.html
share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
+share/doc/postgresql/html/release-8-4-21.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html