dca6a74de0
!105 【openGauss代码合入社区】新增物化视图特性
...
Merge pull request !105 from 宋清怡/master
2020-08-17 21:27:23 +08:00
7a822572b1
change default GUC param enable_opfusion
2020-08-17 16:24:15 +08:00
d5337ceca7
add materialized view feature to opengauss
2020-08-17 14:55:37 +08:00
e570a9585a
!104 【SQL】allow to use aggregate
...
Merge pull request !104 from 陈林锋/master
2020-08-17 12:35:17 +08:00
8cd77e1b56
[SQL]allow to use aggregate
2020-08-15 21:01:23 +08:00
3eade03f9c
!103 postgres_fdw
...
Merge pull request !103 from TotaJ/feature/pg_fdw
2020-08-15 16:26:10 +08:00
54494d470c
!102 Ban some illegal usage of ROWNUM
...
Merge pull request !102 from 周雄佳/master
2020-08-15 16:25:08 +08:00
d0658b7a25
Fix sub transaction commit bug in oracle_fdw.
2020-08-15 11:22:12 +08:00
7e2384c323
postgres_fdw.
2020-08-15 11:21:30 +08:00
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
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