opengauss-bot
|
b2cc4b3ee9
|
!1194 db4ai特性合入
Merge pull request !1194 from nwen/master
|
2021-08-05 12:15:05 +00:00 |
nwen
|
6a7eda6812
|
add db4ai
|
2021-08-05 17:00:58 +08:00 |
opengauss-bot
|
6d81a6fac7
|
!1148 支持cgroup
Merge pull request !1148 from gentle_hu/cgroup
|
2021-08-05 07:12:33 +00:00 |
wangxin
|
b65823ea97
|
fix shared_buffers设置极小时,淘汰策略ring size为0
|
2021-08-04 14:53:19 +08:00 |
gentle_hu
|
1acdf5f726
|
fix cgroup
|
2021-08-04 14:22:32 +08:00 |
opengauss-bot
|
0cd52e3783
|
!1127 Fix compile error in contrib/pg_xlogdump.
Merge pull request !1127 from Yuejia/compile
|
2021-08-02 02:32:02 +00:00 |
opengauss-bot
|
35fff99804
|
!1101 支持插件自定义会话级变量
Merge pull request !1101 from chenxiaobin/extension_session
|
2021-07-31 02:03:20 +00:00 |
chenxiaobin19
|
6ad5f787ed
|
support extension define session variables
|
2021-07-28 21:43:22 +08:00 |
syj
|
a321d94881
|
Fix compile error in contrib/pg_xlogdump.
|
2021-07-28 19:24:46 +08:00 |
opengauss-bot
|
3bca87940c
|
!1121 upsert支持子查询、array两个函数、first\last聚集函数
Merge pull request !1121 from gentle_hu/feature930
|
2021-07-28 11:09:04 +00:00 |
gentle_hu
|
28f41fff22
|
upsert support subquery; array_remove(), array_replace(); extension first_last_agg
|
2021-07-28 17:35:42 +08:00 |
opengauss-bot
|
447a5b0540
|
!1071 修复upsert分区键core掉的问题。
Merge pull request !1071 from gentle_hu/upsert
|
2021-07-27 12:44:01 +00:00 |
opengauss-bot
|
294e17db50
|
!1111 修复分区表并发update问题
Merge pull request !1111 from 邓旭玥/efix_0722
|
2021-07-27 07:56:08 +00:00 |
opengauss-bot
|
7486b123f2
|
!1097 不安全的安全函数封装
Merge pull request !1097 from 吴岳川/memcpy
|
2021-07-26 02:59:36 +00:00 |
gentle_hu
|
4d2c0d708e
|
fix upsert core and cross-partition upsert
|
2021-07-26 10:16:01 +08:00 |
opengauss-bot
|
d9dc69168f
|
!1038 RAS: 修复子线程sigbus死锁bug
Merge pull request !1038 from Ricardo_Cui/master
|
2021-07-23 03:35:33 +00:00 |
dengxuyue
|
8144e7706c
|
Fixed partition table concurrent update issue
|
2021-07-22 21:52:26 +08:00 |
yanghao
|
4aafa80607
|
Fixed the vacuum freeze issue caused by partition split and merge for a long time.
|
2021-07-20 19:38:14 +08:00 |
luozihao
|
2a7c63de39
|
cast检视意见修改
|
2021-07-19 15:10:13 +08:00 |
wuyuechuan
|
25d21edf92
|
unsafe encapsulation of safe function
|
2021-07-19 10:24:20 +08:00 |
luozihao
|
c98f970368
|
fixed the bug of cast
|
2021-07-14 10:35:22 +08:00 |
opengauss-bot
|
42a7f26766
|
!1076 生成列特性
Merge pull request !1076 from ShineStarStar/gen
|
2021-07-09 03:20:26 +00:00 |
opengauss-bot
|
97a744de3b
|
!1028 小型化裁剪,增强可配置性
Merge pull request !1028 from 苏梓鑫/config
|
2021-07-09 02:24:38 +00:00 |
wangxin
|
b8e6ff7a81
|
generated col
|
2021-07-08 20:37:29 +08:00 |
opengauss-bot
|
ab25cf9488
|
!1063 逻辑日志解析时多版本读元信息
Merge pull request !1063 from maxiang/master
|
2021-07-02 09:27:31 +00:00 |
opengauss-bot
|
cd36ffdd78
|
!1053 Fix bugs when cstore tables with unique index are updated.
Merge pull request !1053 from Yuejia/optimize
|
2021-07-01 07:39:09 +00:00 |
Xiao__Ma
|
829ed77424
|
logical
|
2021-06-30 15:56:37 +08:00 |
syj
|
1ddd0c5115
|
Fix bugs when cstore tables with unique index are updated.
|
2021-06-30 15:22:35 +08:00 |
wangtq
|
1fcd01df15
|
feat (WDR): add GUC track_stmt_parameter to record a statement with parameters
|
2021-06-29 14:18:36 +08:00 |
mujinqiang
|
7b8f609c38
|
lsn check例外场景:truncate之后再init出来的page,不做检查
|
2021-06-26 17:27:48 +08:00 |
Ricardo_Cui
|
d589d63b39
|
Merge branch 'master' of gitee.com:opengauss/openGauss-server into master
|
2021-06-24 07:40:22 +00:00 |
Racardo.Cui
|
aeab09c54c
|
change address type in uce log
|
2021-06-24 15:30:30 +08:00 |
opengauss-bot
|
6adcb2dbac
|
!1019 增加enable_custom_parser和parser hook,支持自定义解析器
Merge pull request !1019 from 吴岳川/master
|
2021-06-23 12:04:17 +00:00 |
wuyuechuan
|
4257bce84a
|
增加enable_custom_parser和parser hook,支持自定义解析器
|
2021-06-23 16:58:18 +08:00 |
opengauss-bot
|
1acdcc3326
|
!1042 将全局变量relfilenode_skey改为session级,修复逻辑复制问题
Merge pull request !1042 from maxiang/master
|
2021-06-18 17:23:34 +08:00 |
opengauss-bot
|
19b382c9d7
|
!981 CStore supports primary key and unique index.
Merge pull request !981 from Yuejia/optimize
|
2021-06-18 16:55:53 +08:00 |
maxiang
|
b4811a102a
|
update src/include/knl/knl_session.h.
|
2021-06-18 16:06:00 +08:00 |
Li Bingchen
|
9c700d0da6
|
session
|
2021-06-18 15:36:25 +08:00 |
syj
|
28ef7fe121
|
CStore supports primary key and unique index.
|
2021-06-17 21:16:06 +08:00 |
opengauss-bot
|
062b57c19f
|
!1031 fix two bugs about ROWNUM
Merge pull request !1031 from 周雄佳/davidzhou
|
2021-06-16 20:09:01 +08:00 |
opengauss-bot
|
4d0d8749e1
|
!1020 增加行存转向量化功能
Merge pull request !1020 from 杨皓/master
|
2021-06-16 15:44:54 +08:00 |
gentle_hu
|
8e091abf35
|
fix gpc bug and optimize gpc performance
|
2021-06-16 10:59:05 +08:00 |
zhouxiongjia
|
b62cc145a0
|
fix two bugs about ROWNUM:
1. ROWNUM behaves incorrect in the partition table
2. if there is aggregate function, ROWNUM can not be rewrite to LIMIT
|
2021-06-15 21:18:01 +08:00 |
ZigSmith
|
940b0dbf3e
|
添加guc参数num_internal_lock_partitions, 进行锁分区的配置
|
2021-06-11 17:38:56 +08:00 |
ZigSmith
|
163b12b762
|
添加GUC参数wal_insert_status_entries用于设置Wal插入状态数组的大小
|
2021-06-11 17:38:49 +08:00 |
ZigSmith
|
02f1b91e61
|
可通过configure选项--disable-llvm屏蔽llvm库的链接, 优化二进制文件大小以及内存占用
|
2021-06-11 17:38:36 +08:00 |
yanghao
|
39889058b7
|
add methed to transform row to vector format to compute
|
2021-06-10 11:20:53 +08:00 |
opengauss-bot
|
785eac228c
|
!1009 加密user mapping中的password选项
Merge pull request !1009 from TotaJ/feature/encode_fdw
|
2021-06-07 09:24:33 +08:00 |
opengauss-bot
|
91d23b1934
|
!1004 unique_sql_clean_ratio参数调整
Merge pull request !1004 from TotaJ/feature/unique_sql
|
2021-06-03 20:42:40 +08:00 |
opengauss-bot
|
82e3004ec6
|
!1011 增加memory peak facility,
Merge pull request !1011 from zankyfun4/master
|
2021-06-03 11:44:23 +08:00 |