summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-09-13 22:38:51 +0000
committerBruce Momjian1999-09-13 22:38:51 +0000
commit9408abd6b743486141fd852c49803e0af9d5c8ec (patch)
tree5c56388fb482bee0b5768c994920e230404c3132
parente8a71f0dd37225cc1043bd03d5e7c534872cbcc6 (diff)
Update for 6.5.2 history file.
-rw-r--r--HISTORY6
-rw-r--r--doc/src/sgml/release.sgml8
2 files changed, 5 insertions, 9 deletions
diff --git a/HISTORY b/HISTORY
index cb3405a3338..8ea8b5f9357 100644
--- a/HISTORY
+++ b/HISTORY
@@ -80,20 +80,18 @@ Detailed Change List
Sefcik)
Fixes for CASE in WHERE join clauses(Tom)
Fix BTScan abort(Tom)
- Repair the check for redundant UNIQUE and PRIMARY KEY indices(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(Tom)
+ 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)
- Update frontend libpq to remove limits on query lengths,
- error/notice message lengths, and number of fields per tuple(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)
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 7c37e0d753e..1dd697d2747 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -38,19 +38,17 @@ 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(Tom)
-Improve it so that it checks for multi-column constraints(Tom)
+Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas)
+Improve it so that it checks for multi-column constraints(Thomas)
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
Allow BSD yacc and bison to compile pl code(Bruce)
Fix SET NAMES working
int8 fixes(Thomas)
-Fix vacuum's memory consumption(Tom)
+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)
-Update frontend libpq to remove limits on query lengths,
- error/notice message lengths, and number of fields per tuple(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)