Version History

From PostgreSQL Wiki

Jump to: navigation, search

The most authoritative way to find out what has changed in between PostgreSQL versions is to read the Release Notes.

A summary of major changes in features is at Feature Matrix.

8.3 Changes

One of the biggest migration concerns the removal of implicit casts has broken many applications. While ultimately these programs should be rewritten to correct this incompatibility (samples), it's possible to add back in missing casts to ease migration to 8.3. See Re-adding implicit casts in PostgreSQL 8.3 for scripts

Here are a list of articles about new features in 8.3:

Personal tools