diff options
author | girgen <girgen@FreeBSD.org> | 2006-01-10 01:30:38 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2006-01-10 01:30:38 +0800 |
commit | 3c4267135743d7069f6d1b334d284c564a4a7db0 (patch) | |
tree | b7b6a6719be32462b8862b1461e02c7fa4ed62c4 /UPDATING | |
parent | 6ecef6434af858c374cb284a69fc59be1bb41ef1 (diff) | |
download | freebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.tar.gz freebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.tar.zst freebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.zip |
Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages. This applies to the 8.1 and
8.0 branches on all platforms.
Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.
Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060109: + AFFECTS: users of databases/postgresql??-server + AUTHOR: girgen@FreeBSD.org + + All postgresql versions have been updated. These patch releases fix + a problem with character string comparisons for locales that + consider different character combinations as equal, such as + Hungarian. This might require "REINDEX" to fix existing indexes on + textual columns. Also, if plperl is used, a "REINDEX" might be + required under certain conditions. Check the HISTORY file in the + source for details. + 20060108: AFFECTS: users of x11/kdelibs3, x11/kdebase3, deskutils/superkaramba, x11-themes/kde-windeco-smoothblend, irc/kvirc |