[ubuntu/intrepid] postgresql-8.3 8.3.4-1ubuntu1 (Accepted)
Martin Pitt
mpitt at debian.org
Tue Oct 7 14:05:10 BST 2008
postgresql-8.3 (8.3.4-1ubuntu1) intrepid; urgency=low
* Upload current Debian bzr head to intrepid to get back in sync with
Debian.
* debian/rules: Enable hardening when we build on Ubuntu. Lenny is too close
to release, so we do not enable that yet for Debian. Add hardening-wrapper
and lsb-release build dependencies for this.
postgresql-8.3 (8.3.4-1) unstable; urgency=low
* New upstream bugfix release:
- Fix bug in btree WAL recovery code. Recovery failed if the WAL ended
partway through a page split operation.
- Fix potential use of wrong cutoff XID for HOT page pruning.
This error created a risk of corruption in system catalogs that are
consulted by "VACUUM": dead tuple versions might be removed too
soon. The impact of this on actual database operations would be
minimal, since the system doesn't follow MVCC rules while examining
catalogs, but it might result in transiently wrong output from
pg_dump or other client programs.
- Fix potential miscalculation of datfrozenxid.
- Fix incorrect HOT updates after pg_class is reindexed.
Corruption of pg_class could occur if REINDEX TABLE pg_class was
followed in the same session by an ALTER TABLE RENAME or ALTER
TABLE SET SCHEMA command.
- Fix missed "combo cid" case. This error made rows incorrectly invisible
to a transaction in which they had been deleted by multiple
subtransactions that all aborted.
- Prevent autovacuum from crashing if the table it's currently
checking is deleted at just the wrong time.
- Widen local lock counters from 32 to 64 bits. This responds to reports
that the counters could overflow in sufficiently long transactions,
leading to unexpected "lock is already held" errors.
- Fix possible duplicate output of tuples during a GiST index scan.
- Regenerate foreign key checking queries from scratch when either
table is modified. Previously, 8.3 would attempt to replan the query,
but would work from previously generated query text. This led to
failures if a table or column was renamed.
- Fix missed permissions checks when a view contains a simple UNION
ALL construct. Permissions for the referenced tables were checked
properly, but not permissions for the view itself.
- Add checks in executor startup to ensure that the tuples produced
by an "INSERT" or "UPDATE" will match the target table's current
rowtype. This situation is believed to be impossible in 8.3, but it can
happen in prior releases, so a check seems prudent.
- Fix possible repeated drops during "DROP OWNED". This would typically
result in strange errors such as "cache lookup failed for relation NNN".
- Fix several memory leaks in XML operations.
- Fix xmlserialize() to raise error properly for unacceptable target
data type.
- Fix a couple of places that mis-handled multibyte characters in
text search configuration file parsing. Certain characters occurring in
configuration files would always cause "invalid byte sequence for
encoding" failures.
- Provide file name and line number location for all errors reported
in text search configuration files.
- Fix AT TIME ZONE to first try to interpret its timezone argument as
a timezone abbreviation, and only try it as a full timezone name if
that fails, rather than the other way around as formerly.
- Fix datetime input functions to correctly detect integer overflow
when running on a 64-bit platform.
- Prevent integer overflows during units conversion when displaying a
configuration parameter that has units.
- Improve performance of writing very long log messages to syslog.
- Allow spaces in the suffix part of an LDAP URL in "pg_hba.conf".
- Fix bug in backwards scanning of a cursor on a SELECT DISTINCT ON
query.
- Fix planner bug that could improperly push down IS NULL tests below
an outer join.
- Fix planner bug with nested sub-select expressions.
- Fix planner to estimate that GROUP BY expressions yielding boolean
results always result in two groups, regardless of the expressions'
contents.
- Fix PL/PgSQL to not fail when a FOR loop's target variable is a
record containing composite-type fields.
- Fix PL/Tcl to behave correctly with Tcl 8.5, and to be more careful
about the encoding of data sent to or from Tcl.
- Improve performance of PQescapeBytea().
- Fix ecpg to handle variables properly in "SET" commands.
- Improve pg_dump and pg_restore's error reporting after failure to
send a SQL command.
- Fix pg_ctl to properly preserve postmaster command-line arguments
across a restart.
- Fix erroneous WAL file cutoff point calculation in pg_standby.
* debian/control: Bump Standards-Version (no changes necessary).
* debian/control: intarray contrib module was renamed to _int. (LP: #250483)
Date: Tue, 07 Oct 2008 14:57:53 +0200
Changed-By: Martin Pitt <mpitt at debian.org>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/intrepid/+source/postgresql-8.3/8.3.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 07 Oct 2008 14:57:53 +0200
Source: postgresql-8.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 postgresql-8.3 postgresql-client-8.3 postgresql-server-dev-8.3 postgresql-doc-8.3 postgresql-contrib-8.3 postgresql-plperl-8.3 postgresql-plpython-8.3 postgresql-pltcl-8.3 postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source
Version: 8.3.4-1ubuntu1
Distribution: intrepid
Urgency: low
Maintainer: Martin Pitt <mpitt at debian.org>
Changed-By: Martin Pitt <mpitt at debian.org>
Description:
libecpg-compat3 - older version of run-time library for ECPG programs
libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
libecpg6 - run-time library for ECPG programs
libpgtypes3 - shared library libpgtypes for PostgreSQL 8.3
libpq-dev - header files for libpq5 (PostgreSQL library)
libpq5 - PostgreSQL C client library
postgresql - object-relational SQL database (supported version)
postgresql-8.3 - object-relational SQL database, version 8.3 server
postgresql-client - front-end programs for PostgreSQL (supported version)
postgresql-client-8.3 - front-end programs for PostgreSQL 8.3
postgresql-contrib - additional facilities for PostgreSQL (supported version)
postgresql-contrib-8.3 - additional facilities for PostgreSQL
postgresql-doc - documentation for the PostgreSQL database management system
postgresql-doc-8.3 - documentation for the PostgreSQL database management system
postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3
postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3
postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3
postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side programming
Launchpad-Bugs-Fixed: 250483
Changes:
postgresql-8.3 (8.3.4-1ubuntu1) intrepid; urgency=low
.
* Upload current Debian bzr head to intrepid to get back in sync with
Debian.
* debian/rules: Enable hardening when we build on Ubuntu. Lenny is too close
to release, so we do not enable that yet for Debian. Add hardening-wrapper
and lsb-release build dependencies for this.
.
postgresql-8.3 (8.3.4-1) unstable; urgency=low
.
* New upstream bugfix release:
- Fix bug in btree WAL recovery code. Recovery failed if the WAL ended
partway through a page split operation.
- Fix potential use of wrong cutoff XID for HOT page pruning.
This error created a risk of corruption in system catalogs that are
consulted by "VACUUM": dead tuple versions might be removed too
soon. The impact of this on actual database operations would be
minimal, since the system doesn't follow MVCC rules while examining
catalogs, but it might result in transiently wrong output from
pg_dump or other client programs.
- Fix potential miscalculation of datfrozenxid.
- Fix incorrect HOT updates after pg_class is reindexed.
Corruption of pg_class could occur if REINDEX TABLE pg_class was
followed in the same session by an ALTER TABLE RENAME or ALTER
TABLE SET SCHEMA command.
- Fix missed "combo cid" case. This error made rows incorrectly invisible
to a transaction in which they had been deleted by multiple
subtransactions that all aborted.
- Prevent autovacuum from crashing if the table it's currently
checking is deleted at just the wrong time.
- Widen local lock counters from 32 to 64 bits. This responds to reports
that the counters could overflow in sufficiently long transactions,
leading to unexpected "lock is already held" errors.
- Fix possible duplicate output of tuples during a GiST index scan.
- Regenerate foreign key checking queries from scratch when either
table is modified. Previously, 8.3 would attempt to replan the query,
but would work from previously generated query text. This led to
failures if a table or column was renamed.
- Fix missed permissions checks when a view contains a simple UNION
ALL construct. Permissions for the referenced tables were checked
properly, but not permissions for the view itself.
- Add checks in executor startup to ensure that the tuples produced
by an "INSERT" or "UPDATE" will match the target table's current
rowtype. This situation is believed to be impossible in 8.3, but it can
happen in prior releases, so a check seems prudent.
- Fix possible repeated drops during "DROP OWNED". This would typically
result in strange errors such as "cache lookup failed for relation NNN".
- Fix several memory leaks in XML operations.
- Fix xmlserialize() to raise error properly for unacceptable target
data type.
- Fix a couple of places that mis-handled multibyte characters in
text search configuration file parsing. Certain characters occurring in
configuration files would always cause "invalid byte sequence for
encoding" failures.
- Provide file name and line number location for all errors reported
in text search configuration files.
- Fix AT TIME ZONE to first try to interpret its timezone argument as
a timezone abbreviation, and only try it as a full timezone name if
that fails, rather than the other way around as formerly.
- Fix datetime input functions to correctly detect integer overflow
when running on a 64-bit platform.
- Prevent integer overflows during units conversion when displaying a
configuration parameter that has units.
- Improve performance of writing very long log messages to syslog.
- Allow spaces in the suffix part of an LDAP URL in "pg_hba.conf".
- Fix bug in backwards scanning of a cursor on a SELECT DISTINCT ON
query.
- Fix planner bug that could improperly push down IS NULL tests below
an outer join.
- Fix planner bug with nested sub-select expressions.
- Fix planner to estimate that GROUP BY expressions yielding boolean
results always result in two groups, regardless of the expressions'
contents.
- Fix PL/PgSQL to not fail when a FOR loop's target variable is a
record containing composite-type fields.
- Fix PL/Tcl to behave correctly with Tcl 8.5, and to be more careful
about the encoding of data sent to or from Tcl.
- Improve performance of PQescapeBytea().
- Fix ecpg to handle variables properly in "SET" commands.
- Improve pg_dump and pg_restore's error reporting after failure to
send a SQL command.
- Fix pg_ctl to properly preserve postmaster command-line arguments
across a restart.
- Fix erroneous WAL file cutoff point calculation in pg_standby.
* debian/control: Bump Standards-Version (no changes necessary).
* debian/control: intarray contrib module was renamed to _int. (LP: #250483)
Checksums-Sha1:
9fd2246a2b69db47be12bfcd06ca9b196e8c20ad 1669 postgresql-8.3_8.3.4-1ubuntu1.dsc
ffac9c6374c68e3465156088dd6e6df65ffed9e3 13728718 postgresql-8.3_8.3.4.orig.tar.gz
f1e03c1145f6ea2d6a82af69e661930b2ffcd44f 60380 postgresql-8.3_8.3.4-1ubuntu1.diff.gz
Checksums-Sha256:
73eac994025d307d5fdde643aade199252860422864002d7c97e105426e96a98 1669 postgresql-8.3_8.3.4-1ubuntu1.dsc
3d837abfe95a548757a9e28b039c6c46353f1e235e9437891576986203254640 13728718 postgresql-8.3_8.3.4.orig.tar.gz
99be5c5507bbb338ed3cc996f8e760a535db2df8886e9671d18625db738825b9 60380 postgresql-8.3_8.3.4-1ubuntu1.diff.gz
Files:
d8611708a46573fd8ed49de002008fb9 1669 misc optional postgresql-8.3_8.3.4-1ubuntu1.dsc
fc98b4862031d4b25e2a95718e4bf03a 13728718 misc optional postgresql-8.3_8.3.4.orig.tar.gz
d3e42dde09bb9323d0b1b9d8f36e4fac 60380 misc optional postgresql-8.3_8.3.4-1ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjrXYsACgkQDecnbV4Fd/JSIwCgs/Mb1oiOuomiDgPBpAPGdu4n
ILcAnRxrQmuRXx1KD0dZC1LYdJyC6EfI
=z7vY
-----END PGP SIGNATURE-----
More information about the Intrepid-changes
mailing list