c43dbab1ce
update src/test/regress/expected/xc_rownum.out.
2020-08-14 21:59:53 +08:00
c9738b11d1
Ban some useage of ROWNUM
...
1.Ban ROWNUM in INSERT...VALUES() STATEMENT
2.Ban ROWNUM after DEFAULT when creating table
3.Ban ROWNUM in VALUES clause that's being used as a standalone SELECT like select * from (values(rownum,1)), x(a,b)
2020-08-14 14:24:01 +08:00
2962e03482
修复了group by后面不能加rownum(或别名)的bug以及where后面接rownum的别名的报错信息
2020-08-10 15:46:02 +08:00
94c0253d15
!85 支持create GTT表的on commit选项覆盖reloptions中on_commit_delete_rows参数。
...
Merge pull request !85 from wangzhijun/master
2020-08-07 11:41:49 +08:00
a885af722a
!84 Fix opfusion batchmode problem in MOT
...
Merge pull request !84 from Vinoth/master
2020-08-07 11:40:09 +08:00
47b3c1f212
!83 【SQL】allow to use rule
...
Merge pull request !83 from 陈林锋/master
2020-08-07 10:17:02 +08:00
51555d0772
create GTT on commit option overrides reloptions
2020-08-07 09:59:01 +08:00
2f7832da59
Fix opfusion batchmode problem in MOT
2020-08-07 09:49:29 +08:00
bd7c957105
!79 produce: multi options error
...
Merge pull request !79 from 吴岳川/master
2020-08-07 09:32:56 +08:00
ebfd4d74c5
allow to use rule
2020-08-06 23:53:02 +08:00
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
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