Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Sep 20 23:38:51 UTC 1999

Modified Files:
        pkgsrc/databases/postgresql: Makefile
        pkgsrc/databases/postgresql/files: md5 patch-sum post-install-notes
        pkgsrc/databases/postgresql/patches: patch-aa patch-ab patch-ah
            patch-aj patch-al patch-am
        pkgsrc/databases/postgresql/pkg: PLIST.tcl
Removed Files:
        pkgsrc/databases/postgresql/patches: patch-ai

Log Message:
Update PostgreSQL to 6.5.2.  The pgaccess binary is no longer available
from the main PostgreSQL distribution, and must be installed separately
(databases/pgaccess).  Relevant changes from 6.5.1:

       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@localhost>
       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)


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/databases/postgresql/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/postgresql/files/md5
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql/files/patch-sum
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql/files/post-install-notes
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql/patches/patch-ah \
    pkgsrc/databases/postgresql/patches/patch-aj
cvs rdiff -r1.3 -r0 pkgsrc/databases/postgresql/patches/patch-ai
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/postgresql/patches/patch-al \
    pkgsrc/databases/postgresql/patches/patch-am
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/postgresql/pkg/PLIST.tcl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index