Commit Graph

7818 Commits

Author SHA1 Message Date
5c1df58f33 修改create table中包含了不支持的distribute by选项 2020-09-10 14:39:33 +08:00
00c788af21 gs_check 适配docker容器 2020-09-10 14:21:58 +08:00
d5c33a5a9a !202 fix bugs of memory leak in PL/SQL
Merge pull request !202 from 陈雁飞/master
2020-09-09 18:57:20 +08:00
90f7a96039 【bugfix】memory leak in PL/SQL 2020-09-09 16:37:21 +08:00
eef2187d65 !201 fix bugs of autonomous transaction execute
Merge pull request !201 from 剑仙水易/master
2020-09-09 16:17:55 +08:00
2dd3373ff2 !199 during gsql is blocked(eg: select pg_sleep(10)), gaussdb process will coredump when pressing ctrl+C
Merge pull request !199 from 吴岳川/master
2020-09-09 16:14:27 +08:00
35e0985b6d !200 om 适配docker centos容器 gaussdb提示语句修改
Merge pull request !200 from gyt0221/master
2020-09-09 16:13:05 +08:00
4bf91eb0f8 om 适配docker centos容器
gs_check适配docker中文件类型
gaussdb启动成功后的提示语句修改
2020-09-09 15:18:17 +08:00
606cc08ea6 fix bugs of autonomous transaction execute 2020-09-09 15:16:09 +08:00
9d7743c455 fixbug: during gsql is blocked(eg: select pg_sleep(10)), gaussdb process will coredump when pressing ctrl+C 2020-09-09 10:58:22 +08:00
eaa65b1403 !198 对所修改函数存在的一些问题进行修改并增加测试用例
Merge pull request !198 from Cross-罗/master
2020-09-08 21:34:05 +08:00
c9096b4040 !196 fix core dump when run CUBE with pg_stat_statements
Merge pull request !196 from scarbor_fair/master
2020-09-08 21:33:15 +08:00
bd3089a717 !197 MOT infra changes and fixes
Merge pull request !197 from Vinoth Veeraraghavan/master
2020-09-08 21:32:34 +08:00
49edffbe0f 对所修改函数仍存在的一些问题进行了修改,并更新了测试用例 2020-09-08 20:19:05 +08:00
6336904c3b MOT infra changes and fixes 2020-09-08 18:50:58 +08:00
2d826529c4 !192 change field transactionid of view dbe_perf.global_locks
Merge pull request !192 from chenxiaobin/globallocks
2020-09-08 15:14:26 +08:00
9ef5cb2bb4 !195 support om installation on kylin OS
Merge pull request !195 from chenxiaobin/kylin
2020-09-08 15:12:51 +08:00
72025b51c3 update contrib/pg_stat_statements/pg_stat_statements.cpp.
core dump
2020-09-08 13:26:31 +08:00
02a8721ce4 fix view dbe_perf.global_locks transactionid 2020-09-08 10:40:45 +08:00
ac042d5939 support om installation on kylin OS 2020-09-08 10:11:02 +08:00
c0aa3b80d0 !194 om 优化集群反查时间
Merge pull request !194 from gyt0221/master
2020-09-08 10:07:14 +08:00
6e01f4783c 优化集群反查时间 2020-09-08 09:36:34 +08:00
a62a6d8b4a !193 fixed an issue where the output of the sin function is incorrect
Merge pull request !193 from Cross-罗/master
2020-09-08 09:30:37 +08:00
810380f0d2 !178 Provides simplified installation scripts
Merge pull request !178 from liang/master
2020-09-08 09:29:39 +08:00
17bab983b3 解决sin函数返回结果不正确的问题,开放创建自定义类型转换 2020-09-08 08:55:58 +08:00
197f217c95 !177 解决创建函数时,定义参数的数据类型是序列整型,提示类型不存在的问题
Merge pull request !177 from 徐鲲鹏/master
2020-09-08 08:10:39 +08:00
d1b62b099a 增加test_serial测试用例 2020-09-07 12:47:28 +08:00
21397868b9 !189 禁止创建列存全局临时表
Merge pull request !189 from wangzhijun/master
2020-09-07 11:56:45 +08:00
892a5c102d !187 fix process exit when send the SIGHUP signal in the situation of remote_read_mode=off.
Merge pull request !187 from xiong_xjun/master
2020-09-07 11:55:39 +08:00
3b975eaca7 !188 fix multixact redo error
Merge pull request !188 from xiong_xjun/master_0905
2020-09-07 11:54:58 +08:00
1046ae305c !191 modify interval partition testcase
Merge pull request !191 from yujiang/b_c_pg_version_date_support_auto_partition
2020-09-07 11:54:17 +08:00
06f40db078 增加test_serial测试用例 2020-09-07 11:09:18 +08:00
0f7f10b10e test_serial 测试期望结果 2020-09-07 11:08:12 +08:00
b737b925c0 function has serial type 测试用例 2020-09-07 11:06:51 +08:00
4c2f2e1e6e !182 Forbid ROWNUM when creating index
Merge pull request !182 from 周雄佳/master
2020-09-07 07:00:34 +08:00
26d23328bf modify interval partition testcase
Signed-off-by: yujiang <wutheringwind@163.com>
2020-09-05 18:22:46 +08:00
09a3ca1108 !190 Fix max connection bug.
Merge pull request !190 from TotaJ/bugfix/max_conn
2020-09-05 17:10:43 +08:00
fa2dbe8082 Fix max connection bug. 2020-09-05 15:55:55 +08:00
047f400ddd add orientation option restriction for global temp table 2020-09-05 15:28:28 +08:00
e2200b279b fix multixact redo error 2020-09-05 15:05:57 +08:00
61fad58c53 fix process exit when send the SIGHUP signal in the situation of remote_read_mode=off. 2020-09-05 15:03:47 +08:00
c83a927258 !183 compatibility of old gs_basebackup
Merge pull request !183 from 吴岳川/gs_basebackup_failed
2020-09-05 11:30:02 +08:00
25dc84dcd8 !185 修复在dblink和tcn插件中获取索引个数错误的代码
Merge pull request !185 from xiliu/GPI_BUGFIX
2020-09-05 10:59:38 +08:00
b080462854 compatibility of old gs_basebackup 2020-09-05 10:55:37 +08:00
e15bc8eb1d !186 Fix select-for-update validation when pre_abort_validation is set to off
Merge pull request !186 from Vinoth Veeraraghavan/master
2020-09-04 17:17:40 +08:00
2dd86e7c8d Fix select-for-update validation when pre_abort_validation is set to off 2020-09-04 16:47:18 +08:00
ef6c2817fb !184 support DATE type automatic partition in compatible B/C/PG version
Merge pull request !184 from yujiang/b_c_pg_version_date_support_auto_partition
2020-09-04 16:30:09 +08:00
13aa9ff1f9 add code for get right indexkey
Signed-off-by: xiliu <xiliu_h@163.com>
2020-09-04 16:06:48 +08:00
76fd3b9339 support DATE type automatic partition in compatible B/C/PG version
Signed-off-by: yujiang <wutheringwind@163.com>
2020-09-04 15:46:55 +08:00
cd2bfd01e1 !180 完善在适配x86 open Euler环境时,libcurl库没有实现静态链接的步骤
Merge pull request !180 from zhangzhijing/master
2020-09-04 09:46:27 +08:00