Commit Graph

7893 Commits

Author SHA1 Message Date
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
0feea64d09 !71 解决gcc编译进程oom
Merge pull request !71 from hthinks/master
2020-08-13 17:45:23 +08:00
6fafbd9b43 !98 fix could not open csnlog file when do vacuum
Merge pull request !98 from xiong_xjun/master
2020-08-13 15:37:15 +08:00
497fd660ee fix bugs 2020-08-13 15:19:28 +08:00
b80dc6a3a3 !99 GTT alter table enhancement for analyze
Merge pull request !99 from wangzhijun/master
2020-08-13 15:09:36 +08:00
712de37bce !100 MOT fixes in gs_dump and gs_ctl
Merge pull request !100 from Vinoth/master
2020-08-13 15:08:42 +08:00
7504792cf2 !95 Add merging/spliting to interval partitioned table.
Merge pull request !95 from ddwolf/add_merging_splitting_to_interval_tables
2020-08-13 15:07:38 +08:00
fb617c6676 MOT fixes in gs_dump and gs_ctl 2020-08-13 11:45:53 +08:00
25b3f72fd2 !97 功能添加:AlterSystemSet语法修改guc参数
Merge pull request !97 from gentle_hu/master
2020-08-13 09:47:01 +08:00
32f2735a38 modify test case to fix CI 2020-08-13 00:48:25 +08:00
5bbb6f0941 GTT alter table enhancement 2020-08-12 15:08:21 +08:00
2ee8de1eeb fix could not open csnlog file when do vacuum 2020-08-12 10:31:01 +08:00
36ef69d49a add: AlterSystemSet 2020-08-12 00:29:42 +08:00
5eaa986a1e !96 Fix alter_table_modify that success to change data type or constraint of one column twice
Merge pull request !96 from chenxiaobin/master
2020-08-11 23:01:16 +08:00
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