PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

e.31. release 7.3.1

release date: 2002-12-18

this release contains a variety of fixes for version 7.3.

e.31.1. migration to version 7.3.1

a dump/restore is not required for those running version 7.3. however, it should be noted that the main postgresql interface library, libpq, has a new major version number for this release, which may require recompilation of client code in certain cases.

e.31.2. changes

  • fix a core dump of copy to when client/server encodings don't match (tom)

  • allow pg_dump to work with pre-7.2 servers (philip)

  • contrib/adddepend fixes (tom)

  • fix problem with deletion of per-user/per-database config settings (tom)

  • contrib/vacuumlo fix (tom)

  • allow 'password' encryption even when pg_shadow contains md5 passwords (bruce)

  • contrib/dbmirror fix (steven singer)

  • optimizer fixes (tom)

  • contrib/tsearch fixes (teodor sigaev, magnus)

  • allow locale names to be mixed case (nicolai tufar)

  • increment libpq library's major version number (bruce)

  • pg_hba.conf error reporting fixes (bruce, neil)

  • add sco openserver 5.0.4 as a supported platform (bruce)

  • prevent explain from crashing server (tom)

  • ssl fixes (nathan mueller)

  • prevent composite column creation via alter table (tom)