pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d15532e0d36
branches:  trunk
changeset: 528348:4d15532e0d36
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 30 13:37:00 2007 +0000

description:
Changes 8.2.4:
* Support explicit placement of the temporary-table schema within
  search_path, and disable searching it for functions and operators
* Fix shared_preload_libraries for Windows by forcing reload in each
  backend
* Fix to_char() so it properly upper/lower cases localized day or
  month names
* "/contrib/tsearch2" crash fixes
* Require "COMMIT PREPARED" to be executed in the same database as
  the transaction was prepared in
* Allow "pg_dump" to do binary backups larger than two gigabytes on
  Windows
* New traditional (Taiwan) Chinese FAQ
* Prevent the statistics collector from writing to disk too
  frequently
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
  "UPDATE" chains
* Fix bug in domains that use array types
* Fix "pg_dump" so it can dump a serial column's sequence using "-t"
  when not also dumping the owning table
* Planner fixes, including improving outer join and bitmap scan
  selection logic
* Fix possible wrong answers or crash when a PL/pgSQL function tries
  to RETURN from within an EXCEPTION block
* Fix PANIC during enlargement of a hash index
* Fix POSIX-style timezone specs to follow new USA DST rules

diffstat:

 databases/postgresql82-client/PLIST    |  14 ++++++++++----
 databases/postgresql82-server/PLIST    |   8 +++++++-
 databases/postgresql82/Makefile.common |   4 ++--
 databases/postgresql82/distinfo        |   8 ++++----
 4 files changed, 23 insertions(+), 11 deletions(-)

diffs (170 lines):

diff -r 7a638e56f969 -r 4d15532e0d36 databases/postgresql82-client/PLIST
--- a/databases/postgresql82-client/PLIST       Mon Apr 30 13:34:03 2007 +0000
+++ b/databases/postgresql82-client/PLIST       Mon Apr 30 13:37:00 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/02/08 20:00:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/04/30 13:37:00 adam Exp $
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
@@ -63,6 +63,7 @@
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_dump.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_resetxlog.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/psql.mo
+${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_config.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/initdb.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libpq.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pg_config.mo
@@ -694,7 +695,8 @@
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_SCO
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_Solaris
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_brazilian
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese
+${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_simp
+${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_trad
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_czech
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_farsi
 ${PG_SUBPREFIX}share/doc/postgresql/FAQ_french
@@ -1169,6 +1171,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -1186,6 +1189,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.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
@@ -1199,6 +1203,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.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
@@ -1216,11 +1221,13 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.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
 ${PG_SUBPREFIX}share/doc/postgresql/html/release.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
@@ -1486,7 +1493,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
-${PG_SUBPREFIX}share/doc/postgresql/html/x71115.html
+${PG_SUBPREFIX}share/doc/postgresql/html/x71171.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html
@@ -1536,4 +1543,3 @@
 @dirrm ${PG_SUBPREFIX}include/postgresql
 @dirrm ${PG_SUBPREFIX}include/libpq
 ${PG_DIRRM_SUBPREFIX}
-${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config.mo
diff -r 7a638e56f969 -r 4d15532e0d36 databases/postgresql82-server/PLIST
--- a/databases/postgresql82-server/PLIST       Mon Apr 30 13:34:03 2007 +0000
+++ b/databases/postgresql82-server/PLIST       Mon Apr 30 13:37:00 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/03/20 18:17:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/04/30 13:37:00 adam Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -60,6 +60,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Accra
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Addis_Ababa
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Algiers
+${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmara
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmera
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bamako
 ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bangui
@@ -181,6 +182,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Petersburg
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes
+${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Iqaluit
@@ -229,6 +231,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Rankin_Inlet
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Recife
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Regina
+${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago
@@ -357,6 +360,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Canary
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Cape_Verde
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faeroe
+${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faroe
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Jan_Mayen
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Madeira
 ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Reykjavik
@@ -370,6 +374,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Canberra
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Currie
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Darwin
+${PG_SUBPREFIX}share/postgresql/timezone/Australia/Eucla
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Hobart
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/LHI
 ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Lindeman
@@ -608,6 +613,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/W-SU
 ${PG_SUBPREFIX}share/postgresql/timezone/WET
 ${PG_SUBPREFIX}share/postgresql/timezone/Zulu
+${PG_SUBPREFIX}share/postgresql/timezone/posixrules
 ${PG_SUBPREFIX}share/postgresql/timezonesets/Africa.txt
 ${PG_SUBPREFIX}share/postgresql/timezonesets/America.txt
 ${PG_SUBPREFIX}share/postgresql/timezonesets/Antarctica.txt
diff -r 7a638e56f969 -r 4d15532e0d36 databases/postgresql82/Makefile.common
--- a/databases/postgresql82/Makefile.common    Mon Apr 30 13:34:03 2007 +0000
+++ b/databases/postgresql82/Makefile.common    Mon Apr 30 13:37:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2007/02/08 20:00:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2007/04/30 13:37:00 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -36,7 +36,7 @@
 #
 # Note: Do not forget jdbc-postgresql82 when updating version
 #
-DIST_VERS?=            8.2.3
+DIST_VERS?=            8.2.4
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_API_DEPENDS.postgresql82-client+=    postgresql82-client>=${BASE_VERS}
diff -r 7a638e56f969 -r 4d15532e0d36 databases/postgresql82/distinfo
--- a/databases/postgresql82/distinfo   Mon Apr 30 13:34:03 2007 +0000
+++ b/databases/postgresql82/distinfo   Mon Apr 30 13:37:00 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2007/02/08 20:00:27 adam Exp $
+$NetBSD: distinfo,v 1.7 2007/04/30 13:37:00 adam Exp $
 
-SHA1 (postgresql-8.2.3.tar.bz2) = 6b536fb9b120101b742adb6b5f8a7983b476d386
-RMD160 (postgresql-8.2.3.tar.bz2) = f5bb7182b8a5901ef03292c30c72762366c78ff6
-Size (postgresql-8.2.3.tar.bz2) = 12471567 bytes
+SHA1 (postgresql-8.2.4.tar.bz2) = 0d54a78b3ef83c2fb29b7109b06f17434e5cf831
+RMD160 (postgresql-8.2.4.tar.bz2) = 216612a33b19dd590c85bfd94e70f29ae1487c3a
+Size (postgresql-8.2.4.tar.bz2) = 12527803 bytes
 SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
 SHA1 (patch-ab) = c602b4c381c730368c19fb5ab765c69c7b5573bb
 SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9



Home | Main Index | Thread Index | Old Index