diff options
author | adam <adam@pkgsrc.org> | 2014-03-27 20:57:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-03-27 20:57:54 +0000 |
commit | 9f4a59211f56b7d676ad14a45c68fc7e3f79b6b4 (patch) | |
tree | 7d26296d31211971f03818989d656d22615ca6a8 /databases/postgresql91 | |
parent | f8d4c02bf5364bf12c7686f3be22ec31314f9933 (diff) | |
download | pkgsrc-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/postgresql91')
-rw-r--r-- | databases/postgresql91/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql91/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 4fa075b516b..9d4edddb8b7 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2014/03/13 11:08:50 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.20 2014/03/27 20:57:54 adam Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -21,7 +21,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-9.1.12 +DISTNAME= postgresql-9.1.13 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 7aaee849247..c47eac997db 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2014/02/23 11:25:52 adam Exp $ +$NetBSD: distinfo,v 1.18 2014/03/27 20:57:54 adam Exp $ -SHA1 (postgresql-9.1.12.tar.bz2) = aaf9097de94a03a4136d36704c48be539c5734ac -RMD160 (postgresql-9.1.12.tar.bz2) = 124902b260b32311550696858ff437eaddcd46ab -Size (postgresql-9.1.12.tar.bz2) = 15638909 bytes +SHA1 (postgresql-9.1.13.tar.bz2) = 89a66350a20dfafbe3f169e29f1a06a80c46f862 +RMD160 (postgresql-9.1.13.tar.bz2) = 1380aead164062393fe758d323e1d9d22118155a +Size (postgresql-9.1.13.tar.bz2) = 15652239 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 |