|
a0c8edaabe
|
修改Invalid argument报错
|
2020-09-15 19:17:38 +08:00 |
|
|
0e1dcf689f
|
Fix truncate to release rows properly
|
2020-09-15 18:31:03 +08:00 |
|
|
6da0072c29
|
Fix MOT table database dependency generation
|
2020-09-15 18:30:14 +08:00 |
|
|
ec1e223ee0
|
fix array boudary
|
2020-09-15 17:51:08 +08:00 |
|
|
dcbdbcfa4e
|
将物理复制槽的名字的最大长度从62改为63,跟pg保持一致。
|
2020-09-15 17:24:55 +08:00 |
|
|
5ed8dc1706
|
!216 support pg_partition_filepath function
Merge pull request !216 from xiliu/GPI_BUGFIX
|
2020-09-15 08:46:52 +08:00 |
|
|
84c1ece83f
|
!213 om gs_collector core dump增加相关线程名 gs_check修复非root类检查项和root类检查项配合--skip-root-items检查结果不一致的问题
Merge pull request !213 from gyt0221/master
|
2020-09-15 08:45:48 +08:00 |
|
|
b74285561e
|
!214 修改DROP ROW LEVEL SECURITY POLICY IF EXISTS的NOTICE提示信息
Merge pull request !214 from 骆洪斌/master
|
2020-09-15 08:44:39 +08:00 |
|
|
2c14f05085
|
support pg_partition_filepath function
Signed-off-by: xiliu <xiliu_h@163.com>
|
2020-09-14 21:17:38 +08:00 |
|
|
3092f69fb9
|
!212 gs_expansion添加参数校验:用户用户组是否存在、版本一致性、xml文件权限等
Merge pull request !212 from zhangxubo/master
|
2020-09-14 20:45:22 +08:00 |
|
|
afac3aec39
|
!215 过滤掉lock_codegen_process_sub函数的count = 0时的情况,提高查询性能。
Merge pull request !215 from 周雄佳/master
|
2020-09-14 20:44:50 +08:00 |
|
|
774c14fcde
|
过滤掉lock_codegen_process_sub函数的count = 0时的情况,提高查询性能。
|
2020-09-14 20:00:56 +08:00 |
|
|
3d43c73d71
|
修改DROP ROW LEVEL SECURITY POLICY IF EXISTS的NOTICE提示信息
|
2020-09-14 18:21:14 +08:00 |
|
|
cd5bb928d7
|
修复非root类检查项和root类检查项配合--skip-root-items检查结果不一致的问题
gs_collector core dump增加相关线程名 gs_check适配centos容器
|
2020-09-14 15:01:17 +08:00 |
|
|
9713f0f088
|
!211 gs_baebackup tablespace_mapping option doesn't work
Merge pull request !211 from 吴岳川/master
|
2020-09-14 10:25:09 +08:00 |
|
|
1707e5a60d
|
I1UY6C 一主一备下扩容完成后,备机缺少replconninfo信息
|
2020-09-13 16:48:12 +08:00 |
|
|
a1c71941ed
|
I1UY6X gs_expansion扩容场景下,/tmp目录下临时文件/gs_expansion*未清理
|
2020-09-13 16:46:03 +08:00 |
|
|
7acbe191ec
|
I1UY6Q 添加参数校验:用户,用户组,版本号一致性等
|
2020-09-13 16:39:27 +08:00 |
|
|
5d90db59ae
|
!210 fix dump interval partitioned table issue
Merge pull request !210 from yujiang/dump_interval_part_tab
|
2020-09-11 15:56:57 +08:00 |
|
|
a5f63f6391
|
gs_basebackup: tablespace_mapping option doesn't work
|
2020-09-11 14:49:38 +08:00 |
|
|
e8fb5abbc9
|
fix dump interval partitioned table issue
Signed-off-by: yujiang <wutheringwind@163.com>
|
2020-09-11 09:45:12 +08:00 |
|
|
0a38575e7e
|
!209 Allow delete operations in MOT even if memory limit is reached
Merge pull request !209 from Vinoth Veeraraghavan/master
|
2020-09-11 09:44:37 +08:00 |
|
|
ab4c8a8900
|
!208 处理lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致的问题
Merge pull request !208 from 徐鲲鹏/master
|
2020-09-10 20:50:42 +08:00 |
|
|
de05474127
|
!207 fix bug of dead lock in autonomous transaction
Merge pull request !207 from 剑仙水易/master
|
2020-09-10 19:44:41 +08:00 |
|
|
516657c8c7
|
Allow delete operations in MOT even if memory limit is reached
|
2020-09-10 19:19:05 +08:00 |
|
|
563eb1a2a5
|
增加验证lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致问题的测试样例
|
2020-09-10 19:05:30 +08:00 |
|
|
301ec61eae
|
增加lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致问题的测试样例
|
2020-09-10 19:04:55 +08:00 |
|
|
8e8d3bd43c
|
更新测试样例结果
增加验证lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致问题的测试样例
由于修改了varchar.cpp中的varchar函数导致测试样例select char_length(to_char(lpad('abc', 1024 * 1024 *10 + 1, 'x')));的测试结果发生了改变,因此一并对其进行了个更新,
即:
更新select char_length(to_char(lpad('abc', 1024 * 1024 *10 + 1, 'x'))); 测试样例的测试结果,
增加SELECT char_length(lpad('abcCC',1024*1024*11,'x')::varchar2(10485760));
和
SELECT char_length(lpad('abcCC',1024*1024*11,'x')::varchar(10485760)); 测试样例的测试结果
|
2020-09-10 16:40:35 +08:00 |
|
|
a7aadc6386
|
fix bug of dead lock in autonomous transaction
|
2020-09-10 16:20:04 +08:00 |
|
|
3865898f0f
|
更新测试样例结果
增加验证lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致问题的测试样例
由于修改了varchar.cpp中的varchar函数导致测试样例select char_length(to_char(lpad('abc', 1024 * 1024 *10 + 1, 'x')));的测试结果发生了改变,因此一并对其进行了个更新,
即:
更新select char_length(to_char(lpad('abc', 1024 * 1024 *10 + 1, 'x'))); 测试样例的测试结果,
增加SELECT char_length(lpad('abcCC',1024*1024*11,'x')::varchar2(10485760));
和
SELECT char_length(lpad('abcCC',1024*1024*11,'x')::varchar(10485760)); 测试样例的测试结果
|
2020-09-10 16:08:04 +08:00 |
|
|
dfb249e45d
|
增加验证lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致问题的测试样例
|
2020-09-10 16:04:05 +08:00 |
|
|
8b1c393236
|
修改lpad函数对最大存储空间同为10M的字符类型在超过存储上限时的处理方式不一致的问题
|
2020-09-10 16:02:46 +08:00 |
|
|
6812ea637c
|
!205 修改\h中create table、create table partition create table as中不支持的distribute by选项
Merge pull request !205 from 徐鲲鹏/master
|
2020-09-10 15:43:52 +08:00 |
|
|
7dcc256ef6
|
!204 om gs_check 适配docker容器
Merge pull request !204 from gyt0221/master
|
2020-09-10 15:43:17 +08:00 |
|
|
ae6180da3f
|
修改\h中create table partition中不支持的distribute by选项
|
2020-09-10 14:41:13 +08:00 |
|
|
7e1ec33c46
|
修改create table as中包含了不支持的distribute by选项
|
2020-09-10 14:40:28 +08:00 |
|
|
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 |
|