File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,18 @@ Detailed Change List
80
80
Sefcik)
81
81
Fixes for CASE in WHERE join clauses(Tom)
82
82
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 )
84
84
Improve it so that it checks for multi-column constraints(Tom)
85
85
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
86
86
Allow BSD yacc and bison to compile pl code(Bruce)
87
87
Fix SET NAMES
88
88
int8 fixes(Thomas)
89
- Fix vacuum's memory consumption(Tom )
89
+ Fix vacuum's memory consumption(Hiroshi,Tatsuo )
90
90
Reduce the total memory consumption of vacuum(Tom)
91
91
Fix for timestamp(datetime)
92
92
Rule deparsing bugfixes(Tom)
93
93
Fix quoting problems in mkMakefile.tcldefs.sh.in and
94
94
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)
97
95
This is to re-use space on index pages freed by vacuum(Vadim)
98
96
document -x for pg_dump(Bruce)
99
97
Fix for unary operators in rule deparser(Tom)
Original file line number Diff line number Diff line change @@ -38,19 +38,17 @@ subselect+CASE fixes(Tom)
38
38
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
39
39
Fixes for CASE in WHERE join clauses(Tom)
40
40
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 )
43
43
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
44
44
Allow BSD yacc and bison to compile pl code(Bruce)
45
45
Fix SET NAMES working
46
46
int8 fixes(Thomas)
47
- Fix vacuum's memory consumption(Tom )
47
+ Fix vacuum's memory consumption(Hiroshi,Tatsuo )
48
48
Reduce the total memory consumption of vacuum(Tom)
49
49
Fix for timestamp(datetime)
50
50
Rule deparsing bugfixes(Tom)
51
51
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)
54
52
This is to re-use space on index pages freed by vacuum(Vadim)
55
53
document -x for pg_dump(Bruce)
56
54
Fix for unary operators in rule deparser(Tom)
You can’t perform that action at this time.
0 commit comments