|
282d8e6f6a
|
pg_controldata5.0.1回合预留双集群模式
|
2023-10-11 17:32:03 +08:00 |
|
|
073195ab1f
|
!4262 资源池化5.1.0版本bugfix回合5.0.1
Merge pull request !4262 from 陈栋/5.0.0_merge
|
2023-10-11 08:30:20 +00:00 |
|
|
c88b5c284a
|
!4261 【5.0.1版本代码同步】#4142 解决sql_mode_full_group关闭下,对没值的列使用聚合函数报错,与MySQL输出不一致
Merge pull request !4261 from zhangxubo/5.0.0
|
2023-10-11 08:19:35 +00:00 |
|
|
2fa7759e97
|
解决sql_mode_full_group关闭下,对没值的列使用聚合函数报错,与MySQL输出不一致【zyzx】
|
2023-10-10 19:36:11 +08:00 |
|
|
880e22c522
|
资源池化回合5.0.0统一推点;其它接口适配整改
|
2023-10-10 16:38:12 +08:00 |
|
|
fdbdf64f30
|
!4258 【回合】记录query的parsetree nodetag
Merge pull request !4258 from pengjiong/5.0.0_bugfix
|
2023-10-10 06:26:24 +00:00 |
|
|
2154090a94
|
Record query's parse tree nodetag for dolphin. userd to check query's type, for strict mode.
|
2023-10-10 11:58:56 +08:00 |
|
|
3210de1caf
|
1.开启按需回放时,按需回放阶段从磁盘中读取xlog日志,降低内存消耗
2.解决按需回放内存配置较小时,HashMap构建卡住的问题
3.规范按需回放与按需回放的日志回放阶段变量命名
|
2023-10-10 11:24:42 +08:00 |
|
|
109e85f273
|
dss 9.12推点 删除错误码适配
|
2023-10-10 10:47:25 +08:00 |
|
|
1099cf4b5b
|
打开dms时,数据库只能使用段页式存储,开放release版本的enable_segment参数可配置,提升易用性
|
2023-10-10 10:00:41 +08:00 |
|
|
f7a96eadb9
|
fix gs ctl mem leak
|
2023-10-10 09:59:51 +08:00 |
|
|
f022925ff5
|
【资源池化】SSWaitIOTimeout修复+DMS推点
|
2023-10-10 09:59:32 +08:00 |
|
|
62c19f20fd
|
解决按需回放中,未升主备机lsn校验失败的问题;删除按需回放支持升级
|
2023-10-10 09:58:56 +08:00 |
|
|
555dac870b
|
fix reform timeout due to twophasecleaner and backend term deadlock
|
2023-10-10 09:17:06 +08:00 |
|
|
b3eb9b3d66
|
【资源池化】对于请求页面长时间等待的日志,避免其打印到前端gsql
|
2023-10-10 09:16:48 +08:00 |
|
|
44cc04289e
|
【bugfix】修改按需回放部分日志等级
|
2023-10-10 09:16:02 +08:00 |
|
|
3d19aa34b5
|
【bugfix】 修复postmaster线程卡在PM_WAIT_BACKEND
|
2023-10-10 09:10:01 +08:00 |
|
|
2c01990d00
|
修复主备倒换后,新主由于fd是0,导致读和aio出错的问题
|
2023-10-09 21:40:28 +08:00 |
|
|
49e10a541b
|
适配新MES
|
2023-10-09 21:40:08 +08:00 |
|
|
f386d27147
|
【资源池化】mes worker线程使用超时接口
|
2023-10-09 21:37:32 +08:00 |
|
|
ab53c2b58d
|
dss增加本地dn校验
|
2023-10-09 21:37:15 +08:00 |
|
|
8bf941207a
|
On branch zym-hash-segment
Your branch is up to date with 'origin/zym-hash-segment'.
Changes to be committed:
modified: src/gausskernel/storage/access/hash/hashpage.cpp
|
2023-10-09 21:36:14 +08:00 |
|
|
950661248c
|
解决关闭双写后,段页式执行gs_shrink会core的问题
|
2023-10-09 21:35:59 +08:00 |
|
|
40222b4a2b
|
同步dss_contrl
|
2023-10-09 21:35:43 +08:00 |
|
|
91e817f23f
|
调整按需回放部分函数命名
|
2023-10-09 21:34:46 +08:00 |
|
|
06be7f494d
|
【资源池化】更新DMS的commit点
|
2023-10-09 21:32:52 +08:00 |
|
|
5a5aa90f7b
|
【资源池化】owner转移页面场景,对于been_load为false情况,补充内容锁的释放
|
2023-10-09 21:32:13 +08:00 |
|
|
ac60fb2b1d
|
解决段式存储上创建hash索引coredump的问题
|
2023-10-09 21:31:58 +08:00 |
|
|
8209c5a85f
|
【bugfix】解决按需回放xlog日志重复回放的问题
|
2023-10-09 21:31:41 +08:00 |
|
|
e1e0d33882
|
【bugfix】解决部分Switchover场景下,预期外进入按需回放的问题
|
2023-10-09 21:31:34 +08:00 |
|
|
abe6a731b4
|
【资源池化】适配DMS侧增加smon_recycle线程;DMS推点
|
2023-10-09 21:31:12 +08:00 |
|
|
9aee295108
|
删除过多无用日志
|
2023-10-09 21:30:32 +08:00 |
|
|
e4e1cd745f
|
【资源池化】适配DMS报文兼容性
|
2023-10-09 21:30:14 +08:00 |
|
|
c7a3c843f0
|
[bugfix]解决按需回放部分问题:1.部分日志回放选择错误问题;2.按需回放未正常结束后多次重启,导致找不到redo点的问题
|
2023-10-09 21:29:34 +08:00 |
|
|
bc2f2d8eaf
|
适配DSS接口与错误码修改
|
2023-10-09 21:28:37 +08:00 |
|
|
8a37df6d12
|
适配初始化时ENABLE_DMS未生效的场景,toast表不增加segment=on选项
|
2023-10-09 21:26:51 +08:00 |
|
|
a754ce6c5f
|
【资源池化】DMS侧消息超时时间默认10s
|
2023-10-09 21:26:33 +08:00 |
|
|
2a0e0ba865
|
【bugfix】解决按需回放部分问题:1. 按需回放成功后,再次进入回放后,回放方式选择错误; 2. 按需回放失败,其它节点回放成功后,回放失败节点无法拉起
|
2023-10-09 21:25:41 +08:00 |
|
|
4a1325b9fa
|
解决gs_ctl内存泄漏
|
2023-10-09 21:24:39 +08:00 |
|
|
f766addfbd
|
!4076 【代码同步】同步3.0.5版本,增加 pg_terminate_active_session_socket 函数
Merge pull request !4076 from zhangxubo/5.0-termsession
|
2023-10-07 10:00:28 +00:00 |
|
|
f93279ba70
|
!4240 修复:“使用alter system方式修改参数num_internal_lock_partitions后,重启数据库失败”的问题
Merge pull request !4240 from songlinxuan/5.0.0
|
2023-10-07 09:45:19 +00:00 |
|
|
3d2a64bfec
|
修复 【使用alter system方式修改参数num_internal_lock_partitions后,重启数据库失败】的问题
|
2023-10-07 15:43:48 +08:00 |
|
|
ab05033aab
|
!3651 【代码同步】【回合5.0.0分支】解决备机获取快照导致主备复制卡住的问题
Merge pull request !3651 from zhangxubo/5.0.0_bf1
|
2023-10-07 07:08:38 +00:00 |
|
|
a1b5e72a25
|
!4047 【master回合5.0.0】修复interval在存储过程中赋值错误的问题
Merge pull request !4047 from Cross-罗/cherry-pick-1693447349
|
2023-10-07 07:07:22 +00:00 |
|
|
2b5ccc11c9
|
!4192 【5.0.1代码同步】修复3.0.0-3.1.0-5.1.0跨版本灰度升级失败,报错Key (oid)=(560) already exists
Merge pull request !4192 from zhangxubo/5.0.0
|
2023-10-07 07:05:09 +00:00 |
|
|
e4206107c1
|
同步修改到3.0.4版本
|
2023-10-07 11:12:53 +08:00 |
|
|
707a05b104
|
修复3.0.0-3.1.0-5.1.0跨版本灰度升级失败,报错Key (oid)=(560) already exists
|
2023-09-21 21:22:28 +08:00 |
|
|
41818cff7d
|
!4162 修改资源池化场景下gs_probackup工具中DSS读写步长,优化性能
Merge pull request !4162 from 刘展峰/5.0.0fix
|
2023-09-21 01:24:18 +00:00 |
|
|
6629f75e05
|
!4174 【cherry-pick】job进程需要加载dolphin插件
Merge pull request !4174 from pengjiong/cherry-pick-1695180399
|
2023-09-20 08:35:02 +00:00 |
|
|
838a94a45f
|
fixed 23adb56 from https://gitee.com/totaj/openGauss-server/pulls/4172
Job schedule should load dolphin.
|
2023-09-20 03:26:43 +00:00 |
|