Commit Graph

4651 Commits

Author SHA1 Message Date
f4d20c77a7 remove unnecessary comments 2024-04-11 20:02:51 +08:00
e3953306e9 bugfix of drop trigger if exists with schema 2024-04-11 20:02:51 +08:00
176adad1d0 create alter drop trigger in schema 2024-04-11 20:02:51 +08:00
bbf61f39c4 存储过程存在comment时,gs_dump导出语句错误导致无法导入问题修复 2024-04-11 20:02:51 +08:00
2e5c89c00a 修复MySQL风格的存储过程使用gs_restore导入失败的问题 2024-04-11 20:02:50 +08:00
bc3b508c73 !5109 需求关键字降级回合
Merge pull request !5109 from 吴岳川/5.0.0
2024-04-11 12:02:08 +00:00
9e30d836c8 !5111 【特性回合5.0.2】兼容M* select语句支持ignore index && @变量递归调用 && m* 兼容,视图支持sql security 语法
Merge pull request !5111 from chenxiaobin/cp3481
2024-04-11 11:33:20 +00:00
5c2cc9f3a9 同步关键字降级需求 2024-04-11 16:13:11 +08:00
6d4318bbc0 view sql security 2024-04-11 14:43:39 +08:00
e9775edba8 @variable 递归调用 2024-04-11 14:31:21 +08:00
8b0bc8d3fe !5107 【需求回合】兼容MySQL多字符集
Merge pull request !5107 from pengjiong/5.0.0_bugfix
2024-04-11 05:58:05 +00:00
6577082ee7 change upgrade script name. fix complie error 2024-04-11 11:25:53 +08:00
ad02d5d79f 兼容MySQL多字符集 2024-04-11 11:14:09 +08:00
ce8a0a5ca2 dolphin ignore index request 2024-04-11 10:51:45 +08:00
fb668ca67b !5104 5.0.2补丁版本支持dolphin插件升级至1.3
Merge pull request !5104 from chenxiaobin/my500
2024-04-11 01:44:59 +00:00
949c3d83ef !5099 5.0.2补丁版本主干bugfix回合
Merge pull request !5099 from zhangxubo/5.0.2
2024-04-11 01:25:16 +00:00
d749f0b67d 解决interval分区表并发插入时自增重复范围分区的问题。(在消费无效消息后,本地缓存中relation的信息不是最新)
当第一次打开分区relation时,不在缓存中需要build,build过程中获取了分区信息后,收到并处理其他会话自增分区的无效消息,
处理无效消息时,发现缓存中没有,则不做任何处理,最终导致生成的realtion中不包含新增的分区,但是无效消息却消费了,
最后通过relation->partMap判断分区不存在,自增分区,出现重复范围的分区。
推理可得,在处理无效消息时,realtion已存在缓存中,并且已打开过,在rebuild的时候存在同样的问题,在嵌套rebuild中,
内层消费无效消息并获取最新元信息,最终会被最外层的rebuild的relation覆盖。
2024-04-10 22:40:23 +08:00
253b616ef0 Merge branch '5.0.0' of gitee.com:opengauss/openGauss-server into 5.0.2
Signed-off-by: zhangxubo <2578876417@qq.com>
2024-04-10 13:06:26 +00:00
0dbe220ce0 fix fastcheck 2024-04-10 19:27:25 +08:00
edab19c421 插件升级1.3版本 2024-04-10 11:50:37 +08:00
c5a87164d8 修改多事务日志回放时强制等待之前日志回放完成 2024-04-09 22:46:28 +08:00
721f8fb48c 恢复参数-C 和-t一起使用时无法恢复新库 2024-04-09 22:45:47 +08:00
3ee2c7f19d 修复发布订阅场景下订阅端的物化视图刷新不出新数据的问题 2024-04-09 22:44:53 +08:00
2eac9ed302 禁用collected_info_hashtbl、explain_info_hashtbl 2024-04-09 22:39:37 +08:00
c53a06ee8d 【标题】: 修复I8XXN6所示的数据类型varchar在in(array[])时不走动态分区裁剪的问题
【实现内容】: 修复I8XXN6所示的数据类型varchar在in(array[])时不走动态分区裁剪的问题。
【根因分析】: 因为默认为text类型,如果建表的时候类型为varchar为T_ArrayCoerceExpr,当前只有右节点为T_ArrayExpr才可动分区裁剪。
【实现方案】: 参照T_ArrayExpr实现T_ArrayCoerceExpr。
【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I8XXN6
2024-04-09 22:38:19 +08:00
da74d75925 轻量版和容器内升级,启动超时时间设置为10min 2024-04-09 22:37:30 +08:00
89e8a63d49 issue修改:修改gsql命令行执行命令时,部分暂存区的语句被清空没有上传至statement_history中的问题 2024-04-09 22:36:51 +08:00
6db7135b32 fix postgres_fdw core in thread pool mode 2024-04-09 22:36:04 +08:00
21ec9b9d38 处理issue: 存储过程调用default值传给了其他入参 2024-04-09 22:35:20 +08:00
3eb58e5cf6 修复 备机回放数据库文件夹创建失败 问题 2024-04-09 22:30:23 +08:00
48e06abcb5 gsql执行命令报错和pg9.2.4,通过echo 0捕获的命令状态不一致 2024-04-09 22:29:29 +08:00
60d346d650 gsql登录增加端口判断 2024-04-09 22:28:46 +08:00
7ff8a9e913 On branch fix-xloginsert-numa
Your branch is up to date with 'origin/fix-xloginsert-numa'.
 Changes to be committed:
	modified:   src/gausskernel/storage/access/transam/xlog.cpp
