From bcb86aa1e7450a412ba66c3b4ee88e5cb704d74992961649ba6a5d9f4538f9b7 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 21 Apr 2011 10:13:45 +0000 Subject: [PATCH] Version 9.0.4 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=54 --- postgresql-9.0.3.tar.bz2 | 3 --- postgresql-9.0.4.tar.bz2 | 3 +++ postgresql-libs.changes | 25 +++++++++++++++++++++++++ postgresql-libs.spec | 2 +- postgresql.changes | 20 ++++++++++++++++++++ postgresql.spec | 2 +- postgresql.spec.in | 2 +- 7 files changed, 51 insertions(+), 6 deletions(-) delete mode 100644 postgresql-9.0.3.tar.bz2 create mode 100644 postgresql-9.0.4.tar.bz2 diff --git a/postgresql-9.0.3.tar.bz2 b/postgresql-9.0.3.tar.bz2 deleted file mode 100644 index fe8a5c9..0000000 --- a/postgresql-9.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf429421dea73a7bd5ef9fbdd1212a0d01c0f63c2059e0218a0e350891867b35 -size 14040705 diff --git a/postgresql-9.0.4.tar.bz2 b/postgresql-9.0.4.tar.bz2 new file mode 100644 index 0000000..e047c75 --- /dev/null +++ b/postgresql-9.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30572706e3176228415991895e63a8b77343a5abad11407961cfd08790be9e84 +size 14040871 diff --git a/postgresql-libs.changes b/postgresql-libs.changes index 55e472e..54fd776 100644 --- a/postgresql-libs.changes +++ b/postgresql-libs.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Apr 21 10:06:45 UTC 2011 - max@novell.com + +- Bugfix release: 9.0.4: + * This update contains a critical fix to the pg_upgrade utility + which prevents significant downtime issues. Do not use + pg_upgrade without installing this update first. + http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix + * change SQLSTATE for Hot Standby warnings + * prevent bgwriter hang during recovery + * prevent recursive composite type creation + * disallow dropping tables whose triggers are still pending + * allow use of "replication" as a user name + * prevent a crash during GEQO planning + * improve join plans for tables with missing statistics + * fix error with SELECT FOR UPDATE in a subselect + * close PL/python array slice memory leak + * allow SSL connections for users with no home directory +- http://www.postgresql.org/docs/9.0/static/release-9-0-4.html + +------------------------------------------------------------------- +Fri Apr 1 10:23:05 UTC 2011 - nkrinner@novell.com + +- enabled --with-ossp-uuid + ------------------------------------------------------------------- Fri Mar 4 15:02:11 UTC 2011 - max@novell.com diff --git a/postgresql-libs.spec b/postgresql-libs.spec index 933482b..0ee4e32 100644 --- a/postgresql-libs.spec +++ b/postgresql-libs.spec @@ -25,7 +25,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.0.3 +Version: 9.0.4 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar) diff --git a/postgresql.changes b/postgresql.changes index 2f80d55..54fd776 100644 --- a/postgresql.changes +++ b/postgresql.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 21 10:06:45 UTC 2011 - max@novell.com + +- Bugfix release: 9.0.4: + * This update contains a critical fix to the pg_upgrade utility + which prevents significant downtime issues. Do not use + pg_upgrade without installing this update first. + http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix + * change SQLSTATE for Hot Standby warnings + * prevent bgwriter hang during recovery + * prevent recursive composite type creation + * disallow dropping tables whose triggers are still pending + * allow use of "replication" as a user name + * prevent a crash during GEQO planning + * improve join plans for tables with missing statistics + * fix error with SELECT FOR UPDATE in a subselect + * close PL/python array slice memory leak + * allow SSL connections for users with no home directory +- http://www.postgresql.org/docs/9.0/static/release-9-0-4.html + ------------------------------------------------------------------- Fri Apr 1 10:23:05 UTC 2011 - nkrinner@novell.com diff --git a/postgresql.spec b/postgresql.spec index 7feadbb..721f224 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -32,7 +32,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.0.3 +Version: 9.0.4 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar) diff --git a/postgresql.spec.in b/postgresql.spec.in index 231a76f..837223c 100644 --- a/postgresql.spec.in +++ b/postgresql.spec.in @@ -34,7 +34,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.0.3 +Version: 9.0.4 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar)