Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit postgresql
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 20 Oct 2006 13:09:32 +0200 (CEST)
  • Message-id: <20061020110932.75BB1847EE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package postgresql
checked in at Fri Oct 20 13:09:32 CEST 2006.

--------
--- postgresql/postgresql.changes 2006-05-24 10:26:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/postgresql/postgresql.changes 2006-10-17 15:07:06.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Oct 17 15:01:57 CEST 2006 - max@xxxxxxx
+
+- New patchlevel release: 8.1.5
+- Disallow aggregate functions in "UPDATE" commands, except within
+ sub-SELECTs. The behavior of such an aggregate was unpredictable,
+ and in 8.1.X could cause a crash, so it has been disabled.
+- Fix core dump when an untyped literal is taken as ANYARRAY.
+- Fix core dump in duration logging for extended query protocol when
+ a "COMMIT" or "ROLLBACK" is executed.
+- Fix mishandling of AFTER triggers when query contains a SQL function
+ returning multiple rows.
+- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
+- Fix string_to_array() to handle overlapping matches for the
+ separator string.
+- Fix to_timestamp() for AM/PM formats.
+- Fix autovacuum's calculation that decides whether "ANALYZE" is
+ needed.
+- Fix corner cases in pattern matching for psql's \d commands.
+- Fix index-corrupting bugs in /contrib/ltree.
+- Numerous robustness fixes in ecpg.
+- Fix backslash escaping in /contrib/dbmirror.
+- Minor fixes in /contrib/dblink and /contrib/tsearch2.
+- Efficiency improvements in hash tables and bitmap index scans.
+
+-------------------------------------------------------------------

Old:
----
postgresql-8.1.4.tar.bz2

New:
----
postgresql-8.1.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql-pl.spec ++++++
--- /var/tmp/diff_new_pack.q2RUNJ/_old 2006-10-20 13:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.q2RUNJ/_new 2006-10-20 13:08:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package postgresql-pl (Version 8.1.4)
+# spec file for package postgresql-pl (Version 8.1.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,9 +13,9 @@
Name: postgresql-pl
BuildRequires: krb5-devel openssl-devel pam-devel python-devel tcl-devel
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
-Version: 8.1.4
+Version: 8.1.5
Release: 1
-License: BSD
+License: BSD License and BSD-like
Group: Productivity/Databases/Servers
Source0: postgresql-%version.tar.bz2
NoSource: 0

++++++ postgresql.spec ++++++
--- /var/tmp/diff_new_pack.q2RUNJ/_old 2006-10-20 13:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.q2RUNJ/_new 2006-10-20 13:08:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package postgresql (Version 8.1.4)
+# spec file for package postgresql (Version 8.1.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,10 +13,10 @@
Name: postgresql
BuildRequires: krb5-devel openssl-devel pam-devel readline-devel
Summary: Basic Clients and Utilities for PostgreSQL
-Version: 8.1.4
+Version: 8.1.5
Release: 1
%define pg_minor_version 8.1
-License: BSD
+License: BSD License and BSD-like
Group: Productivity/Databases/Tools
Source0: postgresql-%version.tar.bz2
Source2: postgresql-README.SuSE.de
@@ -462,6 +462,28 @@
%doc %_mandir/man1/pg_config.1*

%changelog -n postgresql
+* Tue Oct 17 2006 - max@xxxxxxx
+- New patchlevel release: 8.1.5
+- Disallow aggregate functions in "UPDATE" commands, except within
+ sub-SELECTs. The behavior of such an aggregate was unpredictable,
+ and in 8.1.X could cause a crash, so it has been disabled.
+- Fix core dump when an untyped literal is taken as ANYARRAY.
+- Fix core dump in duration logging for extended query protocol when
+ a "COMMIT" or "ROLLBACK" is executed.
+- Fix mishandling of AFTER triggers when query contains a SQL function
+ returning multiple rows.
+- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
+- Fix string_to_array() to handle overlapping matches for the
+ separator string.
+- Fix to_timestamp() for AM/PM formats.
+- Fix autovacuum's calculation that decides whether "ANALYZE" is
+ needed.
+- Fix corner cases in pattern matching for psql's \d commands.
+- Fix index-corrupting bugs in /contrib/ltree.
+- Numerous robustness fixes in ecpg.
+- Fix backslash escaping in /contrib/dbmirror.
+- Minor fixes in /contrib/dblink and /contrib/tsearch2.
+- Efficiency improvements in hash tables and bitmap index scans.
* Wed May 24 2006 - max@xxxxxxx
- Update to 8.1.4 to fix SQL injection vulnerabilities
(bug #177931, CVE-2006-2313, CVE-2006-2314).
@@ -741,17 +763,17 @@
* Wed Sep 12 2001 - max@xxxxxxx
- New version (patch release): 7.1.3
The ChangeLog says:
-- Remove unused WAL segements of large transactions (Tom)
-- Multiaction rule fix (Tom)
-- Pl/pgSQL memory allocation fix (Jan)
-- VACUUM buffer fix (Tom)
-- Regression test fixes (Tom)
-- pg_dump fixes for GRANT/REVOKE/comments on views,
+ - Remove unused WAL segements of large transactions (Tom)
+ - Multiaction rule fix (Tom)
+ - Pl/pgSQL memory allocation fix (Jan)
+ - VACUUM buffer fix (Tom)
+ - Regression test fixes (Tom)
+ - pg_dump fixes for GRANT/REVOKE/comments on views,
user-defined types (Tom)
-- Fix subselects with DISTINCT ON or LIMIT (Tom)
-- BEOS fix
-- Disable COPY TO/FROM a view (Tom)
-- Cygwin build (Jason Tishler)
+ - Fix subselects with DISTINCT ON or LIMIT (Tom)
+ - BEOS fix
+ - Disable COPY TO/FROM a view (Tom)
+ - Cygwin build (Jason Tishler)
- Fixed bug in init script.
It needed a file that comes only with postgresql-devel
- Better Patch for PgTcl. It now sets the client encoding to

++++++ postgresql-8.1.4.tar.bz2 -> postgresql-8.1.5.tar.bz2 ++++++
postgresql/postgresql-8.1.4.tar.bz2 /mounts/work_src_done/STABLE/postgresql/postgresql-8.1.5.tar.bz2 differ: char 11, line 1








++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages