PostgreSQL 8.0.0 Released

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL 8.0.0 Released
Date: 2005-01-19 13:02:46
Message-ID: 20050119090043.M47533@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general


After more than a year of hard work, the PostgreSQL Global Development
Group proudly announces the release of version 8.0.0 of the PostgreSQL
ORDBMS. This release involves possibly more major changes than any prior
version of PostgreSQL since 6.3, including:

Native Windows port
Savepoints/nested transactions
Exception handling inside functions
Tablespaces
Point in time recovery
Improved shared buffer management
Background writer process to reduce checkpoint impact
Tunable delays to reduce the impact of VACUUM
Overhaul of pg_dump and pg_restore
Expanded log format options and log rotation
Improved embedded quote handling for functions
ALTER TABLE can alter the data type of an existing column
Improved ALTER capabilities for all database objects

Download it now:
FTP Mirrors: http://wwwmaster.postgresql.org/ftp/latest
Windows Version: http://wwwmaster.postgresql.org/ftp/win32/
Bittorrent: http://www.postgresql.org/download/bittorrent
Sourceforge: http://sourceforge.net/projects/pgsql/

Some packages for popular Linux distributions are now available at:

http://wwwmaster.postgresql.org/ftp/binary/v8.0/linux/

... and more will be coming soon.

Members of the press and the public unfamiliar with PostgreSQL should read
our press release here:

http://www.postgresql.org/about/press/

Others can review the release notes for a full list of 8.0 changes,
features, and upgrade warnings:

http://www.postgresql.org/docs/8.0/static/release.html

Download and have fun!

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-01-19 13:33:55 (S)RPMs for PostgreSQL 8.0.0 are ready.
Previous Message Christopher Browne 2005-01-19 05:09:53 Re: Much Ado About COUNT(*)

Browse pgsql-general by date

  From Date Subject
Next Message Vittorio De Martino 2005-01-19 13:20:52 Re: cron & backup
Previous Message Alban Hertroys 2005-01-19 12:31:52 Re: update in triggers