|
02a2071a65
|
非保留关键字charset可以作为字段名
|
2023-08-04 11:20:07 +08:00 |
|
|
9a5a6b84eb
|
修复gs_errors表中行号信息不准确的问题
|
2023-08-04 11:18:47 +08:00 |
|
|
64ea1f6589
|
修复审计中删除触发器记录object_name的乱码问题
|
2023-08-04 11:01:05 +08:00 |
|
|
f81e412654
|
Rebuild view when replace proc.
|
2023-08-04 10:59:25 +08:00 |
|
|
1394923a52
|
修复fuction带参数并且参数个数和默认入参个数相同,不带括号调用报错的问题。
|
2023-08-04 10:12:35 +08:00 |
|
|
742f5a4159
|
Add mask password for grant usage.
|
2023-08-04 10:11:53 +08:00 |
|
|
ddde9f1d79
|
优化fastcheck用例:优化gsbasebackup_options等六个测试用例
|
2023-08-04 10:11:06 +08:00 |
|
|
8f5a961df6
|
gsql explain执行调整
|
2023-08-04 10:10:17 +08:00 |
|
|
26276b3a12
|
修复with for update的报错信息错误的问题
|
2023-08-04 09:56:10 +08:00 |
|
|
f7ff54a494
|
fix plsql_show_all_error bug
|
2023-08-04 09:53:12 +08:00 |
|
|
3783eb284a
|
fix #3366 with #3307
|
2023-08-04 09:51:44 +08:00 |
|
|
fd2b87664e
|
Add negative option test for pg_resetxlog.
|
2023-08-04 09:34:08 +08:00 |
|
|
c6574de4a2
|
修复cluster下盘场景core问题
|
2023-08-04 09:33:22 +08:00 |
|
|
34888e390e
|
修复缺陷线程池开启时,判断会话内存使用是否超出上限时判断错误
|
2023-08-04 09:32:38 +08:00 |
|
|
3e445988df
|
修复 NasWrite 中释放内存后还使用的问题
|
2023-08-04 09:30:18 +08:00 |
|
|
5f0daa1143
|
解决pg_stat_segment_extent_usage的forknum为3、4时,产生core的问题
|
2023-08-04 09:29:32 +08:00 |
|
|
a90540af4e
|
解决段页式存储函数pg_stat_segment_extent_usage,extent_type的取值范围与事实不符的问题
|
2023-08-04 09:29:25 +08:00 |
|
|
1d5336f53f
|
修复freePartList函数的内存泄漏
freePartList函数中没有释放cell的内存,参考list_free_private修正之
删除无用的函数freeSubPartList
|
2023-08-04 09:28:48 +08:00 |
|
|
39ee175d2d
|
修复GetTupleForTrigger可能的内存泄漏
GetTupleForTrigger内存从当前上下文申请而来,在update带序列的场景
会等到ModifyTable算子结束才会释放,内存持续占用,在内存小的环境可能
会导致内存不可用,现改为从pertuple_memorycontext中申请
|
2023-08-04 09:27:50 +08:00 |
|
|
0cf8f73424
|
决gs_dump does not resolve circular dependency的问题
|
2023-08-04 09:26:56 +08:00 |
|
|
5c302fc965
|
add copyCreateTrigStmt funcSource copy
|
2023-08-04 09:10:03 +08:00 |
|
|
ff0a89e6a6
|
修复memcheck问题
|
2023-08-04 09:06:31 +08:00 |
|
|
c2bf876218
|
Fix report wrong position for procedure error.
|
2023-08-04 09:05:40 +08:00 |
|
|
915b7fd626
|
error message modify
|
2023-08-04 09:04:23 +08:00 |
|
|
4b6d078962
|
fix: makefile
|
2023-08-03 21:23:12 +08:00 |
|
|
1839ae465a
|
add lz4 for pagehack compile
|
2023-08-03 21:19:41 +08:00 |
|
|
8276338efe
|
Fix gist bug.
|
2023-08-03 21:17:02 +08:00 |
|
|
ce3d38fcd3
|
b_format_behavior_compat_options change
|
2023-08-03 21:16:10 +08:00 |
|
|
0bce111067
|
mysql fetch into exit
|
2023-08-03 21:16:03 +08:00 |
|
|
9c5d5af744
|
fix: Spelling error in parser.cpp
|
2023-08-03 21:15:14 +08:00 |
|
|
5e9cf48e6f
|
优化show warnings在PBE流程中,fetchsize对exec_execute_message的影响
|
2023-08-03 21:11:49 +08:00 |
|
|
dda6f57125
|
show warnings在jdbc的(PBE)流程中,缺少error信息拷贝处理
|
2023-08-03 21:11:42 +08:00 |
|
|
21ade67d24
|
fix #I6WGG1 forbidden set column name to tid
|
2023-08-03 20:32:18 +08:00 |
|
|
5693c21683
|
解决MySQL模式下 insert on duplicate key语法宕机的问题
|
2023-08-03 20:29:54 +08:00 |
|
|
bdadc9b4db
|
解决user@host中当用户名过长时的报错信息与mysql报错信息不一致的问题
|
2023-08-03 20:29:27 +08:00 |
|
|
4316657d24
|
fix refresh material view by synonym fail
|
2023-08-03 20:27:25 +08:00 |
|
|
d7d21584e8
|
bug修复-非保留关键字ignore,作为列名时报错
|
2023-08-03 20:26:15 +08:00 |
|
|
62e02668b0
|
修复username中出现@的场景
|
2023-08-03 20:23:08 +08:00 |
|
|
705b934375
|
闪回恢复操作在drop两次同名表时的设计缺陷
|
2023-08-03 20:22:26 +08:00 |
|
|
0ec8a5ac2c
|
gs_probackup show时候跳过dss初始化
|
2023-08-03 20:21:38 +08:00 |
|
|
640b9398ba
|
Fix dump when uppercase_attribute_name is on.
|
2023-08-03 20:21:05 +08:00 |
|
|
8fa99732df
|
解决orderby 列的别名在distinct中也报错的问题
|
2023-08-03 20:20:33 +08:00 |
|
|
8ae7b9e149
|
修复执行带自治事务的存储过程未及时释放内存的问题
|
2023-08-03 20:19:48 +08:00 |
|
|
bad101e14b
|
enum类型在gs_dump增加兼容性与dolphin插件判断
|
2023-08-03 20:19:07 +08:00 |
|
|
81dbbe9d41
|
enum类型不支持gs_dump问题修复
|
2023-08-03 20:19:01 +08:00 |
|
|
c8b77303f0
|
fix core of json_to_record
|
2023-08-03 20:16:30 +08:00 |
|
|
8fc792b7ba
|
修复opfusion更新带checkoption视图时对象未关闭和校验失效的问题
|
2023-08-03 20:08:46 +08:00 |
|
|
7fb5e2af94
|
!3803 5.0.1适配dolphin插件升级到1.1
Merge pull request !3803 from chenxiaobin/5.0.0
|
2023-07-24 08:35:43 +00:00 |
|
|
d704c0bf45
|
5.0.1适配dolphin插件升级到1.1
|
2023-07-19 19:47:39 +08:00 |
|
|
2e619658cb
|
!3760 【回合】修复merge into同时并发update/delete的问题
Merge pull request !3760 from pengjiong/5.0.0_bugfix
|
2023-07-13 07:43:48 +00:00 |
|