Commit Graph

1151 Commits

Author SHA1 Message Date
TotaJ 381e9c5485 Parallel query for subplan/sublink. 2020-12-07 11:47:38 +08:00
TotaJ 8f0c2915f8 Parallel bitmap scan. 2020-12-07 11:46:41 +08:00
opengauss-bot 50e58ce57d !421 parallel index only scans support
Merge pull request !421 from chenxiaobin/parallelindexonlyscan
2020-12-07 10:33:35 +08:00
opengauss-bot a44fe038b9 !445 parallel hash: increase hash buckets bug
Merge pull request !445 from 吴岳川/hash_bug
2020-12-07 10:32:54 +08:00
opengauss-bot 1b37ef0701 !462 AI模块特性更新:时序预测 异常检测 DeepSQL
Merge pull request !462 from wangtq/update
2020-12-06 19:25:03 +08:00
l00520705 10af77f691 rename A-Detection to Detection 2020-12-05 17:56:16 +08:00
l00520705 a47d910712 add A-Detection 2020-12-05 17:56:16 +08:00
z00574602 c38e812f90 add index_advisor_workload 2020-12-05 17:56:16 +08:00
l00475793 1dbddcc7cc remote recommendation_systems 2020-12-05 17:54:07 +08:00
l00475793 7dc1caa55c Sync plpy, add audit, fix array slices 2020-12-05 17:54:07 +08:00
l00475793 4c9783f714 add deepsql 2020-12-05 17:54:06 +08:00
TotaJ 46a7ac813e Fix memset_s failed when shared_buffer size execced 409GB. 2020-12-05 15:35:45 +08:00
opengauss-bot 18f3419f35 !459 修复pldebugger abort_target挂掉的问题
Merge pull request !459 from gentle_hu/master
2020-12-05 11:45:08 +08:00
gentle_hu 761039d56a fix pldebugger problem 2020-12-04 18:47:28 +08:00
douxin d72ca4b63f [support] function pg_get_tabledef can show DDL for global temporary tables 2020-12-02 17:35:47 +08:00
opengauss-bot b0df454ca0 !455 Fix MOT checkpoint SerializeInProcessTxns return value
Merge pull request !455 from Vinoth Veeraraghavan/master
2020-12-02 15:54:18 +08:00
Vinoth Veeraraghavan 7ca7df6105 Fix MOT checkpoint SerializeInProcessTxns return value 2020-12-01 19:47:05 +08:00
Ricardo.Cui cc7f6da94a 更合适的动态线程名 2020-12-01 15:52:28 +08:00
yupeng c8614a3297 fix bugs when cancel autonomous transaction 2020-12-01 15:36:15 +08:00
opengauss-bot 8e5bb201bf !450 MOT bug fixes
Merge pull request !450 from Vinoth Veeraraghavan/master
2020-11-30 21:52:37 +08:00
Vinoth Veeraraghavan 2117b3960f Fix memory overlap in MOT checkpoint SerializeInProcessTxns 2020-11-30 20:53:25 +08:00
chenc 81f8e553f7 fix the issue that can't set synchronous_standby_names to * with gs_guc 2020-11-30 16:40:41 +08:00
lihongda c0c196ba60 add docker download path && add install path symbol & Adapted to the asianux system 2020-11-30 15:29:59 +08:00
opengauss-bot 25bf9a13d4 !440 【openGauss】 unique_sql 增加sort&hash work_mem 信息监控
Merge pull request !440 from 宋清怡/master
2020-11-30 11:19:38 +08:00
opengauss-bot 4f555b77ef !438 支持配置文件同步时间间隔由用户配置
Merge pull request !438 from 薛蒙恩/master
2020-11-30 11:17:36 +08:00
opengauss-bot 1c7677cf58 !423 支持删除主备中的备节点
Merge pull request !423 from testinchina/master
2020-11-30 11:16:39 +08:00
opengauss-bot 8ac18fb93b !446 MOT bug fixes and code cleanup
Merge pull request !446 from Vinoth Veeraraghavan/master
2020-11-30 11:06:13 +08:00
Vinoth Veeraraghavan d8e880ee40 MOT code cleanup 2020-11-30 10:26:27 +08:00
Vinoth Veeraraghavan 427d68ddba Fix MOT update indexed column check to be recursive 2020-11-30 10:24:45 +08:00
Vinoth Veeraraghavan 6a2918b6a3 Refactor huge functions in MOT 2020-11-30 10:21:20 +08:00
Vinoth Veeraraghavan 61c9feb253 MOT code cleanup 2020-11-30 10:19:18 +08:00
testinchina 25fcadc71f 1. Support the feature of shrinking a standby server
2. Fix the issue of #I1N6G7: link https://gitee.com/opengauss/openGauss-server/issues/I1N6G7
3. link #I1N6G7
2020-11-28 16:01:48 +08:00
opengauss-bot 4b95aa7727 !442 move fetchmot before waiting wal sync
Merge pull request !442 from 吴岳川/master
2020-11-28 12:44:37 +08:00
sqyyeah 7b7870ed96 add sort&hash work_mem info collection info into get_instr_unique_sql() function 2020-11-28 11:22:19 +08:00
wuyuechuan 4da92b45c9 improve the stability of parallel search test cases 2020-11-28 10:31:06 +08:00
wuyuechuan deec0bb6d6 Ensure proper alignment of tuples in HashMemoryChunkData buffers
pg commitid  5dc692f78d3
2020-11-28 09:08:55 +08:00
wuyuechuan 91064e7f9d parallel hash: increase hash buckets bug 2020-11-28 09:08:31 +08:00
opengauss-bot cf4d4cd7c9 !441 解决shared buffer过大时实际占用共享内存超出预期的BUG
Merge pull request !441 from April01xxx/master
2020-11-27 18:07:46 +08:00
wuyuechuan 2a746791fa move fetchmot before waiting wal sync, or else backup will failed occasionally when waiting wal sync for more than wal_timeout. 2020-11-27 17:29:04 +08:00
April01xxx e691d0496c 解决shared buffer过大时实际占用共享内存超出预期的BUG 2020-11-27 17:12:25 +08:00
opengauss-bot 467acdb8ea !439 Remove unwanted leftover member to avoid compatibility issues in future
Merge pull request !439 from Vinoth Veeraraghavan/master
2020-11-26 21:54:32 +08:00
Vinoth Veeraraghavan 77ba9a2eb8 Remove unwanted leftover struct member to avoid compatability issues in the future 2020-11-26 16:35:15 +08:00
opengauss-bot 50817a9ca0 !435 回退错误合入代码
Merge pull request !435 from 吴岳川/master
2020-11-26 11:12:23 +08:00
MuJinqiang 0be2fc0818 fix the display of bypass 2020-11-25 22:40:16 +08:00
xue_meng_en cdd5776857 支持配置文件同步时间间隔由用户配置 2020-11-25 20:51:13 +08:00
wuyuechuan f5acad12d6 paralllel hash: inner parallel 2020-11-25 12:23:58 +08:00
wuyuechuan d29b23cf57 Revert "parallel hash: inner parallel"
This reverts commit 974b2312
2020-11-25 12:11:10 +08:00
chenxiaobin 439aca70f4 solve conficts 2020-11-24 21:07:48 +08:00
chenxiaobin 61414ba87d Merge branch 'master' of gitee.com:chenxiaobin19/openGauss-server into parallelindexonlyscan 2020-11-24 21:06:28 +08:00
opengauss-bot 49b91b56e1 !431 parallel hash join: inner join
Merge pull request !431 from 吴岳川/master
2020-11-24 17:32:25 +08:00