We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4af1e53 commit8afae11Copy full SHA for 8afae11
HISTORY
@@ -7,9 +7,6 @@ previous releases of PostgreSQL.
7
* The migration/6.2.1_to_6.3 file contains a detailed description
8
* of the feature changes in this release, and is recommended reading.
9
10
-CHANGES IN THE 6.3 RELEASE
11
---------------------------
12
-
13
Bug Fixes
14
---------
15
Fix binary cursors broken by MOVE implementation(Vadim)
@@ -43,6 +40,8 @@ Allow multiple-argument functions in constraint clauses(Thomas)
43
40
Check boolean input literals for 'true','false','yes','no','1','0'
44
41
and throw elog(ERROR) if unrecognized(Thomas)
45
42
Major large objects fix
+Fix for GROUP BY showing duplicates(Vadim)
+Fix for index scans in MergeJion(Vadim)
46
47
Enhancements
48
------------