|
c8febe58a3
|
修复自定义变量赋值的help
|
2024-04-11 20:02:51 +08:00 |
|
|
9e81bdaa9b
|
Fix date out with dolphin.
|
2024-04-11 20:02:51 +08:00 |
|
|
855cce803a
|
定时任务兼容M*时间单位
|
2024-04-11 20:02:51 +08:00 |
|
|
0fb6e99b59
|
bugfix - drop if exists trigger with wrong schema
|
2024-04-11 20:02:51 +08:00 |
|
|
3abbbdbe0d
|
fix \d show table charset
|
2024-04-11 20:02:51 +08:00 |
|
|
e690fa8f4f
|
修复列名使用反引号含空格,gs_dump导出报错的问题
|
2024-04-11 20:02:51 +08:00 |
|
|
3c079da743
|
修复兼容b库下,number类型导出前和导入后类型不一样导致数据不一致的问题
|
2024-04-11 20:02:51 +08:00 |
|
|
1f97295961
|
remove unnecessary point valid check
|
2024-04-11 20:02:51 +08:00 |
|
|
f0a2cccb10
|
pfree node of trigger name
|
2024-04-11 20:02:51 +08:00 |
|
|
1c3261652b
|
modify CreateTrigStmt for copy and equal funcs
|
2024-04-11 20:02:51 +08:00 |
|
|
f2993f9291
|
keep line length less than 120
|
2024-04-11 20:02:51 +08:00 |
|
|
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 |
|