Unsupported versions: 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

E.171. Release 7.3.4

Release Date: 2003-07-24

This has a variety of fixes from 7.3.3.

E.171.1. Migration to Version 7.3.4

A dump/restore is not required for those running 7.3.*.

E.171.2. Changes

  • Repair breakage in timestamp-to-date conversion for dates before 2000

  • Prevent rare possibility of server startup failure (Tom)

  • Fix bugs in interval-to-time conversion (Tom)

  • Add constraint names in a few places in pg_dump (Rod)

  • Improve performance of functions with many parameters (Tom)

  • Fix to_ascii() buffer overruns (Tom)

  • Prevent restore of database comments from throwing an error (Tom)

  • Work around buggy strxfrm() present in some Solaris releases (Tom)

  • Properly escape jdbc setObject() strings to improve security (Barry)