diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx index b850be8..52bcd6a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx @@ -7,6 +7,15 @@ import { useState, useCallback, useMemo } from 'react'; import useBaseUrl from '@docusaurus/useBaseUrl'; export const NewsData = [ + { + title: "IvorySQL 5.4 发布:基于 PostgreSQL 18.4,强化 AI 能力与周边生态", + desc: "基于 PG 18.4 内核,新增 IvorySQL Skills、在线体验、Cloud 5.4、容器化部署支持及 20+ 扩展,覆盖 AI、GIS、全文检索等领域。", + date: "2026-06-17", + category: "product", + categoryLabel: "产品动态", + link: "/zh-cn/news/ivorysql-5.4-released", + img: "/img/news/ivorysql-5.4-zh.png" + }, { title: "开源征程,邀你同行 | IvorySQL 2026 布道者计划正式发布", desc: "2026 年度布道者计划正式启动。写文章、做分享、贡献代码,获取官方认证与年度大奖,聚光灯打在每一个愿意分享的人身上。", diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx new file mode 100644 index 0000000..39e3b14 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx @@ -0,0 +1,145 @@ +--- +title: IvorySQL 5.4 发布:基于 PostgreSQL 18.4,强化 AI 能力与周边生态 +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + + + +
+
+

新闻动态

+
● ○ ●
+
+
+ +
+
+
+ 新闻动态 > 正文内容 +
+ +
+
IvorySQL 5.4 发布:基于 PostgreSQL 18.4,强化 AI 能力与周边生态
+
📅 发布时间:2026 年 06 月 17 日
+
+ +
+

+ 2026 年 6 月 17 日,IvorySQL 社区正式发布 IvorySQL 5.4。作为兼容 Oracle 的开源 PostgreSQL 数据库,IvorySQL 5.4 基于 PostgreSQL 18.4 构建,带来了多项内核更新、功能增强和生态扩展,并进一步完善 AI、云原生部署以及数据库管理能力。 +

+

完整更新清单请访问官方文档网站:docs.ivorysql.org

+ +

PostgreSQL 18.4 内核更新

+

IvorySQL 5.4 同步升级至 PostgreSQL 18.4,继承了社区最新的稳定性与安全修复,包括:

+
    +
  1. 防止处理启动数据包(startup packets)时出现无限递归问题
  2. +
  3. 修复内存分配计算中的多项整数溢出问题
  4. +
  5. pg_createsubscriber 中正确引用(转义)订阅名称
  6. +
  7. 在逻辑复制源(logical replication origin)检查中正确引用对象名称
  8. +
  9. ts_headline() 中拒绝超长选项参数
  10. +
  11. 在恢复属性 MCV(Most Common Values,最常见值)统计信息时检测异常输入
  12. +
+ +

IvorySQL 5.4 关键特性

+ +

升级至 PostgreSQL 18.4 内核

+

IvorySQL 内核升级至 PostgreSQL 18.4 版本,进一步提升数据库的稳定性、安全性和兼容性。

+ +

IvorySQL Skills:让 AI 成为数据库专家

+

项目地址:github.com/IvorySQL/skills

+

IvorySQL Skills 为 AI 助手提供数据库知识与操作能力,使其能够更高效地理解、使用和管理 IvorySQL 数据库,推动 AI 与数据库深度融合。

+ +

在线体验 IvorySQL 5.4

+

在线体验地址:trial.ivorysql.org

+

基于浏览器的交互式体验环境现已上线,用户无需安装,即可实时体验和评估 IvorySQL 5.4 的各项能力。

+ +

全平台发行支持

+

IvorySQL 5.4 提供覆盖 X86、ARM、MIPS 和 LoongArch 等主流架构的安装包,满足不同硬件平台下的部署需求。

+ +

云原生容器化部署

+

支持通过 Docker Compose、Podman、Swarm、Helm 以及 IvorySQL 5.4 Operator,一键部署单机或高可用集群,进一步降低数据库部署与运维成本。

+ +

IvorySQL Cloud 5.4 发布

+

IvorySQL Cloud 是面向数据库全生命周期管理的可视化平台,提供数据库订阅管理、生命周期运维编排以及生态服务集成能力。

+ +

持续扩展 PostgreSQL 生态

+

IvorySQL 5.4 新增支持多项 PostgreSQL 扩展与工具,覆盖 AI、GIS、全文检索、连接池、高可用、运维监控等领域:

+
    +
  • AI 与向量:pg_ai_query、pgvector
  • +
  • 图数据库:AGE
  • +
  • GIS 与路网:PostGIS、pgRouting
  • +
  • 中文分词:pg_jieba、Zhparser、pg_bigm
  • +
  • 全文检索:PGroonga、pg_textsearch
  • +
  • 运维与调度:pg_cron、pgagent
  • +
  • 监控分析:system_stats、pg_stat_monitor、pg_show_plans
  • +
  • SQL 增强:ddlx、plpgsql_check、pg_hint_plan
  • +
  • 网络访问:pgsql-http、pg_curl
  • +
  • 中间件:PgBouncer
  • +
  • 异构集成:redis_fdw
  • +
  • 分区管理:pg_partman
  • +
  • WAL 解码:wal2json
  • +
+ +

SQL 兼容性增强

+

IvorySQL 持续完善 SQL 兼容能力。本次版本增强了 EXTRACT 函数支持,兼容更多 SQL 语法变体,进一步提升数据库迁移和应用适配体验。

+ +

源代码仓库

+ + +

贡献者

+

感谢以下贡献者(按字母顺序排列)以补丁作者、提交者、评审者、测试人员或问题报告者等身份参与 IvorySQL 5.4 的发布:

+

3296442201 · Adria0615 · anapplebeee · Cédric Villemain · Fawei Zhao · Ge Sui · Grant Zhou · hanjianqiao · jerome-peng · liketoochao · movead123 · msdnchina · Pierre Forstmann · Rophy Tsai · Shawn Yan · Shuntian Jiao · Steven Niu · tian1220A · xiaoyu509 · Xiaohui Liu · Xiangyu Liang · Xinjie LYU · Xueyu Gao · yes7rose · Yasir Hussain Shah · z20081120087 · Zhe Zhang · Zhenhao Pan · Zheng Tao · Zhuoyan Shi · zuinuan123

+ +

欢迎试用

+

完整更新日志:GitHub 对比

+

欢迎社区伙伴下载和体验 IvorySQL 5.4。如果您在使用过程中发现问题,欢迎提交 Issue。每一位问题反馈者,都有机会获得 IvorySQL 社区精美周边。

+
+
+ +
+
+
▼ 文章大纲
+ +
+
+
diff --git a/src/pages/news/index.mdx b/src/pages/news/index.mdx index b4c3983..13c4ceb 100644 --- a/src/pages/news/index.mdx +++ b/src/pages/news/index.mdx @@ -7,6 +7,15 @@ import { useState, useCallback, useMemo } from 'react'; import useBaseUrl from '@docusaurus/useBaseUrl'; export const NewsData = [ + { + title: "IvorySQL 5.4 Released: Based on PostgreSQL 18.4 with Enhanced AI and Ecosystem", + desc: "Built on PG 18.4 kernel, featuring IvorySQL Skills, online trial, Cloud 5.4, containerized deployment, and 20+ extensions across AI, GIS, and full-text search.", + date: "2026-06-17", + category: "product", + categoryLabel: "Product", + link: "/news/ivorysql-5.4-released", + img: "/img/news/ivorysql-5.4-en.png" + }, { title: "Join the Journey | IvorySQL 2026 Evangelist Program is Now Open", desc: "The 2026 Evangelist Program is officially launched. Write, speak, contribute code—gain official recognition and annual awards.", diff --git a/src/pages/news/ivorysql-5.4-released.mdx b/src/pages/news/ivorysql-5.4-released.mdx new file mode 100644 index 0000000..a3d9bcd --- /dev/null +++ b/src/pages/news/ivorysql-5.4-released.mdx @@ -0,0 +1,144 @@ +--- +title: "IvorySQL 5.4 Released: Based on PostgreSQL 18.4 with Enhanced AI and Ecosystem" +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + + + +
+
+

News & Updates

+
● ○ ●
+
+
+ +
+
+
+ News & Updates > Article Content +
+ +
+
IvorySQL 5.4 Released: Based on PostgreSQL 18.4 with Enhanced AI and Ecosystem
+
📅 Published on: June 17, 2026
+
+ +
+

+ On June 17, 2026, the IvorySQL community officially released IvorySQL 5.4. As an Oracle-compatible open-source PostgreSQL database, IvorySQL 5.4 is built on PostgreSQL 18.4 and includes kernel updates, feature enhancements, and ecosystem expansion, further advancing AI, cloud-native deployment, and database management capabilities. +

+

Full release notes: docs.ivorysql.org

+ +

PostgreSQL 18.4 Kernel Update

+
    +
  1. Prevent unbounded recursion while processing startup packets
  2. +
  3. Fix assorted integer overflows in memory-allocation calculations
  4. +
  5. Properly quote subscription names in pg_createsubscriber
  6. +
  7. Properly quote object names in logical replication origin checks
  8. +
  9. Reject over-length options in ts_headline()
  10. +
  11. Detect faulty input when restoring attribute MCV statistics
  12. +
+ +

Key Enhancements

+ +

Upgrade to PG 18.4 kernel

+

PostgreSQL kernel upgraded to version 18.4 for improved stability, security and compatibility.

+ +

IvorySQL Skills

+

github.com/IvorySQL/skills

+

Empowering AI assistants to become IvorySQL database experts.

+ +

Online Experience

+

trial.ivorysql.org

+

An interactive, browser-based environment is now available, allowing users to explore and evaluate IvorySQL 5.4 in real time — no installation required.

+ +

Packaging for All Platforms

+

Provides multi-platform media packages for X86, ARM, MIPS, and LoongArch architectures.

+ +

Containerized Deployment Support

+

Supports one-click deployment of standalone or highly available IvorySQL 5.4 clusters via Docker Compose, Podman, Swarm, Helm, and the IvorySQL 5.4 Operator.

+ +

IvorySQL Cloud 5.4

+

A fully managed, graphical control plane that handles IvorySQL 5.4 database subscriptions, orchestrates end-to-end lifecycle operations, and integrates surrounding ecosystem services.

+ +

PostgreSQL Extensions

+

Added support for additional PostgreSQL extensions and tools:

+
    +
  • AI & Vector: pg_ai_query, pgvector
  • +
  • Graph: AGE
  • +
  • GIS & Routing: PostGIS, pgRouting
  • +
  • Chinese text search: pg_jieba, Zhparser, pg_bigm
  • +
  • Full-text search: PGroonga, pg_textsearch
  • +
  • Scheduling: pg_cron, pgagent
  • +
  • Monitoring: system_stats, pg_stat_monitor, pg_show_plans
  • +
  • SQL tools: ddlx, plpgsql_check, pg_hint_plan
  • +
  • HTTP: pgsql-http, pg_curl
  • +
  • Connection pool: PgBouncer
  • +
  • Partitioning: pg_partman
  • +
  • WAL: wal2json
  • +
  • Foreign data: redis_fdw
  • +
+ +

SQL Compatibility

+

Enhanced the EXTRACT function support to accept additional syntax variations in SQL queries.

+ +

Source Code

+ + +

Contributors

+

The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, reviewers, testers, or reporters of issues:

+

3296442201 · Adria0615 · anapplebeee · Cédric Villemain · Fawei Zhao · Ge Sui · Grant Zhou · hanjianqiao · jerome-peng · liketoochao · movead123 · msdnchina · Pierre Forstmann · Rophy Tsai · Shawn Yan · Shuntian Jiao · Steven Niu · tian1220A · xiaoyu509 · Xiaohui Liu · Xiangyu Liang · Xinjie LYU · Xueyu Gao · yes7rose · Yasir Hussain Shah · z20081120087 · Zhe Zhang · Zhenhao Pan · Zheng Tao · Zhuoyan Shi · zuinuan123

+ +

Try It Out

+

Complete Changelog

+

We welcome the community to download and try IvorySQL 5.4. If you encounter any issues, please submit an issue. Every reporter has a chance to receive exclusive IvorySQL community merchandise.

+
+
+ +
+
+
▼ CONTENTS
+ +
+
+
diff --git a/static/img/news/ivorysql-5.4-en.png b/static/img/news/ivorysql-5.4-en.png new file mode 100644 index 0000000..82523ab Binary files /dev/null and b/static/img/news/ivorysql-5.4-en.png differ diff --git a/static/img/news/ivorysql-5.4-zh.png b/static/img/news/ivorysql-5.4-zh.png new file mode 100644 index 0000000..d4b1883 Binary files /dev/null and b/static/img/news/ivorysql-5.4-zh.png differ