Commit Graph

4737 Commits

Author SHA1 Message Date
702ed6fb41 默认关闭并行查询 2020-09-28 14:24:59 +08:00
e41d2af136 !258 Add Copyright notice and License for mysql_fdw and oracle_fdw
Merge pull request !258 from 周雄佳/master
2020-09-28 14:06:33 +08:00
24b9c9352f !257 删除不需要的文件
Merge pull request !257 from 骆洪斌/master
2020-09-28 14:05:52 +08:00
affd51ac54 Add Copyright notice and License for mysql_fdw and oracle_fdw 2020-09-28 11:52:30 +08:00
f0222b4d2c 修改编译选项 2020-09-28 11:18:49 +08:00
1b99188dee !253 备机扩容兼容支持已安装的数据库是否使用环境变量分离
Merge pull request !253 from zhangxubo/master
2020-09-28 09:50:50 +08:00
06491fd9ad !256 修复pg_get_tabledef函数导出支持foreign_key
Merge pull request !256 from zhangxubo/ds_support
2020-09-28 09:47:19 +08:00
e163fb87f6 !254 Fixed the problem that cannot stop the standby node.
Merge pull request !254 from Cross-罗/master
2020-09-28 09:46:11 +08:00
288215d112 删除文件 contrib/gtmtester/gtmtester 2020-09-28 09:33:44 +08:00
fc7decae7a !255 Removed enable_checkpoint and enable_redo_log from mot.conf
Merge pull request !255 from Vinoth Veeraraghavan/master
2020-09-28 08:05:58 +08:00
b4ed4ee7ef pg_get_tabledef函数导出不支持foreigngn_key 2020-09-27 20:23:42 +08:00
f2bab6afad Removed enable_checkpoint and enable_redo_log from mot.conf 2020-09-27 17:13:15 +08:00
1e0e44322f 2020-09-27 16:53:58 +08:00
e945e54b50 修改备DN停机问题 2020-09-27 16:53:46 +08:00
1fd76febc0 备机扩容兼容支持已安装的数据库是否使用环境变量分离 2020-09-27 16:30:21 +08:00
7662afaa4c !252 并行查询增加NUMA绑核
Merge pull request !252 from TotaJ/feature/parallel_performance
2020-09-27 11:24:20 +08:00
cd8cdf46b2 !247 卸载调整日志提示
Merge pull request !247 from gyt0221/master
2020-09-27 08:47:23 +08:00
4b525d1ed6 !249 Fix some row/sentinel leaks in MOT
Merge pull request !249 from Vinoth Veeraraghavan/master
2020-09-27 08:46:53 +08:00
bc3650cb12 !248 解决执行explain plan时并行查询出现core的问题
Merge pull request !248 from 徐鲲鹏/master
2020-09-27 08:45:09 +08:00
2f080a22ba !250 fix pldebugger line number problem & rename patch file
Merge pull request !250 from 宋清怡/master
2020-09-27 08:44:35 +08:00
f39e021d36 Rename openGauss patch for fdw. 2020-09-25 17:38:59 +08:00
a201b8bf9a Bind numa node for parallel query. 2020-09-25 17:37:50 +08:00
9de553c8e6 !246 write csn when write commit log
Merge pull request !246 from 吴岳川/master
2020-09-25 17:11:41 +08:00
3bf833c64a rename pldebugger patch and fix lineno display problem 2020-09-25 17:08:20 +08:00
b09d8a08d3 Fix memory leaks:
1. Remove secondary sentinel when checkpoint is running.
2. Overwrite deleted but not removed rows, due to checpoint or concurrent inserts reclaim old version using GC.
2020-09-25 16:11:36 +08:00
fac17763b5 解决执行explain plan时并行查询出现core的问题
通过查找堆栈信息,发现在explain print树中存在执行计划为Gather的节点,其pt_operation值为NULL,在进行strcmp时导致了core问题的出现
因此在GetPlanNodePlainText函数中T_Gather增加了对pt_operation的赋值,使得*pt_operation=Gather
2020-09-25 11:18:11 +08:00
30674641e4 卸载调整日志提示 2020-09-25 10:19:26 +08:00
2c6fb8dc60 fix free csn 2020-09-25 09:43:49 +08:00
8a0e553c1d !244 【openGauss】fix pldebugger can not find breakpoint problem
Merge pull request !244 from 宋清怡/master
2020-09-25 08:04:18 +08:00
1cf41f0a67 !243 Fix memory corruption in MOT
Merge pull request !243 from Vinoth Veeraraghavan/master
2020-09-23 15:13:35 +08:00
467b92bc1f !243 Fix memory corruption in MOT
Merge pull request !243 from Vinoth Veeraraghavan/master
2020-09-23 15:13:34 +08:00
1beabee016 !242 【bug fix】when query pg_indexes, global partition index should be included
Merge pull request !242 from xiong_xjun/master_0905
2020-09-23 15:12:59 +08:00
b3db9b46cb fix can not find breakpoint problem 2020-09-23 14:38:55 +08:00
bbcb209c6c Fix memory corruption in MOT 2020-09-23 12:26:00 +08:00
64f55bcaa6 when query pg_indexes, global partition index should be included 2020-09-23 10:43:51 +08:00
0b5cf37ad6 !240 【openGauss】modify pldebugger enable options
Merge pull request !240 from 宋清怡/master
2020-09-22 17:20:16 +08:00
a57142b205 !241 MOT JIT purging fix
Merge pull request !241 from Vinoth Veeraraghavan/master
2020-09-22 17:19:37 +08:00
478ade750e Fix bug in JIT source purging: do not nullify attached context list after purge 2020-09-22 15:42:28 +08:00
458658bc9a modify enable-pldebugger sth 2020-09-22 14:38:45 +08:00
8e82cbfeb3 !239 【openGauss】Add pldebugger README.md
Merge pull request !239 from 宋清怡/master
2020-09-21 14:50:58 +08:00
108887ac51 add pldebugger readme 2020-09-21 10:17:29 +08:00
cc6f667872 !167 fix the coredump when use pg_terminate_session at non-threadpool mode
Merge pull request !167 from 德塔贝斯/dev-master
2020-09-19 21:17:17 +08:00
dd22fce206 !236 [SQL]Add third-party PostGIS guidance
Merge pull request !236 from 陈林锋/master
2020-09-19 21:15:08 +08:00
26558fd6f1 !238 修改了OM中RemoveIPC设置为no未生效的问题,支持修改麒麟系统RemoveIPC
Merge pull request !238 from 陈栋/master
2020-09-19 20:16:45 +08:00
64e5685570 添加pg_terminate_session的用例
Signed-off-by: pufuan <pu.fuan@139.com>
2020-09-19 19:59:06 +08:00
a0661f819a !237 add return dbstats
Merge pull request !237 from 吴岳川/master
2020-09-19 18:18:29 +08:00
c7ad93b141 add dbstate starting when walrev or daterev are not ready 2020-09-19 17:21:20 +08:00
c04c8baffa fix some problem in RemoveIPC 2020-09-19 15:33:39 +08:00
96c0094de0 replace gs_ctl stop with gsql shutdown 2020-09-19 11:45:27 +08:00
fda4942762 !235 Disable the detail option in EXPLAIN statement
Merge pull request !235 from Cross-罗/master
2020-09-19 00:07:23 +08:00