Commit Graph

154 Commits

Author SHA1 Message Date
250e5e7064 merge 6.0.0 into 6.0.0
【回合6.0.0】 支持dolphin 4.1-4.2升级

Created-by: wangfeihuo
Commit-by: wangfeihuo
Merged-by: opengauss_bot
Description: 【标题】支持dolphin 4.1-4.2升级

【实现内容】: 支持dolphin 4.1-4.2升级

【根因分析】: 支持dolphin 4.1-4.2升级

【实现方案】: 支持dolphin 4.1-4.2升级

【关联需求或issue】: 
https://gitcode.com/opengauss/openGauss-server/issues/7095

【开发自验报告】:
1. 请附上自验结果(内容或者截图)
4.1-4.2 升级:

![image.png](https://raw.gitcode.com/user-images/assets/5089689/0d1b1ac8-b9b4-4241-979b-08c76096e9a1/image.png 'image.png')

![image.png](https://raw.gitcode.com/user-images/assets/5089689/c3f8a40d-b091-400e-ba7f-f6b1a14f6b19/image.png 'image.png')

![image.png](https://raw.gitcode.com/user-images/assets/5089689/04bf89d0-77f5-4e3b-b117-1535214227ec/image.png 'image.png')


回滚:
![image.png](https://raw.gitcode.com/user-images/assets/5089689/3a65ce85-a9ce-4f6c-a17a-0b69e3eac7a1/image.png 'image.png')

再升级:
![image.png](https://raw.gitcode.com/user-images/assets/5089689/a34cf814-a5d2-4d02-a428-00fe59d9e007/image.png 'image.png')


4.2-5.0:

升级:
![image.png](https://raw.gitcode.com/user-images/assets/5089689/ff97ea28-f06c-4413-b5f2-bcb6c5321c21/image.png 'image.png')

回滚:
![image.png](https://raw.gitcode.com/user-images/assets/5089689/412c1f22-afad-44c5-a29f-d30d1cb83e3d/image.png 'image.png')

再升级:
![image.png](https://raw.gitcode.com/user-images/assets/5089689/6cb72ff7-6b14-46dd-a468-392529a281fe/image.png 'image.png')

2. 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例
   不涉及 
3. 是否涉及资料修改,如是,在docs仓库补充资料
   不涉及
4. 是否考虑升级场景(系统表修改、日志持久化以及修改执行态数据格式)
    涉及
5. 是否考虑在线扩容等扩展场景
    不涉及
6. 是否考虑异常场景/并发场景/前向兼容/性能场景
    不涉及
7. 是否对其他模块产生影响
    不涉及

【其他说明】:

See merge request: opengauss/openGauss-server!7812
2025-06-10 15:17:22 +08:00
3057a64136 支持dolphin 4.1-4.2 升级 2025-06-09 09:55:42 +08:00
6bc84de179 update version to 6.0.2 2025-06-07 11:50:54 +08:00
b5ef3d8bdd Improve kernel's extension scalability
1.Introduce CustomScan into openGauss
  CustomScan is a powerful PostgreSQL feature that allows developers to extend the
query executor by implementing custom scan providers. This enables integration of
specialized data sources or optimization techniques that aren't natively supported
by PostgreSQL.
  a. CustomScan node: A plan node that represents the custom scan operation
  b. CustomScan methods: Callbacks that implement the scan behavior
  c. CustomScan provider: The extension that registers the custom scan implementation
  CustomScan is an advanced feature primarily used by extension developers to deeply
integrate specialized data processing capabilities with PostgreSQL's query executor.
  add transaction callbacks interface before commit and prepare stage.
  extenal extension can use those interface to participate opengauss's
transaction model.
2.adapt bgworker for plugin.
3.Add spq build adaption
4.Fit for extensible plan/extensible node.
5.Allow auth logic to continue search after found an rule with remote trust but the
connection is not from coordinator.
2025-06-06 18:30:56 +08:00
c7bfa30b13 add jieba_tokenizer (sourcecode,compile,package)
(cherry picked from commit 5022b30a82a4b7b38b2017a21ced86a6ce94bdd6)
2025-05-15 15:14:13 +08:00
dd58f02547 lite版打包增加age插件 2025-05-08 19:20:00 +08:00
77617b6e2a lite版本打包增加chparser插件 2025-04-23 11:51:40 +08:00
836f775ec3 openGauss支持chparser插件 2025-04-21 15:35:28 +08:00
5a9190fdcd merge 6.0.1 feature 2025-01-02 19:08:26 +08:00
9acd7104f2 light mode disable htap 2024-12-28 17:58:54 +08:00
e7611eebf4 update version to 6.0.1 2024-12-28 16:04:16 +08:00
e45b6bb988 修复sum(int)性能较差的问题 2024-11-15 15:00:11 +08:00
8264b16f42 修复sum(int)性能较差的问题 2024-11-14 18:43:07 +08:00
0b8779bd92 fix libpgtypes打包版本问题
(cherry picked commit from <gitee.com//opengauss/openGauss-server/commit/6e0b5399d15ecb7f0b44fed76486a6b28897b200>
2024-09-23 08:29:25 +00:00
fbfd47253c 修改流水线编译TSDB 2024-08-28 10:04:51 +08:00
d1cf22ed91 add pg_archivecleanup tool 2024-08-24 11:08:08 +08:00
81a82a9f69 !5987 更新数据库包名--server改为tar.bz2后缀[回合600]
Merge pull request !5987 from zhangxubo/fixver
2024-08-12 11:26:56 +00:00
a36694a29f 更新server包名后缀格式 2024-08-10 09:12:47 +08:00
3ba3500bf2 !5950 更新社区包名称,明确区分各个系统和架构
Merge pull request !5950 from zhangxubo/fixver
2024-08-09 03:46:46 +00:00
a075baeb0c 更新打包名称 2024-08-08 16:36:31 +08:00
081ef521bc 修复dolphin因DBE_PERF.statement重建而升级失败的问题 2024-08-05 11:32:22 +08:00
6cd2c376bf !5809 资源池化支持memcheck
Merge pull request !5809 from 胡正超/memcheck
2024-07-27 03:49:01 +00:00
yuu
045dfc05c5 use cmake to build 2024-07-22 09:41:30 +08:00
da517259e9 add version mode into version.cfg 2024-07-18 15:54:30 +08:00
9ec3eba6e0 数据备份支持oss 2024-07-09 11:10:40 +08:00
ee4fc88688 tsdb适配 2024-07-02 10:13:43 +08:00
99cd706e43 支持gms_output包 2024-06-27 15:07:17 +08:00
e1e597c2d9 更新版本至6.0.0
Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

update src/bin/gs_plan_simulator/gs_plan_simulator.sh.

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>

更新版本至6.0.0

Signed-off-by: 李锦波 <lijinbo22@huawei.com>
2024-06-27 14:05:53 +08:00
55b7512b43 支持gms_stats包 2024-06-27 14:05:53 +08:00
9817772f80 支持gms_profiler插件 2024-06-27 14:05:52 +08:00
fc900c108d fix ecpg缺少包 2024-06-27 14:05:51 +08:00
9334edb278 enable-relocation compile 2024-06-27 14:05:51 +08:00
4024b02ebb fix 添加ecpg 头文件 2024-06-27 14:05:50 +08:00
25ae1230c6 插件升级到4.0 2024-06-27 14:05:49 +08:00
9eb8610c29 打包和drop extension支持DataVec插件 2024-06-27 14:05:48 +08:00
cfd3f99379 打包增加pgvector 2024-03-26 14:32:20 +08:00
2db99cb057 更新版本号至6.0.0-RC1 2024-03-19 14:25:38 +08:00
38a3ab781c !4952 打包增加ecpg
Merge pull request !4952 from liuheng/fix3
2024-03-14 03:10:25 +00:00
e44b10a8e1 打包增加ecpg 2024-03-13 21:05:59 +08:00
967c406f26 asan 2024-02-29 17:28:55 +08:00
c560206604 配置age插件打包至安装包 2024-02-27 13:06:01 +08:00
9238422f70 !4833 gs_retreieve工具:帮助异步备升主时旧主数据找回
Merge pull request !4833 from chenxiaobin/gs_retrieve
2024-02-19 02:22:53 +00:00
7ffad4e773 gs_retrieve: help retrieve data when asynchronous standby is promoted. 2024-02-18 12:04:59 +08:00
97f1cac122 去除打包中自带的whale插件 2024-01-19 14:26:35 +08:00
5b041a0d34 更新版本号至6.0.0 2024-01-08 14:20:03 +08:00
9dbf795d21 !4586 opengauss适配龙芯平台
Merge pull request !4586 from ape/fix_loongarch64
2023-12-20 07:13:03 +00:00
cfa95d248c fix 金融版本cmake 显示opengauss-finance标识 2023-12-14 19:27:52 +08:00
ape
16e5fbfd00 x86和arm需要打开enable-bbox 2023-12-14 10:01:14 +08:00
2256e2c708 !4568 【平台支持】新增CSIOS操作系统支持
Merge pull request !4568 from blig/master
2023-12-13 07:56:52 +00:00
591498cde9 nls 修改: 移动 src/common/backend/po -> src/gausskernel/po, 修复线程池工作线程在还未设置 LC_CTYPE 期间认证失败打印导致翻译失败输出问号 "????" 问题, 增加会话级开关 enable_nls , 使用宏控制代码修改 2023-12-12 16:40:39 +00:00