Changes 9.1.5:
* Prevent access to external files/URLs via XML entity references * Prevent access to external files/URLs via contrib/xml2's xslt_process() * Prevent too-early recycling of btree index pages * Fix crash-safety bug with newly-created-or-reset sequences * Fix race condition in enum-type value comparisons * Fix txid_current() to report the correct epoch when not in hot standby * Prevent selection of unsuitable replication connections as the synchronous standby * Fix bug in startup of Hot Standby when a master transaction has many subtransactions * Ensure the backup_label file is fsync'd after pg_start_backup() * Fix timeout handling in walsender processes * Wake walsenders after each background flush by walwriter * Fix LISTEN/NOTIFY to cope better with I/O problems, such as out of disk space * Only allow autovacuum to be auto-canceled by a directly blocked process * Improve logging of autovacuum cancels * Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT)
This commit is contained in:
parent
6241f95404
commit
aa649325bc
3 changed files with 11 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2012/07/01 19:49:25 morr Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2012/08/23 16:30:34 adam Exp $
|
||||
man/man1/clusterdb.1
|
||||
man/man1/createdb.1
|
||||
man/man1/createlang.1
|
||||
|
@ -951,6 +951,7 @@ share/doc/postgresql/html/release-8-3-17.html
|
|||
share/doc/postgresql/html/release-8-3-18.html
|
||||
share/doc/postgresql/html/release-8-3-19.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-20.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
share/doc/postgresql/html/release-8-3-5.html
|
||||
|
@ -963,6 +964,7 @@ share/doc/postgresql/html/release-8-4-1.html
|
|||
share/doc/postgresql/html/release-8-4-10.html
|
||||
share/doc/postgresql/html/release-8-4-11.html
|
||||
share/doc/postgresql/html/release-8-4-12.html
|
||||
share/doc/postgresql/html/release-8-4-13.html
|
||||
share/doc/postgresql/html/release-8-4-2.html
|
||||
share/doc/postgresql/html/release-8-4-3.html
|
||||
share/doc/postgresql/html/release-8-4-4.html
|
||||
|
@ -980,11 +982,13 @@ share/doc/postgresql/html/release-9-0-5.html
|
|||
share/doc/postgresql/html/release-9-0-6.html
|
||||
share/doc/postgresql/html/release-9-0-7.html
|
||||
share/doc/postgresql/html/release-9-0-8.html
|
||||
share/doc/postgresql/html/release-9-0-9.html
|
||||
share/doc/postgresql/html/release-9-0.html
|
||||
share/doc/postgresql/html/release-9-1-1.html
|
||||
share/doc/postgresql/html/release-9-1-2.html
|
||||
share/doc/postgresql/html/release-9-1-3.html
|
||||
share/doc/postgresql/html/release-9-1-4.html
|
||||
share/doc/postgresql/html/release-9-1-5.html
|
||||
share/doc/postgresql/html/release-9-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.8 2012/07/18 10:19:32 jperkin Exp $
|
||||
# $NetBSD: Makefile.common,v 1.9 2012/08/23 16:30:34 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.4
|
||||
DISTNAME= postgresql-9.1.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.7 2012/07/16 21:17:12 asau Exp $
|
||||
$NetBSD: distinfo,v 1.8 2012/08/23 16:30:34 adam Exp $
|
||||
|
||||
SHA1 (postgresql-9.1.4.tar.bz2) = c75fd5696af02a275a104260eac8b3a4abe35682
|
||||
RMD160 (postgresql-9.1.4.tar.bz2) = ff08ad702c7ffc0172b3f66aa4819d4865f0e77b
|
||||
Size (postgresql-9.1.4.tar.bz2) = 15631894 bytes
|
||||
SHA1 (postgresql-9.1.5.tar.bz2) = 8411f39e7cff8d691d908de7823b72426433faa2
|
||||
RMD160 (postgresql-9.1.5.tar.bz2) = c6f1e4da05d7c325acc1321f94da654a52fc2c1a
|
||||
Size (postgresql-9.1.5.tar.bz2) = 15602594 bytes
|
||||
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
|
||||
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
|
||||
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
|
||||
|
|
Loading…
Reference in a new issue