Reinhard Max 2011-04-21 10:13:45 +00:00 committed by Git OBS Bridge
parent 42e0481ae6
commit bcb86aa1e7
7 changed files with 51 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf429421dea73a7bd5ef9fbdd1212a0d01c0f63c2059e0218a0e350891867b35
size 14040705

3
postgresql-9.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30572706e3176228415991895e63a8b77343a5abad11407961cfd08790be9e84
size 14040871

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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)