Commit Graph

4716 Commits

Author SHA1 Message Date
113773c5d6 添加regression case test for concurrent update 2023-08-05 16:47:35 +08:00
7f5e81bdd2 修复on update timestamp功能,对并发update功能 2023-08-05 16:46:27 +08:00
162eeca599 Fix pgoutput core when there is no new data in logical xlog. 2023-08-05 16:31:27 +08:00
56faa0ab82 解决 procedure 存在variadic参数时call报错的问题 2023-08-05 16:27:53 +08:00
edebf62b43 对提前返回的场景,将路径指针*ptr恢复为‘/’ 2023-08-05 16:27:09 +08:00
37df6e8f63 修复pg_job故障不重启的bug 2023-08-05 16:26:12 +08:00
4d6c9859bc Fix issue: recyclebin cause partition table relfilenode unable to be deleted. 2023-08-05 11:25:33 +08:00
bbf0ea4ca5 fix regress 2023-08-05 11:04:38 +08:00
a534bd5a7f enable vacuum refresh relallvisible flag for partition table 2023-08-05 11:04:30 +08:00
1927b6b546 列存表带序列含大量数据,update 存在内存泄露 2023-08-05 11:03:53 +08:00
c40ec3913f gs_dumpall不备份系统gs_role角色 2023-08-05 11:02:19 +08:00
cb52c81438 解决在兼容b库上,lock table功能在nodes.yml中url的参数为非simple模式下,利用jdbc(yat)运行结果不正确的问题 2023-08-05 11:00:35 +08:00
3cf7a17da3 解决分区键表达式场景,打开enable_partition_opfusion走opfusion后报错 2023-08-05 10:49:33 +08:00
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