IvorySQL 1.8
·
8708 commits
to master
since this release
Version Overview
[Release Date: Nov 18, 2024]
This release based on PostgreSQL 14.8 and includes multiple oracle compatibility features. For a comprehensive list of updates, please visit our documentation site.
New changes
- PostgreSQL 14.8
- Prevent CREATE SCHEMA from defeating changes in search_path
- Enforce row-level security policies correctly after inlining a set-returning function
- Avoid crash when the new schema name is omitted in CREATE SCHEMA
- Fix enabling/disabling of cloned triggers in partitioned tables
- Disallow altering composite types that are stored in indexes
For further details, please visit PostgreSQL's release notes.
- IvorySQL 1.8
- Add "ivorysql" database as default database
- Support for both X86 and ARM architectures
- Compatibility with domestic Chinese operating systems, such as Kylin V10
- Update some IvorySQL regression test cases
- Support for more open source plugins, such as ddlx0.20, pgvector v0.8.0, and PGroonga 3.0.0.
Source Code
IvorySQL's development is maintained across two main repositories:
- IvorySQL database source code: https://github.com/IvorySQL/IvorySQL
- IvorySQL official website: https://github.com/IvorySQL/Ivory-www
Contributors
The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, reviewers, testers, or reporters of issues.
- Grant Zhou
- Jichao Ma
- Shiji Niu
- Shuntian Jiao
- Xiangyu Liang
- Xinjie Lv
- Xueyu Gao
- Yingze Wang
- Zhenchao Qiu