Commit Graph

6977 Commits

Author SHA1 Message Date
d6f8b7a64e add timeout para for gs_basebackup 2021-01-28 16:44:45 +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
2079d53c14 gs_probackup: add passwd from interaction to connect info 2021-01-26 11:24:06 +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
4a711e4c3b !560 rule语法帮助及相关用例修改
Merge pull request !560 from Ricardo_Cui/master
2021-01-12 18:53:13 +08:00
9dac3a6a6c 适配python3编译 2021-01-12 15:38:47 +08:00
fe4666717c !607 use memcpy_s to copy the return time_str
Merge pull request !607 from 吴岳川/walTimeout
2021-01-12 15:27:29 +08:00
32b455ef68 openGauss supports binary_float 2021-01-12 09:58:08 +08:00
f5ed9c4c73 !597 【SQL时间预测】敏感信息释放前置零
Merge pull request !597 from 宋清怡/master
2021-01-11 15:35:09 +08:00
e5e6685e68 use memcpy_s to copy the return time_str 2021-01-11 15:21:40 +08:00
f249a90a15 change func to inline func 2021-01-11 15:02:17 +08:00
ce2de0bdee !606 【轻量级 PR】:修复归档告警信息刷屏的问题
Merge pull request !606 from TotaJ/N/A
2021-01-11 14:17:07 +08:00
78068122d9 openGauss supports pg_stat_statements 2021-01-11 11:31:05 +08:00
0bc61bf05a 修复归档告警信息刷屏的问题 2021-01-11 11:21:00 +08:00
8d36f2a28c fix exceed int range bug that is occasional when standby runs build 2021-01-11 10:55:37 +08:00
fb7b91cb23 server_encoding=ascii, client_encoding=utf8, if chinese return error 2021-01-11 09:48:59 +08:00