|
5b23f7fcb2
|
fixed 916f711 from https://gitee.com/totaj/openGauss-server/pulls/4648
add test example
|
2024-04-12 09:35:04 +00:00 |
|
|
72f37fb570
|
!5110 【回合】bugfix回合5.0.0分支
Merge pull request !5110 from pengjiong/5.0.0_bugfix
|
2024-04-11 13:08:11 +00:00 |
|
|
f7697b0d07
|
Revert "为其他类型转化为interval添加typmod入参"
This reverts commit 6479dc7f3bb46617b42cfad8aa5d46840f446deb.
|
2024-04-11 20:03:56 +08:00 |
|
|
9b922b6648
|
Bugfix. sync https://gitee.com/opengauss/openGauss-server/pulls/5103
|
2024-04-11 20:03:56 +08:00 |
|
|
a696779ff2
|
Fix conflict.
|
2024-04-11 20:03:56 +08:00 |
|
|
ecd7ebecee
|
解决多行插入包含右值引用时存在的问题
|
2024-04-11 20:03:56 +08:00 |
|
|
ccb89c54dd
|
Fix conflict.
|
2024-04-11 20:03:55 +08:00 |
|
|
69de0a8d00
|
Revert "adapt input and output for gb18030-2022"
This reverts commit 5d8575c650d837a0567c8d58a13491acd5d24adb.
|
2024-04-11 20:03:55 +08:00 |
|
|
8498abc89c
|
Revert " gs_restore导入utf8格式数据到gb18030-2022库中,查询失败问题Offering: openGaussDevMore detail: gs_restore导入utf8格式数据到gb18030-2022库中,查询失败问题"
This reverts commit e14f9a701db873eb11f838296ddcfd3084b3026b.
|
2024-04-11 20:03:55 +08:00 |
|
|
ddb8455ae9
|
Fix update/insert ignore with sublink
|
2024-04-11 20:03:55 +08:00 |
|
|
107937f6bb
|
Fix auotvacuum worker load plugin bug.
|
2024-04-11 20:03:55 +08:00 |
|
|
5df7bb9fac
|
bugfix:分区表达式计算结果为null时,将结果作为null处理,而不是作为0处理
|
2024-04-11 20:03:55 +08:00 |
|
|
85d0f5404f
|
Fix loadsqlplugin lead CurrentResourceOwner to null.
|
2024-04-11 20:03:55 +08:00 |
|
|
f0001249ab
|
LoadSqlPlugin should be called after mask_password_mem_cxt is created.
|
2024-04-11 20:03:55 +08:00 |
|
|
b600fe4f82
|
修复兼容b库中,创建自定义函数时core的问题
|
2024-04-11 20:03:55 +08:00 |
|
|
fad409334e
|
autovacuum worker should load dolphin.
|
2024-04-11 20:03:55 +08:00 |
|
|
756c4f7b5d
|
解决多表更部分行为与mysql存在差异问题
|
2024-04-11 20:03:55 +08:00 |
|
|
4bdbf23d8e
|
Fix ignore in subquery case.
|
2024-04-11 20:03:55 +08:00 |
|
|
41ccc2f046
|
Fix missing ignore in fmgr sql.
|
2024-04-11 20:03:55 +08:00 |
|
|
9390b7ca0e
|
fmgr_sql don't change command tag.
|
2024-04-11 20:03:55 +08:00 |
|
|
3a105d1424
|
为dolphin插件新增type_transfer函数的钩子
|
2024-04-11 20:03:55 +08:00 |
|
|
0ab2620a05
|
修复视图sql security 问题
|
2024-04-11 20:03:55 +08:00 |
|
|
36e6bd0734
|
为dolphin增加一个check_sql_fn_retval函数钩子
|
2024-04-11 20:03:55 +08:00 |
|
|
b28b93d9ab
|
处理issue:gsql不同命令对MySQL语句兼容性不同
|
2024-04-11 20:03:55 +08:00 |
|
|
688a187f4a
|
添加dolphin_hot_standby参数
|
2024-04-11 20:03:55 +08:00 |
|
|
5521fe83b6
|
修复基于多表视图select for update出现core问题
|
2024-04-11 20:03:55 +08:00 |
|
|
1c86fd8b0f
|
创建视图不支持select包含自定义用户变量
|
2024-04-11 20:03:55 +08:00 |
|
|
aec3ce1f21
|
修复gs_dump备份sql_mode不含有ansi_quotes参数的B模式数据库会报错
|
2024-04-11 20:03:34 +08:00 |
|
|
280fc3975d
|
处理issue:MYSQL兼容性下执行insert语句core
|
2024-04-11 20:03:34 +08:00 |
|
|
8ba95f489f
|
Fix user var bug in plsql.
|
2024-04-11 20:03:34 +08:00 |
|
|
91bff2ffda
|
修复pg_dump将索引等当作序列导出的问题
|
2024-04-11 20:03:34 +08:00 |
|
|
736cb86528
|
gs_dump导出rename过的schema下的表的auto_increment失败
|
2024-04-11 20:03:34 +08:00 |
|
|
ff2dc72833
|
修复同名多表更新CORE问题
|
2024-04-11 20:03:34 +08:00 |
|
|
bbaf4b4ea8
|
【标题】 修复I8LWND所示的int转time的时候,insert的表现和mysql不一致的问题
【实现内容】: 修复I8LWND所示的int转time的时候,insert的表现和mysql不一致的问题
【根因分析】: 主要是在int32_b_format_time中,在非严格模式写场景下,数据异常的时候,没返回0。
【实现方案】: int32_b_format_time在非严格模式写并且入参数据异常的时候直接返回0,使得和mysql保持成一致。
【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I8LWND
|
2024-04-11 20:03:34 +08:00 |
|
|
15765f3b56
|
tid不能支持列名的约束范围缩小到仅限于列存
|
2024-04-11 20:03:34 +08:00 |
|
|
228a8eebd5
|
add deparse_query hook.
|
2024-04-11 20:03:34 +08:00 |
|
|
1614b9faae
|
修复DELETE目标表不是普通表时产生的core问题
|
2024-04-11 20:03:34 +08:00 |
|
|
00878f5678
|
Fix builtin func bug in plugin.
|
2024-04-11 20:03:34 +08:00 |
|
|
b997282128
|
Add GetTypeZeroValue hook.
|
2024-04-11 20:03:34 +08:00 |
|
|
175ba239db
|
gs_dump导出库的时候,创表携带using语句中出现乱码。
|
2024-04-11 20:03:34 +08:00 |
|
|
fecf851157
|
解决alter table first/after的core问题和group_concat在非B模式下saparator为空导致的core
|
2024-04-11 20:03:34 +08:00 |
|
|
ada7a9b949
|
Fix partition expr core.
|
2024-04-11 20:03:34 +08:00 |
|
|
8c515c6676
|
SetUpsertAttrnoState bug
|
2024-04-11 20:03:34 +08:00 |
|
|
303507ce76
|
修改alter table convert to问题
|
2024-04-11 20:03:34 +08:00 |
|
|
8502d317c0
|
修复自增列多条INSERT INTO ON DUPLICATE KEY UPDATE结果问题
|
2024-04-11 20:03:34 +08:00 |
|
|
6fc1c88614
|
Fix initdb with B db bug.
|
2024-04-11 20:03:34 +08:00 |
|
|
f877ca3861
|
【标题】修复dayofxx、date('xx'), timestamp('')等场景下异常的问题
【实现内容】: 修复dayofxx执行异常或者date、timestamp在异常值时候显示为非NULL值导致和MySQL不一致的问题。
【根因分析】: dayofxx有两个问题,一是显示值为非NULL,而是部分场景功能未实现。
【实现方案】: 显示NULL的方案为允许Input函数返回Null值,dayofxx的方案为适配报错场景
【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I898UO
【开发自验报告】:
请附上自验结果(内容或者截图)
是否可以添加fastcheck测试用例,如是,请补充fastcheck用例 -> 是
是否涉及资料修改,如是,在docs仓库补充资料 -> 无
是否考虑升级场景(系统表修改、日志持久化以及修改执行态数据格式) -> 不涉及
是否考虑在线扩容等扩展场景 -> 不涉及
是否考虑异常场景/并发场景/前向兼容/性能场景 -> 不涉及
是否对其他模块产生影响 -> 不涉及
【其他说明】: 无.
|
2024-04-11 20:03:34 +08:00 |
|
|
6d79078e31
|
set 类型支持copy为空
|
2024-04-11 20:03:34 +08:00 |
|
|
c2fcca7941
|
Fix create trigger bug.
|
2024-04-11 20:03:34 +08:00 |
|
|
e7a35baf61
|
exit handler sqlexception场景的core问题
|
2024-04-11 20:03:34 +08:00 |
|