Software Update: PostgreSQL 8.0.0

Spread the love

Today, the PostgreSQL Global Development Group released version 8.0.0 of the popular open-source database PostgreSQL. This RDBMS (Relational Database Management System) runs on many different operating systems, making it excellent for use in different environments. The announcement looks like this:

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:

some packages for popular Linux distributions are now available, and more will be coming soon.

Members of the press and the public unfamiliar with PostgreSQL should read our press information

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

Download and have fun!

Version number 8.0.0
Operating systems Windows 9x, Windows NT, Windows 2000, Linux, BSD, Windows XP, macOS, Solaris, UNIX, Windows Server 2003
Website PostgreSQL
Download
License type Conditions (GNU/BSD/etc.)
You might also like