File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
<chapter id="release">
2
2
<title>Release Notes</title>
3
3
4
- <chapter id="release">
5
- <title>Release Notes</title>
6
-
7
- <chapter id="release">
8
- <title>Release Notes</title>
9
-
10
4
<sect1>
11
5
<title>Release 6.5.3</title>
12
6
<!--
@@ -101,7 +95,7 @@ This is to re-use space on index pages freed by vacuum(Vadim)
101
95
document -x for pg_dump(Bruce)
102
96
Fix for unary operators in rule deparser(Tom)
103
97
Comment out FileUnlink of excess segments during mdtruncate()(Tom)
104
- Irix linking fix from Yu Cao < yucao@falcon.kla-tencor.com>
98
+ Irix linking fix from Yu Cao > yucao@falcon.kla-tencor.com<
105
99
Repair logic error in LIKE: should not return LIKE_ABORT
106
100
when reach end of pattern before end of text(Tom)
107
101
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
@@ -1636,7 +1630,7 @@ Fix very old bug which made tuples changed/inserted by a commnd
1636
1630
Fix for SELECT null, 'fail' FROM pg_am (Patrick)
1637
1631
SELECT NULL as EMPTY_FIELD now allowed(Patrick)
1638
1632
Remove un-needed signal stuff from contrib/pginterface
1639
- Fix OR (where x <> 1 or x isnull didn't return tuples with x NULL) (Vadim)
1633
+ Fix OR (where x != 1 or x isnull didn't return tuples with x NULL) (Vadim)
1640
1634
Fix time_cmp function (Vadim)
1641
1635
Fix handling of functions with non-attribute first argument in
1642
1636
WHERE clauses (Vadim)
You can’t perform that action at this time.
0 commit comments