Skip to content

IvorySQL 1.8

Choose a tag to compare

@gaoxueyu gaoxueyu released this 21 Nov 07:32
· 8708 commits to master since this release
eb4b096

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
  1. Prevent CREATE SCHEMA from defeating changes in search_path
  2. Enforce row-level security policies correctly after inlining a set-returning function
  3. Avoid crash when the new schema name is omitted in CREATE SCHEMA
  4. Fix enabling/disabling of cloned triggers in partitioned tables
  5. Disallow altering composite types that are stored in indexes

For further details, please visit PostgreSQL's release notes.

  • IvorySQL 1.8
  1. Add "ivorysql" database as default database
  2. Support for both X86 and ARM architectures
  3. Compatibility with domestic Chinese operating systems, such as Kylin V10
  4. Update some IvorySQL regression test cases
  5. 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:

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

Complete Changelog