diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-20 18:34:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-20 18:34:07 +0000 |
commit | 4b79280fdf113e99297ab94ac3dda6832f4d55dc (patch) | |
tree | adc21e36b69ba1e4e6eb63e9509a918895e6285b /databases/postgresql73-server | |
parent | 5367b0fb5014a610fce6bdd3948058684555bd30 (diff) | |
download | pkgsrc-4b79280fdf113e99297ab94ac3dda6832f4d55dc.tar.gz |
Update PostgreSQL to 7.3.14.
It might be needed to REINDEX indexes or textual coloumns for
the issues about plperl and locales in the 7.3.13 changes are
present. See the release documentation for further details.
Changes from 7.3.10 to 7.3.11:
- Fix error that allowed VACUUM to remove ctid chains too soon, and add
more checking in code that follows ctid links
- Fix CHAR() to properly pad spaces to the specified length when using a
multiple-byte character set (Yoshiyuki Asaba)
- Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
index on column a
- Improve checking for partially-written WAL pages
- Improve robustness of signal handling when SSL is enabled
- Various memory leakage fixes
- Various portability improvements
- Fix PL/PgSQL to handle var := var correctly when the variable is of
pass-by-reference type
Changes from 7.3.11 to 7.3.12:
- Fix race condition in transaction log management
- /contrib/ltree fixes (Teodor)
- Fix longstanding planning error for outer joins
- Prevent core dump in pg_autovacuum when a table has been dropped
Changes from 7.3.12 to 7.3.13:
- Fix character string comparison for locales that consider different
character combinations as equal, such as Hungarian (Tom)
- Set locale environment variables during postmaster startup to ensure
that plperl won't change the locale later
- Fix longstanding bug in strpos() and regular expression handling in
certain rarely used Asian multi-byte character sets (Tatsuo)
- Fix bug in /contrib/pgcrypto gen_salt, which caused it not to use all
available salt space for MD5 and XDES algorithms (Marko Kreen, Solar
Designer)
- Fix /contrib/dblink to throw an error, rather than crashing, when the
number of columns specified is different from what's actually returned
by the query (Joe)
Changes from 7.3.13 to 7.3.14:
- Fix potential crash in SET SESSION AUTHORIZATION (CVE-2006-0553)
- Fix bug with row visibility logic in self-inserted rows (Tom)
- Fix race condition that could lead to "file already exists" errors
during pg_clog file creation (Tom)
- Fix to allow restoring dumps that have cross-schema references to
custom operators (Tom)
- Portability fix for testing presence of finite and isinf during
configure (Tom)
Diffstat (limited to 'databases/postgresql73-server')
-rw-r--r-- | databases/postgresql73-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile index 5203d85d2b1..41f30f6a108 100644 --- a/databases/postgresql73-server/Makefile +++ b/databases/postgresql73-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2006/02/16 23:28:53 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/20 18:34:07 joerg Exp $ PKGNAME= postgresql73-server-${BASE_VERS} -PKGREVISION= 2 SVR4_PKGNAME= pstgs COMMENT= PostgreSQL database server programs |