|
1472330239
|
overview fix
|
2023-07-27 09:28:59 +08:00 |
|
|
8c07397445
|
无符号类型比较不当导致判断条件冗余问题
|
2023-07-25 17:12:11 +08:00 |
|
|
da94b2b95a
|
工具代码(bin)中无符号类型比较不当导致判断条件冗余问题
|
2023-07-21 10:38:45 +08:00 |
|
|
25583ac6ff
|
!3665 【资源池化】【bugfix】解决多次进入按需回放时,回放日志选择出错的问题
Merge pull request !3665 from 陈栋/bugfix
|
2023-07-06 09:05:21 +00:00 |
|
|
0cea381fbd
|
!3668 dsscommit点更新
Merge pull request !3668 from 徐鑫鑫/dsscommit
|
2023-07-06 08:01:49 +00:00 |
|
|
b1c1e793dc
|
!3673 adjust the log print level from log to debug5
Merge pull request !3673 from 吴岳川/compress
|
2023-07-06 01:46:07 +00:00 |
|
|
d637e16a5a
|
!3671 gs_probackup: Multithread backup supports pglz compression
Merge pull request !3671 from 吴岳川/master
|
2023-07-05 11:06:15 +00:00 |
|
|
a10d1f247b
|
!3660 修复分区键使用mysql字符序时的问题
Merge pull request !3660 from 李居东/sync_charset
|
2023-07-05 10:28:58 +00:00 |
|
|
e8ae900d3d
|
!3666 update docker docs link
Merge pull request !3666 from zhangxubo/master
|
2023-07-05 09:45:04 +00:00 |
|
|
401458ea1a
|
dsscommit点更新
|
2023-07-05 17:11:22 +08:00 |
|
|
e44081ec8b
|
adjust the log print level from log to debug5
|
2023-07-05 15:55:03 +08:00 |
|
|
af596cf147
|
!3664 解决ss双集群build问题
Merge pull request !3664 from Carl/build
|
2023-07-05 06:21:58 +00:00 |
|
|
88d8d07346
|
解决多次进入按需回放时,回放日志选择出错的问题
|
2023-07-04 21:29:05 +08:00 |
|
|
2c3286b46b
|
update docker docs link
|
2023-07-04 20:50:41 +08:00 |
|
|
2819e51832
|
!3576 【回合】流式容灾bugfix
Merge pull request !3576 from 薛蒙恩/sdrmaster
|
2023-07-04 12:25:23 +00:00 |
|
|
189b3dd345
|
!3662 [bug fix] 修复copy from制定timestamp format中包含FF6导致coredump的问题
Merge pull request !3662 from cchen676/1207master
|
2023-07-04 12:24:06 +00:00 |
|
|
bd912e5bf5
|
gs_probackup: Multithread backup supports pglz compression
|
2023-07-04 17:04:39 +08:00 |
|
|
e6a0569000
|
解决ss双集群build失败
|
2023-07-04 16:08:43 +08:00 |
|
|
18d06c8f1e
|
!3655 【资源池化】转移页面时,当本地页面淘汰的情况下,让请求节点从磁盘加载
Merge pull request !3655 from 董宁/bugfix4_up
|
2023-07-04 06:11:54 +00:00 |
|
|
127f6abeb8
|
!3656 【资源池化】增加获取page是否在缓存中的接口
Merge pull request !3656 from 阙鸣健/ndp_bugfix
|
2023-07-04 03:33:12 +00:00 |
|
|
cbf6e870c7
|
!3659 双集群日志回放问题
Merge pull request !3659 from Carl/bug
|
2023-07-04 01:24:12 +00:00 |
|
|
bf7459bd44
|
【资源池化】增加获取page是否在缓存中的接口
|
2023-07-03 20:09:35 +08:00 |
|
|
97f9f7d20c
|
1、老问题:修复分区剪枝、分区路由未使用正确的collation导致的core问题和剪枝问题
- 修复range、list分区键比较时未指定字符序的问题。
- 修复hash分区键计算hashvalue未使用collation的场景。
2、修复hash分区剪枝时,const->constcollid与分区键不同导致选错分区的问题:
问题分析:getHashPartitionOid中计算hash使用的时const上的collation,const可能由条件中的常量传入,const的collation与分区键不同,应当使用分区键上的collation
修改方案:getHashPartitionOid中无法方便地获取分区键上的collation,所有需要判断分区的const都会调用getTargetType函数,在此函数中处理collation,使返回的collation都与分区键的相同。getTargetType的src参数可能指向条件上的const,不适合直接修改其const,目前copy后修改。
|
2023-07-03 19:25:42 +08:00 |
|
|
3b5f7fd8a2
|
修复copy from制定timestamp format中包含FF6导致coredump的问题
|
2023-07-03 19:12:18 +08:00 |
|
|
105ab0fbee
|
!3498 openGauss Kernel for TimescaleDB
Merge pull request !3498 from 叶某人/master_branch
|
2023-07-03 09:43:45 +00:00 |
|
|
2dfe92130b
|
双集群日志回放问题
|
2023-07-03 16:31:27 +08:00 |
|
|
622ffe4cab
|
!3635 修复分区表bypass update报错问题
Merge pull request !3635 from 胡正超/onupdate
|
2023-07-03 02:20:16 +00:00 |
|
|
827f5f412a
|
流式容灾bugfix
|
2023-07-03 09:16:34 +08:00 |
|
|
ec60d495ed
|
添加TIMESCALE_DB_VERSION_NUM
|
2023-07-01 20:34:28 +08:00 |
|
|
45b0061a62
|
Merge remote-tracking branch 'upstream/master' into master_branch
|
2023-07-01 11:50:40 +08:00 |
|
|
d3bb4ba284
|
更正版本号
|
2023-07-01 11:32:39 +08:00 |
|
|
1e8ccc5d28
|
合并冲突,修改版本号位置
|
2023-07-01 11:27:03 +08:00 |
|
|
6a82c2ef4d
|
[资源池化]在页面被换出的情况下,让请求节点从磁盘加载
|
2023-06-30 17:45:44 +08:00 |
|
|
115542d1df
|
!3505 【SQL】兼容MySQL多字符集
Merge pull request !3505 from suncan/sync_charset
|
2023-06-30 08:53:50 +00:00 |
|
|
39056f5a83
|
!3614 修复缺陷:执行grant select (prosrc) on pg_proc to test后,数据库宕机
Merge pull request !3614 from 午月/fix_bug
|
2023-06-30 08:47:35 +00:00 |
|
|
e6d936753e
|
!3639 update场景的opfusion复用
Merge pull request !3639 from cc_db_dev/opfusion_update
|
2023-06-30 06:43:52 +00:00 |
|
|
0c3f5e6a98
|
!3653 当NDP队列为空时,不直接continue而是部分page走原生,防止死循环
Merge pull request !3653 from 阙鸣健/ndp_bugfix
|
2023-06-30 06:42:40 +00:00 |
|
|
7b9bdca43d
|
!3642 修复rto vacuum core和升级 core
Merge pull request !3642 from yyl/fixbug
|
2023-06-30 06:30:54 +00:00 |
|
|
74cfbafa38
|
当NDP队列为空时,不直接continue而是部分page走原生,防止死循环
|
2023-06-30 11:11:31 +08:00 |
|
|
fbd71b8204
|
!3636 【bugfix】修复修改压缩表,compresstype应不支持设置为3,实际设置成功
Merge pull request !3636 from 周聪/bugfix_compresstype_3
|
2023-06-30 02:23:07 +00:00 |
|
|
7d16d324ec
|
fixbug rto vacuum bug and upgrade bug
|
2023-06-30 10:18:54 +08:00 |
|
|
1b5bbcb9a3
|
!3649 【资源池化】共享存储模式禁止配置过大的Proc threads数量
Merge pull request !3649 from 陈婷婷/master
|
2023-06-30 01:42:53 +00:00 |
|
|
1e5bc3c6a3
|
update场景复用opfusion对象
|
2023-06-30 09:37:10 +08:00 |
|
|
ffbc0ac3b7
|
兼容MySQL多字符集
|
2023-06-29 20:42:59 +08:00 |
|
|
767d9db2de
|
!3631 【资源池化】补充资源池化备机支持事务内多写测试用例,修复多个传统和资源池化下写转发的问题
Merge pull request !3631 from cchen676/1207master
|
2023-06-29 11:16:32 +00:00 |
|
|
94c23e29d9
|
Fixing the error issue of bypass update in the partition table
|
2023-06-29 17:34:19 +08:00 |
|
|
d9be5d149c
|
禁止参数配置过大导致mes waiting room访问越界
|
2023-06-29 16:24:47 +08:00 |
|
|
e8131e9a09
|
!3632 修改get_func_langname函数不存在时的打印问题
Merge pull request !3632 from chenxiaobin/fixErrmsg
|
2023-06-29 07:13:43 +00:00 |
|
|
76ddc5a9f8
|
!3474 mysql兼容,存储过程和函数带select语句时,支持call调用-server部分
Merge pull request !3474 from chenbd/mysql_proc_multi_select
|
2023-06-29 07:08:13 +00:00 |
|
|
79bdd84f93
|
!3625 大页内存guc参数更改为不向备机同步
Merge pull request !3625 from zhangzhixian/hugepages_local_guc
|
2023-06-29 07:03:00 +00:00 |
|