3fe05c26c6
!112 在checkpoint时,truncate csnlog考虑vacuum的快照xmin
...
Merge pull request !112 from xiong_xjun/master
2020-08-19 16:32:24 +08:00
92235f7cee
consider vacuum's xmin when truncate csnlog in checkpoint
2020-08-19 14:51:50 +08:00
21fee69cd8
Transactional recovery to fix issues in standby and update from core
2020-08-19 10:19:36 +08:00
767f9efcdf
!110 【Logical Replication】fix bugs for logical replication
...
Merge pull request !110 from Zelin_Zheng/master
2020-08-19 09:40:22 +08:00
b51172de8c
fix bugs for logical replication
2020-08-18 23:42:14 +08:00
18814f47dd
add pgbench
2020-08-18 17:51:44 +08:00
a9deee80c3
【特性】函数、存储过程或者触发器中调用无参数函数,支持省略()
2020-08-18 00:44:09 +08:00
c68ef5e69e
Merge branch 'master' of https://gitee.com/houjhibofa/openGauss-server
2020-08-18 00:24:13 +08:00
d5125f6ce6
【特性】函数、存储过程或者触发器中调用无参数函数,支持省略()
2020-08-18 00:23:33 +08:00
bdacaa558e
Package adapted to the neokylin system.
2020-08-17 22:41:41 +08:00
2f6557c458
Adapted to the neokylin system.
2020-08-17 22:33:13 +08:00
3112740754
!106 change default value for GUC param enable_opfusion
...
Merge pull request !106 from li_jianqiu/master
2020-08-17 21:27:45 +08:00
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