Skip to content

Commit 8afae11

Browse files
committed
Update for 6.3 release.
1 parent 4af1e53 commit 8afae11

File tree

3 files changed

+926
-1033
lines changed

3 files changed

+926
-1033
lines changed

HISTORY

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ previous releases of PostgreSQL.
77
* The migration/6.2.1_to_6.3 file contains a detailed description
88
* of the feature changes in this release, and is recommended reading.
99

10-
CHANGES IN THE 6.3 RELEASE
11-
--------------------------
12-
1310
Bug Fixes
1411
---------
1512
Fix binary cursors broken by MOVE implementation(Vadim)
@@ -43,6 +40,8 @@ Allow multiple-argument functions in constraint clauses(Thomas)
4340
Check boolean input literals for 'true','false','yes','no','1','0'
4441
and throw elog(ERROR) if unrecognized(Thomas)
4542
Major large objects fix
43+
Fix for GROUP BY showing duplicates(Vadim)
44+
Fix for index scans in MergeJion(Vadim)
4645

4746
Enhancements
4847
------------

0 commit comments

Comments
 (0)