|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
427d68ddba
|
Fix MOT update indexed column check to be recursive
|
2020-11-30 10:24:45 +08:00 |
|
|
6a2918b6a3
|
Refactor huge functions in MOT
|
2020-11-30 10:21:20 +08:00 |
|
|
61c9feb253
|
MOT code cleanup
|
2020-11-30 10:19:18 +08:00 |
|
|
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 |
|
|
4b95aa7727
|
!442 move fetchmot before waiting wal sync
Merge pull request !442 from 吴岳川/master
|
2020-11-28 12:44:37 +08:00 |
|
|
7b7870ed96
|
add sort&hash work_mem info collection info into get_instr_unique_sql() function
|
2020-11-28 11:22:19 +08:00 |
|
|
cf4d4cd7c9
|
!441 解决shared buffer过大时实际占用共享内存超出预期的BUG
Merge pull request !441 from April01xxx/master
|
2020-11-27 18:07:46 +08:00 |
|
|
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 |
|
|
e691d0496c
|
解决shared buffer过大时实际占用共享内存超出预期的BUG
|
2020-11-27 17:12:25 +08:00 |
|
|
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 |
|
|
77ba9a2eb8
|
Remove unwanted leftover struct member to avoid compatability issues in the future
|
2020-11-26 16:35:15 +08:00 |
|
|
50817a9ca0
|
!435 回退错误合入代码
Merge pull request !435 from 吴岳川/master
|
2020-11-26 11:12:23 +08:00 |
|
|
cdd5776857
|
支持配置文件同步时间间隔由用户配置
|
2020-11-25 20:51:13 +08:00 |
|
|
f5acad12d6
|
paralllel hash: inner parallel
|
2020-11-25 12:23:58 +08:00 |
|
|
d29b23cf57
|
Revert "parallel hash: inner parallel"
This reverts commit 974b2312
|
2020-11-25 12:11:10 +08:00 |
|
|
49b91b56e1
|
!431 parallel hash join: inner join
Merge pull request !431 from 吴岳川/master
|
2020-11-24 17:32:25 +08:00 |
|
|
974b231240
|
parallel hash: inner parallel
|
2020-11-24 14:19:05 +08:00 |
|
|
661bbda2e8
|
add shared tuplestore
|
2020-11-24 11:07:49 +08:00 |
|
|
5c154b21b0
|
!426 fix high system load for reading clients with hot standby
Merge pull request !426 from LiHeng/dev
|
2020-11-23 18:37:03 +08:00 |
|
|
42206aaeaf
|
!425 fix bugs of sqlbypass without refresh parameter for DML
Merge pull request !425 from LiHeng/master
|
2020-11-23 18:34:32 +08:00 |
|
|
6dfb1d9a03
|
fix high system load for reading clients with hot standby
|
2020-11-22 22:58:29 +08:00 |
|
|
a36668e664
|
fix bugs of sqlbypass without refresh parameter for DML
We forbiden a custom plan with sqlbypass, which may not
refresh parameter for const parameter.
|
2020-11-22 22:53:31 +08:00 |
|
|
8830ce04eb
|
!409 CreateFunctionStmt结构的copy函数缺失字段复制
Merge pull request !409 from liyongjin/Branch_master_bug1
|
2020-11-19 15:38:01 +08:00 |
|
|
2a00007e9c
|
!412 fix bugs in perm_space_increase and perm_space_decrease
Merge pull request !412 from scarbor_fair/master
|
2020-11-19 15:29:47 +08:00 |
|
|
b4f5405a66
|
revoke
|
2020-11-19 14:52:43 +08:00 |
|
|
888b9eb009
|
Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server
|
2020-11-19 14:31:28 +08:00 |
|
|
dfa56ea39e
|
compile with O3
|
2020-11-19 14:07:38 +08:00 |
|
|
87dd40c8f5
|
!401 解决pg_os_threads视图中IncrBgWriter线程信息缺失的问题
Merge pull request !401 from April01xxx/master
|
2020-11-19 11:06:25 +08:00 |
|
|
b2f882209a
|
!385 parallel scan: explain analyze details
Merge pull request !385 from 吴岳川/master
|
2020-11-19 11:04:54 +08:00 |
|
|
3614bd49d0
|
!416 fix the problem of archive_dest should not be synchronized to the standby
Merge pull request !416 from mujinqiang/master
|
2020-11-19 09:57:20 +08:00 |
|
|
3a3759f6f2
|
!406 并行查询-并行创建索引(btree)
Merge pull request !406 from TotaJ/feature/parallel_create_index
|
2020-11-18 11:14:28 +08:00 |
|
|
063040f525
|
fix the problem of archive_dest should not be synchronized to the standby
|
2020-11-17 23:30:15 +08:00 |
|
|
d995836dd4
|
!415 Refactor MOT recovery
Merge pull request !415 from Vinoth Veeraraghavan/master
|
2020-11-17 18:57:58 +08:00 |
|
|
424d8dc855
|
Minor code cleanup
|
2020-11-17 18:08:41 +08:00 |
|
|
4bc4af0126
|
Refactor MOT recovery
|
2020-11-17 18:01:19 +08:00 |
|
|
d3a8307a1a
|
Fix parallel create index failed when temp file exceed 1GB.
|
2020-11-17 14:26:00 +08:00 |
|
|
588d6ba906
|
!411 MOT Refactor
Merge pull request !411 from Vinoth Veeraraghavan/master
|
2020-11-17 10:23:12 +08:00 |
|
|
bc700b5ffc
|
!408 fix catchup2normal_wait_time ineffective bug
Merge pull request !408 from chenxiaobin/catchup
|
2020-11-17 08:16:40 +08:00 |
|
|
55b7a54ed1
|
fix bugs in perm_space_increase and perm_space_decrease
|
2020-11-16 21:18:14 +08:00 |
|