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 4ae43b0..0d0ab55 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.3 正式发布:基于 PG 18.3 内核,多特性升级+全场景适配", + desc: "IvorySQL 5.3 基于 PostgreSQL 18.3 构建,带来在线体验、容器化部署增强,以及 10 个 PostgreSQL 扩展支持。", + date: "2026-03-12", + category: "product", + categoryLabel: "产品动态", + link: "/zh-cn/news/ivorysql-v5-3-released", + img: "/img/news/ivorysql-v5-3-released.png" + }, { title: "IvorySQL 社区两项议题入选 PGConf.dev 2026", desc: "IvorySQL 社区成员 Grant Zhou 与厉超的两项技术议题双双入选 PGConf.dev 2026。", diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-v5-3-released.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-v5-3-released.mdx new file mode 100644 index 0000000..183ccb8 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-v5-3-released.mdx @@ -0,0 +1,182 @@ +--- +title: "IvorySQL 5.3 正式发布:基于 PG 18.3 内核,多特性升级+全场景适配" +hide_table_of_contents: true +--- + + + +
+ 2026 年 3 月 12 日,IvorySQL 社区正式发布 IvorySQL 5.3。 +
++ 本次版本基于 PostgreSQL 18.3 构建,在同步 PostgreSQL 最新稳定能力的同时,进一步增强云原生部署能力、数据库生态扩展以及用户体验。此外,本次版本现已推出在线体验环境,用户无需安装即可在浏览器中体验 IvorySQL。 +
++ 如需完整更新清单,可访问官方文档网站 https://docs.ivorysql.org/。 +
+ +substring() 函数时出现不正确的无效编码报错。json_strip_nulls() 和 jsonb_strip_nulls() 函数的易变性标记。LATERAL UNION ALL 子查询输出中可能产生空值的外连接集合计算问题。+ 更多详情可查看 PostgreSQL 18.3 官方发布说明。 +
+ +oidvector/int2vector 出现意外维度。contrib/pgcrypto 模块 PGP 解密函数中的缓冲区溢出问题。contrib/pg_trgm 模块,以应对字符串小写转换行为的变化。+ 更多详情可查看 PostgreSQL 18.2 官方发布说明。 +
+ +pg_cron、pgAudit、PostGIS、pgRouting、PGroonga、ddlx、pgsql-http、system_stats、plpgsql_check、pgvector。ColumnRefOrFuncCall 的 raw_expression_tree_walker 处理问题。ivorysql.compatible_mode = 'pg' 场景下的错误提示信息。token_is_col_id() 中数组越界读取问题(liboracle_parser.c)。INVISIBLEINCREMENT 的问题。IvorySQL 项目的开发维护主要分布在以下四个仓库:
+以下人员(按字母顺序)以代码作者、提交者、评审者、测试人员或问题报告者身份参与了本次版本发布:
+感谢以上贡献者!
+ ++ 完整更新日志:https://github.com/IvorySQL/IvorySQL/compare/IvorySQL_5.1...IvorySQL_5.3 +
++ 欢迎各位社区小伙伴试用 IvorySQL 5.3,如发现任何问题,可提交 issue 反馈,我们将为您送上 IvorySQL 周边好礼! +
++ On March 12, 2026, the IvorySQL community officially released IvorySQL 5.3. +
++ Built on PostgreSQL 18.3, this release keeps pace with the latest stable PostgreSQL capabilities while further strengthening cloud-native deployment, ecosystem extensibility, and overall user experience. IvorySQL 5.3 also introduces an online trial environment so users can explore it directly in the browser without local installation. +
++ For the complete update list, visit the official documentation site at docs.ivorysql.org. +
+ +substring() to toasted data.json_strip_nulls() and jsonb_strip_nulls().LATERAL UNION ALL subquery outputs.+ For more details, see the official PostgreSQL 18.3 Release Notes. +
+ +oidvector and int2vector values.contrib/pgcrypto module.contrib/pg_trgm module to cope with changes in string lowercasing behavior.+ For more details, see the official PostgreSQL 18.2 Release Notes. +
+ +pg_cron, pgAudit, PostGIS, pgRouting, PGroonga, ddlx, pgsql-http, system_stats, plpgsql_check, and pgvector.raw_expression_tree_walker handling issue for ColumnRefOrFuncCall.ivorysql.compatible_mode = 'pg'.token_is_col_id() within liboracle_parser.c.INVISIBLEINCREMENT.The development and maintenance of IvorySQL are mainly distributed across the following four repositories:
++ The following individuals, listed in alphabetical order, contributed to this release as code authors, committers, reviewers, testers, or issue reporters: +
+Thanks to all the contributors!
+ ++ The complete changelog is available at https://github.com/IvorySQL/IvorySQL/compare/IvorySQL_5.1...IvorySQL_5.3. +
++ We welcome everyone in the community to try IvorySQL 5.3. If you encounter any issues, please submit feedback through GitHub Issues. We will send IvorySQL merchandise as a thank-you gift. +
+