PostgreSQL 6.5.2 Released ... - Mailing list pgsql-general

From The Hermit Hacker
Subject PostgreSQL 6.5.2 Released ...
Date
Msg-id Pine.BSF.4.10.9909162227110.38923-100000@thelab.hub.org
Whole thread Raw
Responses RE: PostgreSQL 6.5.2 Released ...  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-general
Tonight, we officially release v6.5.2 for those that have been
experiencing problems with either v6.5 or v6.5.1.  I've created two
patches, one from 6.5->6.5.1 and one from 6.5.1->6.5.2 ... please let me
know if there are any problems with them...

Vince, can you please make links for the patches as well as the release
itself?

Any problems, as always, please report them to pgsql-bugs@postgresql.org

==========

       This is basically a cleanup release for 6.5.1.  We have fixed a
       variety of problems reported by 6.5.1 users.

Migration to v6.5.2

       A dump/restore is not required for those running 6.5 or 6.5.1.

Detailed Change List

       subselect+CASE fixes(Tom)
       Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren
       Sefcik)
       Fixes for CASE in WHERE join clauses(Tom)
       Fix BTScan abort(Tom)
       Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas)
       Improve it so that it checks for multi-column constraints(Tom)
       Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
       Allow BSD yacc and bison to compile pl code(Bruce)
       Fix SET NAMES
       int8 fixes(Thomas)
       Fix vacuum's memory consumption(Hiroshi,Tatsuo)
       Reduce the total memory consumption of vacuum(Tom)
       Fix for timestamp(datetime)
       Rule deparsing bugfixes(Tom)
       Fix quoting problems in mkMakefile.tcldefs.sh.in and
       mkMakefile.tkdefs.sh.in(Tom)
       This is to re-use space on index pages freed by vacuum(Vadim)
       document -x for pg_dump(Bruce)
       Fix for unary operators in rule deparser(Tom)
       Comment out FileUnlink of excess segments during mdtruncate()(Tom)
       Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
       Repair logic error in LIKE: should not return LIKE_ABORT
       when reach end of pattern before end of text(Tom)
       Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
       Updated version of pgaccess 0.98


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-general by date:

Previous
From: Haroldo Stenger
Date:
Subject: GeneXus & Postgres.
Next
From: Vince Vielhaber
Date:
Subject: RE: PostgreSQL 6.5.2 Released ...