Commit Graph

4533 Commits

Author SHA1 Message Date
8aa7c8f11c Revert "Fix date out with dolphin."
This reverts commit f4a3535baa1d6183aaea522322706978047cc1e1.
2023-08-07 17:31:08 +08:00
978af88792 fix review issue 2023-08-05 17:35:23 +08:00
dc62a31986 take apply lsn in condsidera when walreceiver judge if do a lsn feedback 2023-08-05 17:35:16 +08:00
351dd75cc7 Fix drop package body. 2023-08-05 17:12:08 +08:00
929d3bf93d 修复copy识别gbk/gb18030中文字符错误的bug 2023-08-05 17:08:27 +08:00
ab991c92a6 gs_probackup: Multithread backup supports pglz compression 2023-08-05 17:07:47 +08:00
0890f3262e 修复copy from制定timestamp format中包含FF6导致coredump的问题 2023-08-05 17:05:54 +08:00
d57cd1f3fa Fixing the error issue of bypass update in the partition table 2023-08-05 17:05:25 +08:00
cae3f12713 修改评审意见 2023-08-05 17:03:44 +08:00
8312f0900c 修改用例 2023-08-05 17:03:37 +08:00
8ae2ba6c51 修复缺陷:grant select (prosrc) on pg_proc to test, 数据库宕机 2023-08-05 17:03:30 +08:00
07fbd1edec 修复pg_partition_size()函数宕机问题。
当参数指定的表不是分区表或指定的分区不属于指定分区表的情况,报错。
2023-08-05 16:51:24 +08:00
a4209bad51 解决兼容B库下,可以成功创建user@localhost用户 但是无法连接 2023-08-05 16:50:44 +08:00
e39bb61ac3 to_date函数支持秒单位后使用小数点 2023-08-05 16:50:13 +08:00
c18ffaf8f2 fix core in some array functions 2023-08-05 16:48:34 +08:00
8eddc63294 fix bug about recyclebin and truncate partation table 2023-08-05 16:48:27 +08:00
ae028e2a0c 生成列应该在on update执行后,再执行,否则生成列取的是on update之前的老数据,影响逻辑 2023-08-05 16:47:47 +08:00
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