|
052a344af0
|
!75 Transaction control in PL procedures(add gramer)
Merge pull request !75 from chenyanfei/master
|
2020-08-06 21:27:30 +08:00 |
|
|
1f84608ad2
|
!74 Fix async redo performance issue and sync to standby issue
Merge pull request !74 from Vinoth/master
|
2020-08-06 21:26:39 +08:00 |
|
|
2dd5de9295
|
!78 修改两数取模允许除数为零问题
Merge pull request !78 from chenxiaobin19/master
|
2020-08-06 20:38:35 +08:00 |
|
|
a5240e5202
|
!80 Fix fdw core in thread pool mode.
Merge pull request !80 from TotaJ/bugfix/fdw2
|
2020-08-06 20:37:34 +08:00 |
|
|
d487655241
|
!73 fix GTT alter table issue
Merge pull request !73 from wangzhijun/master
|
2020-08-06 20:31:37 +08:00 |
|
|
7670c29136
|
Fix fdw core in thread pool mode.
|
2020-08-06 20:14:04 +08:00 |
|
|
433ae75066
|
fixbug: procudure multi option error
|
2020-08-06 19:16:26 +08:00 |
|
|
5a69361717
|
Merge remote-tracking branch 'upstream/master'
|
2020-08-06 19:05:38 +08:00 |
|
|
e2f884c4ba
|
mod not allow divide by zero
|
2020-08-06 18:51:52 +08:00 |
|
|
eb16b4f0a5
|
!76 增加varchar 长度 校验
Merge pull request !76 from nifinity/master
|
2020-08-06 17:09:06 +08:00 |
|
|
adb753db88
|
修改空格
|
2020-08-06 16:47:46 +08:00 |
|
|
5a1f462b18
|
varchar len modify
|
2020-08-06 16:10:40 +08:00 |
|
|
9570f59861
|
Fix the test case.
|
2020-08-06 14:55:24 +08:00 |
|
|
f03dec6c3e
|
fix compiler error
|
2020-08-06 14:36:45 +08:00 |
|
|
b093b4d858
|
Procdure support COMMIT/ROLLBACK grammer.
|
2020-08-06 10:57:58 +08:00 |
|
|
1951058d4e
|
Fix async redo performance issue and sync to standby issue
|
2020-08-05 17:34:33 +08:00 |
|
|
e734c01acc
|
fix GTT alter table toast issue
|
2020-08-05 10:30:29 +08:00 |
|
|
937bc72dec
|
!69 fix the issue: failed alloc memory when create many interval partitions in a transaction
Merge pull request !69 from yujiang/inter_part_mem_error
|
2020-08-05 09:16:20 +08:00 |
|
|
3e6b5d9d0a
|
!63 Fix create/drop domain.
Merge pull request !63 from hemny/master
|
2020-08-05 08:41:46 +08:00 |
|
|
11bd9c6bc5
|
!65 fix create GTT table issue & update regression test
Merge pull request !65 from wangzhijun/master
|
2020-08-05 08:39:16 +08:00 |
|
|
0720cac2a2
|
!68 fix the issue: the process crashs when an interval parition table is created with integer interval value
Merge pull request !68 from yujiang/check_integer_interval
|
2020-08-05 08:37:32 +08:00 |
|
|
47524ee22f
|
!70 adding column storage table does not support partition detection
Merge pull request !70 from yujiang/cstore_table_not_support_inter_part
|
2020-08-05 08:36:31 +08:00 |
|
|
8b44ae34f8
|
update gtt_function
|
2020-08-04 18:14:41 +08:00 |
|
|
fa11687eb8
|
!64 gs_ctl启动openGauss过程中突然退出的问题
Merge pull request !64 from yukai_k/master
|
2020-08-04 17:00:26 +08:00 |
|
|
d9572b06eb
|
Fix regression!
|
2020-08-04 15:55:55 +08:00 |
|
|
19e683e297
|
Fix regression
|
2020-08-04 15:32:35 +08:00 |
|
|
ec1478121c
|
Merge branch 'master' of gitee.com:opengauss/openGauss-server into master
|
2020-08-04 14:26:05 +08:00 |
|
|
fcc5cf2ede
|
fix Create/Drop Domain
|
2020-08-04 14:22:41 +08:00 |
|
|
9a4267f48e
|
!62 support concurrent index and range type in openGauss
Merge pull request !62 from xiong_xjun/master
|
2020-08-04 14:21:24 +08:00 |
|
|
05c7ae30fb
|
support concurrent index and range type in openGauss
|
2020-08-04 09:47:33 +08:00 |
|
|
22f8541cc3
|
!66 修复部分场景下,mysql_fdw执行select into返回结果集为空的问题
Merge pull request !66 from TotaJ/bugfix/mysql_fdw_2
|
2020-08-04 09:00:33 +08:00 |
|
|
888a94e44b
|
!67 bugfix: cancel change kernel to support some third-party extensions
Merge pull request !67 from 陈林锋/master
|
2020-08-03 19:10:18 +08:00 |
|
|
0bccce1828
|
fix bug for oom
|
2020-08-03 18:55:42 +08:00 |
|
|
1321637262
|
bugfix: cancel change kernel to support some third-party extensions
|
2020-08-03 16:34:37 +08:00 |
|
|
a245ae09b5
|
adding column storage table does not support partition detection
Signed-off-by: yujiang <wutheringwind@163.com>
|
2020-08-03 15:25:28 +08:00 |
|
|
909febe892
|
fix the issue: failed alloc memory when create many interval partitions in a transaction
Signed-off-by: yujiang <wutheringwind@163.com>
|
2020-08-03 14:57:33 +08:00 |
|
|
3ed26a5479
|
fix the issue: the process crashs when an interval parition table is created with integer interval value
Signed-off-by: yujiang <wutheringwind@163.com>
|
2020-08-03 14:21:52 +08:00 |
|
|
b5d1591975
|
Fix select into return no results in some cases(mysql_fdw).
|
2020-08-03 11:19:25 +08:00 |
|
|
77cf49a685
|
Merge branch 'master' of gitee.com:opengauss/openGauss-server into master
|
2020-08-01 10:13:25 +08:00 |
|
|
bc7e4b2d87
|
!57 bugfix: change kernel to support some third-party extensions
Merge pull request !57 from 陈林锋/master
|
2020-07-31 17:10:59 +08:00 |
|
|
781dd78a39
|
fix DTS2020072705668 create GTT table issue & update regression test
|
2020-07-31 14:47:58 +08:00 |
|
|
2f5a887e50
|
gs_ctl
gs_ctl
Signed-off-by: yukai_k <295163447@qq.com>
|
2020-07-31 13:43:24 +08:00 |
|
|
099e530ea1
|
Fix create/drop domain.
|
2020-07-31 13:13:23 +08:00 |
|
|
71197d149c
|
!61 Support shared thread pool for Global Temporary Table
Merge pull request !61 from wangzhijun/master
|
2020-07-31 08:40:41 +08:00 |
|
|
112a9755f2
|
support shared thread pool for Global Temporary Table
|
2020-07-30 17:46:33 +08:00 |
|
|
307669341d
|
!59 support global temporary table(GTT) feature
Merge pull request !59 from wangzhijun/master
|
2020-07-29 20:11:57 +08:00 |
|
|
aac7b2413b
|
!58 merge logical replication
Merge pull request !58 from looplocked/master
|
2020-07-29 20:10:42 +08:00 |
|
|
797043b60a
|
merge code for global temporary table(GTT)
|
2020-07-29 18:23:11 +08:00 |
|
|
c63724ab32
|
merge logical replication code
|
2020-07-29 16:53:06 +08:00 |
|
|
eaa8a9f93a
|
bugfix:can not delete a database with external tables
|
2020-07-29 14:19:10 +08:00 |
|