pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 8.1.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5bc72e2d98f
branches:  trunk
changeset: 549491:d5bc72e2d98f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 04 09:52:29 2008 +0000

description:
Changes 8.1.15:
* 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 when deeply nested functions are invoked from a
  trigger.
* 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
* Ensure an error is reported when a newly-defined PL/pgSQL trigger
  function is invoked as a normal function.
* Prevent possible collision of relfilenode numbers when moving a
  table to another tablespace with "ALTER SET TABLESPACE".
  The command tried to re-use the existing filename, instead of
  picking one that is known unused in the destination directory.
* Fix incorrect tsearch2 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
* Ensure SPI_getvalue and SPI_getbinval behave correctly when the
  passed tuple and tuple descriptor have different numbers of columns.
* Fix ecpg's parsing of "CREATE ROLE".
* Fix recent breakage of pg_ctl restart.
* Update time zone data files to tzdata release 2008i (for DST law
  changes in Argentina, Brazil, Mauritius, Syria)

diffstat:

 databases/postgresql81-client/PLIST    |  5 ++++-
 databases/postgresql81-plperl/Makefile |  3 +--
 databases/postgresql81-server/PLIST    |  3 ++-
 databases/postgresql81/Makefile.common |  4 ++--
 databases/postgresql81/distinfo        |  8 ++++----
 5 files changed, 13 insertions(+), 10 deletions(-)

diffs (97 lines):

diff -r 91ac4ccfde5a -r d5bc72e2d98f databases/postgresql81-client/PLIST
--- a/databases/postgresql81-client/PLIST       Tue Nov 04 08:36:34 2008 +0000
+++ b/databases/postgresql81-client/PLIST       Tue Nov 04 09:52:29 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2008/10/06 09:46:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/11/04 09:52:29 adam Exp $
 ${PG_SUBPREFIX}bin/clusterdb
 ${PG_SUBPREFIX}bin/createdb
 ${PG_SUBPREFIX}bin/createlang
@@ -1014,6 +1014,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
@@ -1033,6 +1034,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
@@ -1047,6 +1049,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html
 ${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-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
diff -r 91ac4ccfde5a -r d5bc72e2d98f databases/postgresql81-plperl/Makefile
--- a/databases/postgresql81-plperl/Makefile    Tue Nov 04 08:36:34 2008 +0000
+++ b/databases/postgresql81-plperl/Makefile    Tue Nov 04 09:52:29 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:46 he Exp $
+# $NetBSD: Makefile,v 1.10 2008/11/04 09:52:29 adam Exp $
 
 PKGNAME=       postgresql81-plperl-${BASE_VERS}
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
-PKGREVISION=   1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 91ac4ccfde5a -r d5bc72e2d98f databases/postgresql81-server/PLIST
--- a/databases/postgresql81-server/PLIST       Tue Nov 04 08:36:34 2008 +0000
+++ b/databases/postgresql81-server/PLIST       Tue Nov 04 09:52:29 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/10/06 09:46:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/11/04 09:52:29 adam Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -127,6 +127,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 91ac4ccfde5a -r d5bc72e2d98f databases/postgresql81/Makefile.common
--- a/databases/postgresql81/Makefile.common    Tue Nov 04 08:36:34 2008 +0000
+++ b/databases/postgresql81/Makefile.common    Tue Nov 04 09:52:29 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2008/10/06 09:46:31 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2008/11/04 09:52:29 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-postgresql81 when updating version
 #
-DIST_VERS?=            8.1.14
+DIST_VERS?=            8.1.15
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_API_DEPENDS.postgresql81-client+=    postgresql81-client>=${BASE_VERS}
diff -r 91ac4ccfde5a -r d5bc72e2d98f databases/postgresql81/distinfo
--- a/databases/postgresql81/distinfo   Tue Nov 04 08:36:34 2008 +0000
+++ b/databases/postgresql81/distinfo   Tue Nov 04 09:52:29 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2008/10/06 09:46:31 adam Exp $
+$NetBSD: distinfo,v 1.14 2008/11/04 09:52:29 adam Exp $
 
-SHA1 (postgresql-8.1.14.tar.bz2) = 1bc739acc9b01684c06bf469dd359d07d161f7e8
-RMD160 (postgresql-8.1.14.tar.bz2) = a430e23abf88b724cd22f00aaf96f9d7f9bfa6ed
-Size (postgresql-8.1.14.tar.bz2) = 11773020 bytes
+SHA1 (postgresql-8.1.15.tar.bz2) = 7cb1d9278b9ce6352aef898b23e3191d3bd0bed0
+RMD160 (postgresql-8.1.15.tar.bz2) = b4ca7376dac1b6d5b9b01801d38809661bee46f9
+Size (postgresql-8.1.15.tar.bz2) = 11775183 bytes
 SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
 SHA1 (patch-ab) = 56e8bce0631e1007b2c2df8e740c0d48134b2242
 SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9



Home | Main Index | Thread Index | Old Index