Commit Graph

4648 Commits

Author SHA1 Message Date
054272b170 code clean 2023-03-20 05:45:54 -07:00
a1ccda1431 fix gs_ctl restore cmd injection 2023-03-20 20:07:19 +08:00
0f71ab5f74 重复索引回合Master 2023-03-20 19:50:38 +08:00
6e7f10af14 unlink col cache 2023-03-20 16:01:03 +08:00
de94920bea !3129 逻辑解码增加include-originid选项
Merge pull request !3129 from chenxiaobin/include_originid
2023-03-20 07:42:30 +00:00
ed86221103 declare handler return error 2023-03-20 00:40:13 -07:00
97a982450c 修改guc参数test_user_host名字为b_compatibility_user_host_auth 2023-03-20 15:38:22 +08:00
1cf8defb46 修复2.0.0以后oid2name无法查询物化视图的问题 2023-03-20 14:55:17 +08:00
3b47d9cd6f 新增GUC参数disable_memory_stats控制STANDARD MEMORY CONTEXT的分配,
开启该参数时逻辑简化,去除一些内存跟踪统计。
2023-03-20 11:50:06 +08:00
e6e79d9da0 !3178 修复replace同时插入多行的报错问题
Merge pull request !3178 from zong/master
2023-03-20 02:41:23 +00:00
b8cf7459a6 add include-originid option for logical decode 2023-03-20 10:33:03 +08:00
6b7edcf4f3 !3169 applyworker和stream线程需要加载插件
Merge pull request !3169 from pengjiong/fix_date
2023-03-20 01:50:35 +00:00
c6dcadd6b9 fix help 2023-03-19 11:14:04 -04:00
22d99f6b10 !3176 修复发布订阅rename冲突时错误打印的问题
Merge pull request !3176 from chenxiaobin/fixRenamePubSub
2023-03-18 02:53:24 +00:00
1971a993e8 移除buildLocalStreamContext中不必要的palloc0调用 2023-03-17 07:12:43 -04:00
aaa680c379 fix the problem of replace multi lines 2023-03-17 05:43:59 -04:00
e517d95b6e fix subscription and publication rename error message bug 2023-03-17 15:24:45 +08:00
35b92aea89 agg expr step reduce 2023-03-16 23:22:48 -07:00
80eb8cd77c 修复缺陷I6FG7Q:alter table 提示could not find cast from 3904 to 3831 2023-03-17 14:13:15 +08:00
9402247a0f !3079 修复copy to、copy from提示错误
Merge pull request !3079 from kenxx/ken_eventtrigger_submit
2023-03-17 01:55:51 +00:00
6f889ce80c Load dolphin for stream worker and apply worker. 2023-03-16 22:28:04 +08:00
528ded6135 !3132 断开会话时断开所有dblink连接
Merge pull request !3132 from 陈志凯/master
2023-03-16 13:16:51 +00:00
176c185b26 !3161 【轻量级 PR】:gs_clean工具也需要加载dolphin插件
Merge pull request !3161 from pengjiong/N/A
2023-03-16 12:50:43 +00:00
d3a9de055f fix wrong answer in connectby nocycle & siblings case 2023-03-16 18:37:11 +08:00
f836ac4165 !3164 【sync】同步 PR 3151 的代码到master分支
Merge pull request !3164 from laishenghao/cherry-pick-1678950672
2023-03-16 08:05:54 +00:00
3322782fe6 dblink完善 2023-03-16 15:59:33 +08:00
dd459f4c04 !3123 解决兼容性B库下,alter user password不支持'user'@'host'的问题
Merge pull request !3123 from 王修强/user_host_bug_1
2023-03-16 07:53:01 +00:00
a815e1fed5 fixed c385b14 from https://gitee.com/dodders/openGauss-server/pulls/3151
增加正则匹配支持多字节字符的功能
2023-03-16 07:11:21 +00:00
8bd74a266c bugfix of drop trigger if exists with schema 2023-03-16 14:58:58 +08:00
0bb75d6d4a 删除冗余代码 2023-03-16 14:14:34 +08:00
10ca9e35ba 修复缺陷I6G3BV:gs_verify_data_file()在备机误报存在数据损坏文件
Signed-off-by: Hemny <hemny@qq.com>
2023-03-16 06:06:38 +00:00
3d3de895c6 !3125 AGG共享转移状态
Merge pull request !3125 from hyperstol/master_agg_2
2023-03-16 02:57:09 +00:00
d9a08ebdf1 修复缺陷I6G3BV:gs_verify_data_file()在备机误报存在数据损坏文件
共享存储模式下,需要校验unlogged表文件是否存在。

Signed-off-by: Hemny <hemny@qq.com>
2023-03-16 02:13:59 +00:00
7ef87f681a !3098 字符集适配,新增utf8 3种字符序
Merge pull request !3098 from suncan/master
2023-03-16 01:41:01 +00:00
7aae683499 !3149 [bugfix] 修复在启动阶段内存不足时,elog打印函数内部core的问题(5.0.0回合master)
Merge pull request !3149 from 周斌/elog_master
2023-03-16 01:30:52 +00:00
96a66aa5d5 gs_clean should load plugin
Signed-off-by: pengjiong <totaj@qq.com>
2023-03-15 13:55:34 +00:00
2b371e3677 !3139 支持dolphin插件定制化bpchar输出
Merge pull request !3139 from chenxiaobin/addPad
2023-03-15 12:46:53 +00:00
1d985f62eb !3146 [bugfix] 解决开启thread_pool之后standywrite模块异常的问题(5.0.0回合master)
Merge pull request !3146 from 周斌/master_libpqsw_thdpool
2023-03-15 11:57:45 +00:00
b0b9e59d48 add addition process when u_sess is null in elog 2023-03-15 19:49:53 +08:00
d0b229ec13 解决兼容性b库下,对于二级分区表分区键为year函数时,在进行add partition操作后,使用pg_get_tabledef会报未知错误 2023-03-15 19:21:40 +08:00
ce2850d373 字符集、字符序适配
新增utf8_general_ci、utf8_unicode_ci、utf8_bin 适配
2023-03-15 19:18:54 +08:00
56ba8483aa !3060 pg_probackup中current_time计算逻辑修改
Merge pull request !3060 from tsthght/feature/change_current_time
2023-03-15 09:50:35 +00:00
ae7631a4ab AGG 2023-03-15 01:53:37 -07:00
076f62d798 优化dbe_perf.os_threads、pg_os_threads和pg_stat_activity等视图的性能 2023-03-15 16:46:19 +08:00
38e3386403 支持dolphin插件定制化bpchar输出 2023-03-15 14:59:31 +08:00
a5515ac203 修复缺陷I6G3BV:gs_verify_data_file()在备机误报存在数据损坏文件 2023-03-15 13:22:06 +08:00
5400b30532 !3113 通信优化参数调整
Merge pull request !3113 from 刘宝珠/comm
2023-03-15 01:54:55 +00:00
4df45c74a5 repair no support thread pool in libpqsw 2023-03-15 09:54:06 +08:00
b65904f12e !3140 将工具中a opengauss改为 an opengauss
Merge pull request !3140 from liuheng/master
2023-03-14 13:06:22 +00:00
72287e186b fix: Spelling error in parser.cpp 2023-03-14 20:52:36 +08:00