|
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 |
|
|
0907c4a47d
|
take apply lsn in condsidera when walreceiver judge if do a lsn feedback
|
2023-07-04 18:37:36 +08: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 |
|
|
c629fe3ac1
|
修复OptMemoryContext在Debug模式下未正确设置哨兵导致内存检查失败的问题。
|
2023-07-03 11:42:22 +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 |
|
|
179c3803bf
|
!3602 大页内存功能在centos7下自定义大页大小功能异常问题修复
Merge pull request !3602 from zhangzhixian/hugepages_fix
|
2023-06-29 06:35:46 +00:00 |
|
|
4fa4e989c6
|
!3643 dorado双集群日志回放问题
Merge pull request !3643 from Carl/master
|
2023-06-29 06:28:20 +00:00 |
|
|
98a19c9c2f
|
修改评审意见
|
2023-06-29 13:23:22 +08:00 |
|
|
9fe853060a
|
补充资源池化备机支持事务内多写测试用例,修复gsql -C无法执行的问题
|
2023-06-29 12:25:11 +08:00 |
|
|
fce417ac01
|
!3620 【bugfixed】解决并行创建索引出现警告日志的问题
Merge pull request !3620 from laishenghao/parallel
|
2023-06-29 03:43:00 +00:00 |
|
|
45647ca71b
|
dorado双集群日志回放问题
|
2023-06-29 10:40:24 +08:00 |
|
|
862c68be44
|
修复用例错误问题
Signed-off-by: pengjiong <totaj@qq.com>
|
2023-06-28 12:51:24 +00:00 |
|
|
d1d9e15a4a
|
!3634 【bugfix】修复compress_ratio_info和compress_statistic_info在表重建后无法使用的问题
Merge pull request !3634 from 周聪/bugfix_compress_ratio_info
|
2023-06-28 12:01:42 +00:00 |
|
|
14e19cb069
|
【bugfix】表重建后compress_ratio_info不生效
|
2023-06-28 16:12:04 +08:00 |
|
|
59169edc02
|
【bugfix】set(compresstype=3)生效
|
2023-06-28 15:07:52 +08:00 |
|
|
b690dea2fc
|
udf_memory_limit is unuseful
|
2023-06-28 14:31:18 +08:00 |
|
|
20dc634619
|
修复 pg_stat_ 系列统计函数无法获取分区信息的问题
|
2023-06-28 14:28:15 +08:00 |
|
|
32da260b6f
|
!3543 修复自定义变量赋值的heLp 问题
Merge pull request !3543 from chenbd/fix_help_var
|
2023-06-28 03:26:53 +00:00 |
|