PostgreSQL 8.3 Released

Posted on 2008-02-04

Today the PostgreSQL Global Development Group releases the long-awaited version 8.3 of the most advanced open source database, which cements our place as the best performing open source database. Among the performance features you'll be excited about in 8.3 are:

<table border="0"> <tr> <td>
  • Heap Only Tuples
  • BGWriter Autotuning
  • Asynchronous Commit
  • Spread Checkpoints
</td> <td>
  • Synchronous Scan
  • "Var-Varlena"
  • L2 Cache Protection
  • Lazy XID
</td> </tr> </table>

8.3 also has a lot of cool features for PostgreSQL DBAs and developers, including:

<table border="0"> <tr> <td>
  • CSV Logging
  • SQL/XML
  • MS Visual C++ support
  • ENUMs
</td> <td>
  • Integrated Tsearch
  • SSPI &amp; GSSAPI
  • Composite Type Arrays
  • pg_standby
</td> </tr> </table>

There are many, many other features included in this release. Visit the features list and the features matrix for more information, and browse the release notes to see the more than 300 patches that went into the release. You can even visit the press page.

Or just go ahead and download and install 8.3:

All of the more than 200 contributors to 8.3 are excited and relieved to deliver this version after 15 months of work. Upgrade, and enjoy the new features and faster performance!

This post has been migrated from a previous version of the PostgreSQL website. We apologise for any formatting issues caused by the migration.