Commit Graph

1186 Commits

Author SHA1 Message Date
c0220c3e0b !672 支持延迟备库机制
Merge pull request !672 from mujinqiang/recovdelay
2021-02-02 09:43:48 +08:00
acdce36d8b !668 modify gs_ctl --help information
Merge pull request !668 from chenxiaobin/pgctl
2021-02-01 20:32:51 +08:00
2ce82d0a1b !667 fix gsql core bug when running '\e'
Merge pull request !667 from chenxiaobin/gsqle
2021-02-01 20:30:51 +08:00
603af71a8c !645 fix bug about gs_guc reload for the parameter without assigning value
Merge pull request !645 from shirley_zhengx/develops
2021-02-01 20:20:03 +08:00
57280f9fca !638 AlterSystemSet添加黑名单与用例修复
Merge pull request !638 from gentle_hu/altersystemset
2021-02-01 20:09:50 +08:00
d41bb204af !665 【WDR】wdr报告中增加instance efficiency 其他相关统计信息
Merge pull request !665 from 宋清怡/master
2021-02-01 20:02:49 +08:00
f227a4a0f2 change cpu_to_elapsd to effective_cpu 2021-02-01 11:47:45 +08:00
ae2eb713b5 fix bug about default of lockwait_timeout by gs_guc
fix bug about default of lockwait_timeout by gs_guc
2021-02-01 09:56:54 +08:00
c9ab09b098 standby redo delay 2021-01-31 21:49:12 +08:00
7e18b13d15 modify gs_ctl --help information 2021-01-30 10:44:05 +08:00
04e23d276f fix gsql core bug when running '\e' 2021-01-29 17:56:40 +08:00
54ed122ac7 add 4 instance efficiency percentages to wdr 2021-01-29 15:26:01 +08:00
0e6a175b7f !649 主备场景,日志空间满,导致数据库夯住,修改写日志线程死循环写日志逻辑,写日志返回失败就退出不再死循环写
Merge pull request !649 from liuchun/master
2021-01-28 16:49:15 +08:00
92db17e0f6 !608 emit error message for incorrect GAUSSLOG
Merge pull request !608 from liang/482
2021-01-28 16:46:02 +08:00
9cf32b738f emit error message for incorrect GAUSSLOG 2021-01-28 15:22:39 +08:00
40055e6b8a !652 gs_basebackup: pg_log prints date
Merge pull request !652 from 吴岳川/gs_basebackup_log_time
2021-01-28 15:01:39 +08:00
2e299c7290 !644 修复ARCH线程退出时没有释放childslot的问题
Merge pull request !644 from TotaJ/bugfix/releaseslot
2021-01-28 14:47:47 +08:00
466b9091a3 !640 修复createa schema + grant all失败的问题
Merge pull request !640 from TotaJ/bugfix/schema2
2021-01-28 14:43:54 +08:00
86943c9d9c !643 fix incremental build failed bug
Merge pull request !643 from chenxiaobin/rewind
2021-01-28 14:40:16 +08:00
8030cc30bd 主备场景,当日志满时候,死循环写日志可能导致数据库夯住,写日志时候出现问题,就不在死循环写。 2021-01-27 16:16:16 +08:00
bdd0bbd251 gs_basebackup: pg_log prints date 2021-01-26 17:28:11 +08:00
eb39566549 !653 fix bugs
Merge pull request !653 from gongsiyi/master
2021-01-26 16:46:07 +08:00
67c77a5301 fix bugs 2021-01-26 16:28:15 +08:00
b54476250b Release childslot when ARCH thread exit. 2021-01-22 10:39:32 +08:00
3e405aee97 consider mix case and fix test case of alter system set 2021-01-21 22:07:48 +08:00
038b9eeac1 !637 创建schema时不能以"pg_"开头
Merge pull request !637 from TotaJ/bugfix/create_schema
2021-01-21 15:38:32 +08:00
46a0078ee5 !639 pg_config version 修改为1.1.0
Merge pull request !639 from 吕辉/pg_config
2021-01-21 15:35:45 +08:00
520b039b78 !623 fix bugs in gs_index_advise
Merge pull request !623 from scarbor_fair/index_advisor
2021-01-21 15:19:53 +08:00
9abb308796 fix incremental build failed bug 2021-01-20 20:21:23 +08:00
924550db38 !635 fix xlog could not cleanup with cascade standby
Merge pull request !635 from LiHeng/master
2021-01-20 11:29:48 +08:00
384a83d8c9 Fix create schema with grant all. 2021-01-20 11:22:04 +08:00
1c9402ffcb pg_config version from 1.0.1 to 1.1.0 2021-01-20 09:58:36 +08:00
1dc81c0e17 add black list for sysadmin in alter system set 2021-01-19 22:53:47 +08:00
bf75ec07a8 Merge branch 'index_advisor' of https://gitee.com/scarbor_fair/openGauss-server into index_advisor
Conflicts:
	src/gausskernel/dbmind/kernel/index_advisor.cpp
2021-01-19 20:34:15 +08:00
3ddd4bac04 fix bug in gs_index_advisor 2021-01-19 20:29:34 +08:00
0de69ddfdc !626 Add help information about REFERENCES of column_constraint.
Merge pull request !626 from Yuejia/master
2021-01-19 11:35:19 +08:00
1ed9a02dac !603 fix exceed int range bug that is occasional when standby runs build
Merge pull request !603 from chenxiaobin/rewind
2021-01-19 10:05:13 +08:00
daa503e393 !598 Adapt docker 1.1.0
Merge pull request !598 from lihongda/master
2021-01-19 10:01:51 +08:00
519359eef8 !589 resolve compile warning
Merge pull request !589 from 周雄佳/davidzhou2
2021-01-19 10:01:06 +08:00
1c728fb3da !621 set WalSndCaughtUp to thread_local variable
Merge pull request !621 from chenxiaobin/WalSndCaughtup
2021-01-19 09:57:20 +08:00
9444ff97c1 Validate schema name when create. 2021-01-18 20:08:40 +08:00
842fe8657f fix xlog could not cleanup with cascade standby 2021-01-16 21:12:07 +08:00
39f647127f !605 encoding modify
Merge pull request !605 from wangrui/master
2021-01-15 12:15:49 +08:00
syj
a67d66149c Add help information about REFERENCES of column_constraint. 2021-01-15 11:26:09 +08:00
1d3c929334 fix bug in gs_index_advisor 2021-01-14 17:26:31 +08:00
d54fc03793 set WalSndCaughtUp to thread context variable 2021-01-14 15:23:03 +08:00
0a03cb4945 !613 openGauss使用localkms管理keys
Merge pull request !613 from 邓旭玥/master
2021-01-13 14:36:20 +08:00
252b0db5cb no use of GAUSSHOME in makefile 2021-01-13 12:14:34 +08:00
9f26684684 !611 修改适配python3编译
Merge pull request !611 from yukai_k/master
2021-01-13 10:08:07 +08:00
5389b28c7d openGauss使用localkms 2021-01-13 10:00:38 +08:00