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
f3cdc78224
[SQL]Add third-party PostGIS guidance
2020-09-18 21:25:14 +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
bd6445712f
!233 修复set int64类型GUC时的问题
...
Merge pull request !233 from gentle_hu/master
2020-09-18 14:45:58 +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
0d4f3d3618
!221 configure open readline option
...
Merge pull request !221 from chenxiaobin/readline
2020-09-17 20:19:46 +08:00
79c7dca111
Fix shm_mq memcpy bug.
2020-09-17 20:03:15 +08:00
e8606ec86d
Fix complie warning.
2020-09-17 20:03:06 +08:00
d66ab20be9
!228 主备进行库容,未对已有备机的pg_hba.conf文件写入新增扩容节点信息
...
Merge pull request !228 from zhangxubo/master
2020-09-17 19:14:18 +08:00
4f55b47ecc
!229 fix deadlock in autonomous transaction
...
Merge pull request !229 from scarbor_fair/master
2020-09-17 19:13:27 +08:00
bdfeba231f
!230 在openGauss 主备环境上进行 业务并发测试 GTT表产生coredump
...
Merge pull request !230 from wangzhijun/master
2020-09-17 19:12:22 +08:00
7c7e354931
fix gtt session issue
2020-09-17 15:01:04 +08:00
c3673e64ca
fix deadlock
2020-09-17 14:05:31 +08:00
e8d0ba3f2e
!226 openGauss支持并行查询-支持并行顺序扫描
...
Merge pull request !226 from TotaJ/feature/parallel
2020-09-17 09:32:32 +08:00
ccf8110812
已有主备扩容时候,需要给备机pg_hba文件添加新增备机的节点trust配置
2020-09-16 21:27:52 +08:00
1933066d4f
!225 fix dbe_perf.wait_events cannot update failed_with when lock timeout
...
Merge pull request !225 from chenxiaobin/failwait
2020-09-16 20:52:33 +08:00
5dfa9d8ed1
Parallel query, sequence scan.
2020-09-16 20:10:45 +08:00
83a2e4776c
fix dbe_perf.wait_events cannot update failed_with when lock timeout
2020-09-16 20:10:42 +08:00
2fe5d2dc09
!224 Optimized the error information about gs_initdb because nodename does not comply with document specifications.
...
Merge pull request !224 from Cross-罗/master
2020-09-16 16:56:33 +08:00
5ef99d6a01
解决gs_init报错
2020-09-16 14:56:57 +08:00