62bf5cfc71
!267 clob可作为分区列
...
Merge pull request !267 from 骆洪斌/master
2020-09-28 17:30:45 +08:00
23e0f48150
totaldeadrows赋值问题修改
2020-09-28 16:15:02 +08:00
6b4954f66f
exetreme RTO
2020-09-28 15:58:38 +08:00
dee1ecfa79
修改pt_ctl内存泄漏
2020-09-28 15:17:08 +08:00
fe8534cfc8
clob可作为分区列
2020-09-28 15:10:06 +08:00
671d9b1043
!262 openGauss发布版本改为1.0.1
...
Merge pull request !262 from zhangxubo/1.0.1
2020-09-28 15:07:23 +08:00
4c4ba51a84
!261 fix gs_ctl build bug
...
Merge pull request !261 from 吴岳川/master
2020-09-28 15:05:02 +08:00
149bb23a6a
openGauss工具、内核版本改为1.0.1
2020-09-28 14:49:05 +08:00
682f33035e
gs_ctl build: return erro when pg_control file is not found
...
gs_ctl build: rm the validation of pg_control file size
2020-09-28 14:25:42 +08:00
702ed6fb41
默认关闭并行查询
2020-09-28 14:24:59 +08:00
24b9c9352f
!257 删除不需要的文件
...
Merge pull request !257 from 骆洪斌/master
2020-09-28 14:05:52 +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
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
a201b8bf9a
Bind numa node for parallel query.
2020-09-25 17:37:50 +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
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
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
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
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
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
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
9e9b6b0321
!234 【openGauss】Add pldebugger feature
...
Merge pull request !234 from 宋清怡/master
2020-09-18 21:01:02 +08:00
b764ca9d09
补充对detail选项的禁用
2020-09-18 18:19:15 +08:00
76e7255dab
Add pldebugger feature
2020-09-18 17:54:16 +08:00
06ed00f6d7
fix parse_int64 problem
2020-09-18 09:42:36 +08:00
4c7f86f4e2
!232 Forbided the options of nodes and num_nodes in the explain
...
Merge pull request !232 from Cross-罗/master
2020-09-17 21:02:35 +08:00
fca375d920
!231 Fix compile warning.
...
Merge pull request !231 from TotaJ/feature/parallel
2020-09-17 20:31:31 +08:00
4bf4110266
解决explain语句中添加nodes、num_nodes时与预期不符的问题
2020-09-17 20:25:44 +08:00