You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/v3.3/1.adoc
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,24 @@ IvorySQL 3.3, based on PostgreSQL 16.3, and Fixed a series of bugs. For a compre
14
14
- PostgreSQL 16.3 Enhancements
15
15
16
16
1. Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner
17
-
2. Make ALTER FOREIGN TABLE SET SCHEMA move any owned sequences into the new schema
18
-
3. Make ALTER TABLE ... ADD COLUMN create identity/serial sequences with the same persistence as their owning tables
17
+
2. Fix INSERT from multiple VALUES rows into a target column that is a domain over an array or composite type.
18
+
3. Require SELECT privilege on the target table for MERGE with a DO NOTHING clause.
19
+
4. Fix handling of self-modified tuples in MERGE.
20
+
5. Fix incorrect pruning of NULL partition when a table is partitioned on a boolean column and the query has a boolean IS NOT clause.
19
21
20
22
+
21
23
22
24
For further details, visit https://www.postgresql.org/docs/release/16.3/[PostgreSQL’s release notes].
23
25
24
-
== Fixed Issue(waiting for release notes)
25
-
26
+
== Fixed Issue
26
27
28
+
- Fix issue when SYSDATE is used as the default value for date: Issue #633
29
+
- Fix issue when SYSTIMESTAMP is used as the default value for date: Issue #661
30
+
- Date timestamp precision with nls mask: Issue #634
31
+
- More test case for ivorysql.datetime_ignore_nls_mask: Issue #657
32
+
- Fix incorrect result for timestamp(7) type in Oracle compatible mode: issue #658
33
+
- Support data type VARCHAR2: issue #652
34
+
- Fix IvorySQL related issue in docker_library project: [#4](https://github.com/IvorySQL/docker_library/issues/4)
27
35
28
36
== Source Code
29
37
@@ -36,24 +44,25 @@ IvorySQL's development is maintained across two main repositories:
36
44
37
45
The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, reviewers, testers, or reporters of issues.
0 commit comments