Skip to content

Commit 9408abd

Browse files
committed
Update for 6.5.2 history file.
1 parent e8a71f0 commit 9408abd

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

HISTORY

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,18 @@ Detailed Change List
8080
Sefcik)
8181
Fixes for CASE in WHERE join clauses(Tom)
8282
Fix BTScan abort(Tom)
83-
Repair the check for redundant UNIQUE and PRIMARY KEY indices(Tom)
83+
Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas)
8484
Improve it so that it checks for multi-column constraints(Tom)
8585
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
8686
Allow BSD yacc and bison to compile pl code(Bruce)
8787
Fix SET NAMES
8888
int8 fixes(Thomas)
89-
Fix vacuum's memory consumption(Tom)
89+
Fix vacuum's memory consumption(Hiroshi,Tatsuo)
9090
Reduce the total memory consumption of vacuum(Tom)
9191
Fix for timestamp(datetime)
9292
Rule deparsing bugfixes(Tom)
9393
Fix quoting problems in mkMakefile.tcldefs.sh.in and
9494
mkMakefile.tkdefs.sh.in(Tom)
95-
Update frontend libpq to remove limits on query lengths,
96-
error/notice message lengths, and number of fields per tuple(Tom)
9795
This is to re-use space on index pages freed by vacuum(Vadim)
9896
document -x for pg_dump(Bruce)
9997
Fix for unary operators in rule deparser(Tom)

doc/src/sgml/release.sgml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,17 @@ subselect+CASE fixes(Tom)
3838
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
3939
Fixes for CASE in WHERE join clauses(Tom)
4040
Fix BTScan abort(Tom)
41-
Repair the check for redundant UNIQUE and PRIMARY KEY indices(Tom)
42-
Improve it so that it checks for multi-column constraints(Tom)
41+
Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas)
42+
Improve it so that it checks for multi-column constraints(Thomas)
4343
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
4444
Allow BSD yacc and bison to compile pl code(Bruce)
4545
Fix SET NAMES working
4646
int8 fixes(Thomas)
47-
Fix vacuum's memory consumption(Tom)
47+
Fix vacuum's memory consumption(Hiroshi,Tatsuo)
4848
Reduce the total memory consumption of vacuum(Tom)
4949
Fix for timestamp(datetime)
5050
Rule deparsing bugfixes(Tom)
5151
Fix quoting problems in mkMakefile.tcldefs.sh.in and mkMakefile.tkdefs.sh.in(Tom)
52-
Update frontend libpq to remove limits on query lengths,
53-
error/notice message lengths, and number of fields per tuple(Tom)
5452
This is to re-use space on index pages freed by vacuum(Vadim)
5553
document -x for pg_dump(Bruce)
5654
Fix for unary operators in rule deparser(Tom)

0 commit comments

Comments
 (0)