|
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 |
|
|
2817578f48
|
!181 fix bug bgworkers not exit of front error;fix bug of check_client_encoding_hook error;fix incorrect job_queue_processes count
Merge pull request !181 from 剑仙水易/master
|
2020-09-03 20:22:38 +08:00 |
|
|
47f2cb5c01
|
Ban ROWNUM when creating index.
|
2020-09-03 20:19:11 +08:00 |
|
|
1f17263be3
|
!179 MOT Cold start optimization and removing wrong reference in FDW state
Merge pull request !179 from Vinoth/master
|
2020-09-03 18:25:37 +08:00 |
|
|
396556f625
|
fix incorrect job_queue_processes count
|
2020-09-03 17:48:19 +08:00 |
|
|
13b33930fb
|
fix bug of check_client_encoding_hook error
|
2020-09-03 17:47:04 +08:00 |
|
|
ffd353b1aa
|
fix bug bgworkers not exit of front error
|
2020-09-03 17:45:29 +08:00 |
|
|
5a964250fe
|
完善在适配x86 open Euler环境时,libcurl库没有实现静态链接的步骤
|
2020-09-03 17:25:21 +08:00 |
|
|
3b3540acc6
|
Removed unnecessary and wrong reference to current row in MOT FDW state
|
2020-09-03 17:07:54 +08:00 |
|
|
23c166cea8
|
MOT Coldstart optimization
|
2020-09-03 17:07:33 +08:00 |
|
|
55676a7d12
|
修改了一些代码问题
|
2020-09-03 17:05:23 +08:00 |
|
|
4df5e34cad
|
!169 删除重复定义的宏 PG_USED_FOR_ASSERTS_ONLY
Merge pull request !169 from xiliu/GPI_BUGFIX
|
2020-09-03 17:02:48 +08:00 |
|
|
c8fa438bb2
|
!175 解决gs_restore指定不存在文件后自动创建该文件的问题
Merge pull request !175 from yukai_k/master
|
2020-09-03 16:24:38 +08:00 |
|
|
943343c795
|
解决gs_restore指定不存在文件后自动创建该文件的问题
|
2020-09-03 16:12:20 +08:00 |
|
|
a15dba99cc
|
!176 【openGauss】incorrect matiewrel heap_close
Merge pull request !176 from 宋清怡/master
|
2020-09-03 15:38:13 +08:00 |
|
|
3a86f8dee9
|
Simple installation
|
2020-09-03 15:06:10 +08:00 |
|