Commit Graph

4723 Commits

Author SHA1 Message Date
1fa1d1c158 !461 解决删除备节点需求测试发现的一些问题
Merge pull request !461 from cchen676/test2
2020-12-09 11:46:14 +08:00
b34142569c !402 优化超时提示并在一键清理中主动加载clib
Merge pull request !402 from gyt0221/master
2020-12-09 11:07:31 +08:00
5abcb2feb0 fix no spill size problem in parallel hash mod 2020-12-09 10:30:58 +08:00
ad9919e401 !474 并行查询bug修复
Merge pull request !474 from TotaJ/feature/test
2020-12-09 10:10:46 +08:00
8aa7913b71 review意见修改 2020-12-09 09:11:25 +08:00
29e808dcd1 Fix parallel join cost size bug. 2020-12-09 09:04:07 +08:00
d122354c8f fix bug #I27PY0 环境变量分离安装1主1备环境,在主机对备机进行减容,提示即将减容为备机是否确定,输入yes减容失败
fix bug #I27QNH 1主1备环境,在备机对主机和备机分别进行减容,提示信息不准确
fix bug #I27QOE 1主1备环境,在主机对备机进行减容,提示即将减容为备机是否确定,输入两次错误值,等待30miin后输入yes减容失败
2020-12-08 17:57:55 +08:00
282e48c468 MOT code refactoring 2020-12-08 11:53:13 +08:00
3482dd6408 sopport the parameter with the same name in postgresql.conf 2020-12-08 10:39:26 +08:00
87b322b5f9 support parameters with the same name in postgresql.conf 2020-12-08 10:32:10 +08:00
ebafc53dc8 更合适的动态线程 2020-12-08 10:08:00 +08:00
6942b89828 !469 添加遗漏的"\"和校验
Merge pull request !469 from gentle_hu/master
2020-12-08 08:42:29 +08:00
189cbf9b58 修改guc参数update_process_title 为 内部参数,该参数原来是pg显示说明进程是干什么的,已经在openGauus实现该功能 2020-12-08 08:26:15 +08:00
912fd96954 修改guc参数update_process_title 为 内部参数,该参数原来是pg显示说明进程是干什么的,已经在openGauss实现该功能。去掉该参数 2020-12-08 08:23:41 +08:00
85304da50d support the parameters with the same name in postgresql.conf 2020-12-07 20:29:00 +08:00
58f92ed055 add \ 2020-12-07 19:37:58 +08:00
74de6dfc32 Fix to protect deserialize of fdwstate by adding type 2020-12-07 18:07:47 +08:00
a9a00fc7cd 修改guc参数update_process_title 为 内部参数,该参数原来是pg显示说明进程是干什么的,已经在openGauus实现该功能,GUC删除 2020-12-07 17:35:32 +08:00
eeb0e488d8 !465 并行查询-并行bitmapscan
Merge pull request !465 from TotaJ/feature/test
2020-12-07 15:29:10 +08:00
91fc39c468 Preserve AND OR flatness while extracting restriction OR clauses 2020-12-07 14:25:14 +08:00
a3f1eca911 Extract restriction OR clauses whether or not they are indexable. 2020-12-07 12:33:34 +08:00
558d01d2e9 MOT fixes and code cleanup 2020-12-07 12:12:56 +08:00
381e9c5485 Parallel query for subplan/sublink. 2020-12-07 11:47:38 +08:00
8f0c2915f8 Parallel bitmap scan. 2020-12-07 11:46:41 +08:00
50e58ce57d !421 parallel index only scans support
Merge pull request !421 from chenxiaobin/parallelindexonlyscan
2020-12-07 10:33:35 +08:00
a44fe038b9 !445 parallel hash: increase hash buckets bug
Merge pull request !445 from 吴岳川/hash_bug
2020-12-07 10:32:54 +08:00
1b37ef0701 !462 AI模块特性更新:时序预测 异常检测 DeepSQL
Merge pull request !462 from wangtq/update
2020-12-06 19:25:03 +08:00
10af77f691 rename A-Detection to Detection 2020-12-05 17:56:16 +08:00
a47d910712 add A-Detection 2020-12-05 17:56:16 +08:00
c38e812f90 add index_advisor_workload 2020-12-05 17:56:16 +08:00
1dbddcc7cc remote recommendation_systems 2020-12-05 17:54:07 +08:00
7dc1caa55c Sync plpy, add audit, fix array slices 2020-12-05 17:54:07 +08:00
4c9783f714 add deepsql 2020-12-05 17:54:06 +08:00
46a7ac813e Fix memset_s failed when shared_buffer size execced 409GB. 2020-12-05 15:35:45 +08:00
18f3419f35 !459 修复pldebugger abort_target挂掉的问题
Merge pull request !459 from gentle_hu/master
2020-12-05 11:45:08 +08:00
761039d56a fix pldebugger problem 2020-12-04 18:47:28 +08:00
d72ca4b63f [support] function pg_get_tabledef can show DDL for global temporary tables 2020-12-02 17:35:47 +08:00
b0df454ca0 !455 Fix MOT checkpoint SerializeInProcessTxns return value
Merge pull request !455 from Vinoth Veeraraghavan/master
2020-12-02 15:54:18 +08:00
7ca7df6105 Fix MOT checkpoint SerializeInProcessTxns return value 2020-12-01 19:47:05 +08:00
cc7f6da94a 更合适的动态线程名 2020-12-01 15:52:28 +08:00
c8614a3297 fix bugs when cancel autonomous transaction 2020-12-01 15:36:15 +08:00
8e5bb201bf !450 MOT bug fixes
Merge pull request !450 from Vinoth Veeraraghavan/master
2020-11-30 21:52:37 +08:00
2117b3960f Fix memory overlap in MOT checkpoint SerializeInProcessTxns 2020-11-30 20:53:25 +08:00
81f8e553f7 fix the issue that can't set synchronous_standby_names to * with gs_guc 2020-11-30 16:40:41 +08:00
c0c196ba60 add docker download path && add install path symbol & Adapted to the asianux system 2020-11-30 15:29:59 +08:00
25bf9a13d4 !440 【openGauss】 unique_sql 增加sort&hash work_mem 信息监控
Merge pull request !440 from 宋清怡/master
2020-11-30 11:19:38 +08:00
4f555b77ef !438 支持配置文件同步时间间隔由用户配置
Merge pull request !438 from 薛蒙恩/master
2020-11-30 11:17:36 +08:00
1c7677cf58 !423 支持删除主备中的备节点
Merge pull request !423 from testinchina/master
2020-11-30 11:16:39 +08:00
8ac18fb93b !446 MOT bug fixes and code cleanup
Merge pull request !446 from Vinoth Veeraraghavan/master
2020-11-30 11:06:13 +08:00
d8e880ee40 MOT code cleanup 2020-11-30 10:26:27 +08:00