Version 9.0.4
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=54
This commit is contained in:
parent
42e0481ae6
commit
bcb86aa1e7
@ -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
3
postgresql-9.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30572706e3176228415991895e63a8b77343a5abad11407961cfd08790be9e84
|
||||
size 14040871
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user