pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Changes 8.3.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dbc7b8069281
branches: trunk
changeset: 549493:dbc7b8069281
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 04 09:52:50 2008 +0000
description:
Changes 8.3.5:
* Fix GiST index corruption due to marking the wrong index entry
"dead" after a deletion.
This would result in index searches failing to find rows they
should have found.
* Fix backend crash when the client encoding cannot represent a
localized error message.
We have addressed similar issues before, but it would still fail if
the "character has no equivalent" message itself couldn't be
converted. The fix is to disable localization and send the plain
ASCII error message when we detect such a situation.
* Fix possible crash in bytea-to-XML mapping.
* Fix possible crash when deeply nested functions are invoked from a
trigger.
* Improve optimization of "expression" IN ("expression-list") queries.
* Fix mis-expansion of rule queries when a sub-SELECT appears in a
function call in FROM, a multi-row VALUES list, or a RETURNING list.
* Fix Assert failure during rescan of an IS NULL search of a GiST
index.
* Fix memory leak during rescan of a hashed aggregation plan.
* Ensure an error is reported when a newly-defined PL/pgSQL trigger
function is invoked as a normal function.
* Force a checkpoint before "CREATE DATABASE" starts to copy files.
* Prevent possible collision of relfilenode numbers when moving a
table to another tablespace with "ALTER SET TABLESPACE".
* Fix incorrect text search headline generation when single query
item matches first word of text.
* Fix improper display of fractional seconds in interval values when
using a non-ISO datestyle in an "--enable-integer-datetimes" build.
* Make ILIKE compare characters case-insensitively even when they're
escaped.
* Ensure "DISCARD" is handled properly by statement logging.
* Fix incorrect logging of last-completed-transaction time during
PITR recovery.
* Ensure SPI_getvalue and SPI_getbinval behave correctly when the
passed tuple and tuple descriptor have different numbers of columns.
* Mark SessionReplicationRole as PGDLLIMPORT so it can be used by
Slony on Windows.
* Fix small memory leak when using libpq's gsslib parameter.
* Ensure libgssapi is linked into libpq if needed.
* Fix ecpg's parsing of "CREATE ROLE".
* Fix recent breakage of pg_ctl restart.
* Ensure "pg_control" is opened in binary mode.
* Update time zone data files to tzdata release 2008i (for DST law
changes in Argentina, Brazil, Mauritius, Syria)
diffstat:
databases/postgresql83-client/PLIST | 7 ++++++-
databases/postgresql83-plperl/Makefile | 3 +--
databases/postgresql83-server/PLIST | 3 ++-
databases/postgresql83/Makefile.common | 4 ++--
databases/postgresql83/distinfo | 8 ++++----
5 files changed, 15 insertions(+), 10 deletions(-)
diffs (113 lines):
diff -r 272b8fafb480 -r dbc7b8069281 databases/postgresql83-client/PLIST
--- a/databases/postgresql83-client/PLIST Tue Nov 04 09:52:39 2008 +0000
+++ b/databases/postgresql83-client/PLIST Tue Nov 04 09:52:50 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2008/10/06 09:42:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/11/04 09:52:50 adam Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -1199,6 +1199,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-23.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -1218,6 +1219,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
@@ -1233,6 +1235,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
@@ -1244,6 +1247,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
@@ -1257,6 +1261,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
diff -r 272b8fafb480 -r dbc7b8069281 databases/postgresql83-plperl/Makefile
--- a/databases/postgresql83-plperl/Makefile Tue Nov 04 09:52:39 2008 +0000
+++ b/databases/postgresql83-plperl/Makefile Tue Nov 04 09:52:50 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:46 he Exp $
+# $NetBSD: Makefile,v 1.4 2008/11/04 09:52:50 adam Exp $
PKGNAME= postgresql83-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
-PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 272b8fafb480 -r dbc7b8069281 databases/postgresql83-server/PLIST
--- a/databases/postgresql83-server/PLIST Tue Nov 04 09:52:39 2008 +0000
+++ b/databases/postgresql83-server/PLIST Tue Nov 04 09:52:50 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2008/10/06 09:42:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/11/04 09:52:50 adam Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -131,6 +131,7 @@
${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Rio_Gallegos
${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Juan
${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Luis
+${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Salta
${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Tucuman
${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Ushuaia
${PG_SUBPREFIX}share/postgresql/timezone/America/Aruba
diff -r 272b8fafb480 -r dbc7b8069281 databases/postgresql83/Makefile.common
--- a/databases/postgresql83/Makefile.common Tue Nov 04 09:52:39 2008 +0000
+++ b/databases/postgresql83/Makefile.common Tue Nov 04 09:52:50 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2008/10/06 09:42:59 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2008/11/04 09:52:50 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -37,7 +37,7 @@
#
# Note: Do not forget jdbc-postgresql83 when updating version
#
-DIST_VERS?= 8.3.4
+DIST_VERS?= 8.3.5
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql83-client+= postgresql83-client>=${BASE_VERS}
diff -r 272b8fafb480 -r dbc7b8069281 databases/postgresql83/distinfo
--- a/databases/postgresql83/distinfo Tue Nov 04 09:52:39 2008 +0000
+++ b/databases/postgresql83/distinfo Tue Nov 04 09:52:50 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2008/10/06 09:42:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2008/11/04 09:52:50 adam Exp $
-SHA1 (postgresql-8.3.4.tar.bz2) = 3e6fd905fd3fe9698b50e5376ed15b7d6e3bb602
-RMD160 (postgresql-8.3.4.tar.bz2) = 13cb20672b0dc6fe52346d7c906a0842e0c872ac
-Size (postgresql-8.3.4.tar.bz2) = 14037366 bytes
+SHA1 (postgresql-8.3.5.tar.bz2) = 7615fea044473410b9985dc76a8046d715a620b1
+RMD160 (postgresql-8.3.5.tar.bz2) = d70eec56c2498ba83319f21e818463a113f3540b
+Size (postgresql-8.3.5.tar.bz2) = 14052114 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = 61ed51b483b84c3ca88f8955713dff27f9070a6c
SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279
Home |
Main Index |
Thread Index |
Old Index