Commit Graph

7879 Commits

Author SHA1 Message Date
02dca5dfc4 alter table modify not allow duplicate column name 2020-08-11 19:49:05 +08:00
c644713e80 add splitting and merging to interval tables 2020-08-11 17:16:37 +08:00
d6730ac473 update docker feature 2020-08-11 15:05:52 +08:00
720e6dc1a9 !93 Fix to include JIT support for simple sub-query in TPCC benchmark
Merge pull request !93 from Vinoth/master
2020-08-11 10:01:42 +08:00
6588bc2686 Fix to include JIT support for simple sub-query in TPCC benchmark 2020-08-11 09:29:53 +08:00
b615347b32 !92 Added config to disable NUMA in mot.conf to facilitate openGauss deployment in containers
Merge pull request !92 from Vinoth/master
2020-08-10 22:32:20 +08:00
44fa38987d Added config to disable NUMA in mot.conf to facilitate openGauss deployment in containers 2020-08-10 21:54:19 +08:00
1695aa3e8c !86 Supporting the "rownum"(or alias) after "group by" and changing error message when using alias of "rownum" after "where"
Merge pull request !86 from 周雄佳/master
2020-08-10 19:39:07 +08:00
2962e03482 修复了group by后面不能加rownum(或别名)的bug以及where后面接rownum的别名的报错信息 2020-08-10 15:46:02 +08:00
2db9cd5fa5 !91 pgdb compatibility support
Merge pull request !91 from 吴岳川/master
2020-08-10 10:01:53 +08:00
19ceba3326 pg compatibility support 2020-08-10 09:23:51 +08:00
7f7d8c7c71 !90 Support COPY FROM for oracle_fdw and mysql_fdw.
Merge pull request !90 from TotaJ/bugfix/fdw2
2020-08-08 17:24:36 +08:00
d2d85d8018 Support COPY FROM for oracle_fdw and mysql_fdw. Fix gs_popen_security
failed in debug mode.
2020-08-08 16:04:34 +08:00
2b3e9f0878 !87 new log type needs to adapt to parallel redo and extreme rto
Merge pull request !87 from meimeidtt/master
2020-08-07 17:07:34 +08:00
06189b4ed8 !88 use wrong log type during log parsing
Merge pull request !88 from meimeidtt/patch1
2020-08-07 17:07:00 +08:00
ffff6affce !89 synchronous_commit parameter supports remote_apply mode
Merge pull request !89 from meimeidtt/patch2
2020-08-07 17:06:02 +08:00
9918729b4e synchronous_commit parameter supports remote_apply mode 2020-08-07 15:30:31 +08:00
ffc11e12de bug fix: use wrong log type 2020-08-07 15:22:18 +08:00
c99ad28d43 并行回放/极致rto日志类型增加 2020-08-07 15:10:26 +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