Commit Graph

4503 Commits

Author SHA1 Message Date
3f71d05dba Fix pub switchover bug. 2023-08-05 10:48:34 +08:00
f4a3535baa Fix date out with dolphin. 2023-08-04 20:32:36 +08:00
2927081fb8 重建备机时不删除覆盖 postgresql.conf.bak 与 postgresql.conf.guc.bak 文件 2023-08-04 20:30:13 +08:00
7b595b9ae6 fix dolphin 触发器大小写问题 2023-08-04 20:29:45 +08:00
a6320921b1 dblink提前校验线程池 2023-08-04 20:29:11 +08:00
7c5d813f18 when ctrl->load_status iss ERROR, the original logic continues to execute downwards, which may result in duplicate page releases. the processing logic has been modified to return directly if the filefork has been deleted, otherwise an error will be reported 2023-08-04 20:27:08 +08:00
ce91120256 修复视图定义中包含row mark时报错的问题 2023-08-04 20:25:22 +08:00
dd43257d6d 修复创建包头报错没有记录到gs_source的问题 2023-08-04 20:24:48 +08:00
e5658645d3 解决创建表空间,绝对路径不存在时会话卡住,数据库服务无法正常关闭也无法登陆的问题 2023-08-04 20:23:54 +08:00
90990b083f 修复query_dop>1时修改外部表导致的宕机问题 2023-08-04 20:23:23 +08:00
b52d063ea7 合并pg pr:PrivateRefCount相关问题修复 2023-08-04 20:19:28 +08:00
11477edc08 提高timestamp/time/date输出函数的速度 2023-08-04 20:18:47 +08:00
4d51d96125 fix view of cstore table for update coredump 2023-08-04 20:16:10 +08:00
96a2bb493e 增加对 file_fdw 扩展的删除限制,与文档保持一致 2023-08-04 20:13:09 +08:00
84c265849e 定时任务CREATE/ALTER/DROP EVENT权限校验修改 2023-08-04 20:12:28 +08:00
4eda4bf8f3 修复array两个函数无法使用的问题 2023-08-04 20:11:09 +08:00
08859f69dd 修复connect by 查询中使用同义词报错
函数ColumnRefFindRelname中,当没有显式指定别名时,应该采用
rte->eref->aliasname作为查找的表名,以此适配同义词场景
2023-08-04 20:05:12 +08:00
e9004b2a46 fix numeric sign error,beacause Nan 2023-08-04 20:01:00 +08:00
5f783ff9c1 修复在release编译模式下,pagehack编译报错 2023-08-04 20:00:05 +08:00
377e5f189c pass 2023-08-04 19:57:55 +08:00
889da2532c Revert "修复审计中删除触发器记录object_name的乱码问题"
This reverts commit 64ea1f6589efc18547c48e620f2adf61ee12cdc2.
2023-08-04 11:47:01 +08:00
a29a396a03 Don't rewrite fulljoin when targetlist contain system column. 2023-08-04 11:24:49 +08:00
2383cf8b26 Fix create trigger bug. 2023-08-04 11:24:19 +08:00
db297b35d4 解决update多表显式关联超过三张表结果错误的问题 2023-08-04 11:23:25 +08:00
661c4a5b91 Fix local_debug_server_info bug. 2023-08-04 11:22:44 +08:00
69f30d3c73 dblink代码逻辑调整 2023-08-04 11:22:12 +08:00
b111bc9493 pg_resetxlog -O报错说明调整 2023-08-04 11:21:38 +08:00
e7506870c7 fix dolphin back-quote bug 2023-08-04 11:20:57 +08:00
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