2024-04-09 22:13:36 +08:00
8245c0ea0d 修复执行plan hint后报错降级warning的问题 2024-04-09 22:12:53 +08:00
b0d87ada7a 存储过程中存在select into语句时,为单列时,创建失败 2024-04-09 22:11:40 +08:00
1698b81fde 解决gs_dump对表进行备份,导入恢复时报错的问题 2024-04-09 22:08:43 +08:00
33afc0ace5 修复内存泄漏 2024-04-09 22:04:42 +08:00
a8c7759c7c 解决issue:故障注入服务器重启后openGauss启动异常 2024-04-09 22:03:58 +08:00
e2a141d881 修复effective_io_concurrency取值大于1时分区表全局索引BitmapHeapscan报错的问题。 2024-04-09 18:35:52 +08:00
467977243b 修复inner unique处理createpath缺陷
在query_dop开启(大于1)的情况下,createMergejoinPath/createNestloopPath等路径
生成跟query_dop=1的情况为不同的函数,inner unique相关逻辑没有处理,导致执行时宕机
现将该变量正确赋值
2024-04-09 18:30:14 +08:00
4f64f84380 调整编译脚本,-pkg编译失败不会继续打包 2024-04-09 18:28:58 +08:00
acb8abca0c 解决issue:故障注入服务器重启后openGauss启动异常 2024-04-09 18:26:32 +08:00
667dce8074 创建带point类型表,使用point列创建spgist索引,插入超过10w条记录时失败 2024-04-09 18:24:47 +08:00
905af8eb0f 修复init阶段创建序列问题 2024-04-09 18:23:49 +08:00
b404ccd720 [bugfix] forkname_to_number处理非法columnAttrId 2024-04-09 18:21:15 +08:00
5216e738e3 Fix global sys cache bug when exit. 2024-04-09 18:20:20 +08:00
5a004ca2cd 修复非pg_catalog模式的表的表名与pg_catalog中已有表表名相同时,gs_dump导入导出有问题的问题 2024-04-09 18:19:07 +08:00
52e926bab9 同步:段页式不支持备机读Offering: openGaussDevMore detail: 同步:段页式不支持备机读
Match-id-ec2b2b3622d3cf54f772c35add2d8f69ed3cbad2
2024-04-09 12:02:56 +08:00
377757e861 fix lite upgrade add rollback before upgrade-post 2024-04-09 12:02:07 +08:00
e191285c9d 修复设置catchup2normal_wait_time后性能下降的问题 2024-04-09 11:52:00 +08:00