Commit Graph

7715 Commits

Author SHA1 Message Date
bd515dfada Fix rename schema bug. 2021-06-23 18:30:24 +08:00
4257bce84a 增加enable_custom_parser和parser hook,支持自定义解析器 2021-06-23 16:58:18 +08:00
cc2cad8e03 !1047 Fixed the bug that a memory leak occurs when archiving is enabled on the standby node.
Merge pull request !1047 from Cross-罗/standby_archive
2021-06-22 13:52:03 +00:00
257a313be8 修复开启备机归档时内存泄漏的bug 2021-06-22 20:55:01 +08:00
abf9d2857e Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-06-22 16:22:34 +08:00
1acdcc3326 !1042 将全局变量relfilenode_skey改为session级,修复逻辑复制问题
Merge pull request !1042 from maxiang/master
2021-06-18 17:23:34 +08:00
19b382c9d7 !981 CStore supports primary key and unique index.
Merge pull request !981 from Yuejia/optimize
2021-06-18 16:55:53 +08:00
b4811a102a update src/include/knl/knl_session.h. 2021-06-18 16:06:00 +08:00
9c700d0da6 session 2021-06-18 15:36:25 +08:00
4982d08338 备机连接可以走非HA端口,根据配置中的连接信息决定 2021-06-18 15:26:40 +08:00
29c5bb6f7c 修复 使用replication协议连接监听端口后,数据库stop失败的问题
openGauss中,replication协议不能用线程池的线程。
如果数据库启用了线程池,并且出现用户操作失误使用了replication协议工具连接监听端口,连接失败后造成工作线程直接退出,引起gs_ctl stop停库失败。

现在直接在连接数据库时限制如果线程池模式下,replication工具只能通过HA端口连接数据库。
2021-06-18 09:43:35 +08:00
syj
28ef7fe121 CStore supports primary key and unique index. 2021-06-17 21:16:06 +08:00
acb6cf9ac0 !1036 fixbug for index_advisor: field value length
Merge pull request !1036 from oohlala/master
2021-06-17 19:21:33 +08:00
ef23c1fe88 fixbug for index_advisor: field value length 2021-06-17 09:55:28 +08:00
062b57c19f !1031 fix two bugs about ROWNUM
Merge pull request !1031 from 周雄佳/davidzhou
2021-06-16 20:09:01 +08:00
4d0d8749e1 !1020 增加行存转向量化功能
Merge pull request !1020 from 杨皓/master
2021-06-16 15:44:54 +08:00
856b8c75c9 !1021 fix gpc bug and optimize gpc performance
Merge pull request !1021 from gentle_hu/master
2021-06-16 15:44:34 +08:00
8e091abf35 fix gpc bug and optimize gpc performance 2021-06-16 10:59:05 +08:00
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
efcdd7b222 Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-06-15 20:39:58 +08:00
e46a3c5d17 !908 代码回退
Merge pull request !908 from chenxiaobin/rewind
2021-06-15 14:55:55 +08:00
cb19b3ce62 !947 对pageinspect进行安全函数整改
Merge pull request !947 from Cross-罗/safe_function
2021-06-15 14:54:39 +08:00
826fdcbc29 !976 fix(README.md): 修改误用markdown语法中的删除线问题
Merge pull request !976 from Cerdore/cxs
2021-06-15 14:54:31 +08:00
6d435e5556 !975 修复中文 README 目录点击许可证会跳转 404 的问题
Merge pull request !975 from 吴伟杰/doc-typo
2021-06-15 14:54:28 +08:00
79097d6bce !990 修复jsonb的一些bug
Merge pull request !990 from gentle_hu/jsonbV1
2021-06-15 14:53:58 +08:00
b4814e8270 !1024 UCE错误添加errcode打印
Merge pull request !1024 from Ricardo_Cui/master
2021-06-15 14:53:38 +08:00
d7479de5ce !1030 【B语法兼容性】char/varchar长度使用字符计算而不是字节
Merge pull request !1030 from TotaJ/varchar
2021-06-15 14:53:00 +08:00
3f3b578e10 char/varchar length count. 2021-06-15 10:51:28 +08:00
cf51be7121 !1017 Fix issue: Fix some bugs on the xtuner
Merge pull request !1017 from wangtq/master
2021-06-13 14:51:01 +08:00
940b0dbf3e 添加guc参数num_internal_lock_partitions, 进行锁分区的配置 2021-06-11 17:38:56 +08:00
163b12b762 添加GUC参数wal_insert_status_entries用于设置Wal插入状态数组的大小 2021-06-11 17:38:49 +08:00
02f1b91e61 可通过configure选项--disable-llvm屏蔽llvm库的链接, 优化二进制文件大小以及内存占用 2021-06-11 17:38:36 +08:00
72143c0000 fix file_fdw bug 2021-06-10 15:46:14 +08:00
1e33c70765 UCE add errcode in log 2021-06-10 14:54:52 +08:00
39889058b7 add methed to transform row to vector format to compute 2021-06-10 11:20:53 +08:00
3dead57528 Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-06-10 10:36:02 +08:00
120feef703 fix (xtuner): change import form and simplify neural network 2021-06-07 14:56:07 +08:00
b0b4f7a705 修复中文环境连接池绑核失败问题
修复中文环境连接池绑核失败问题
2021-06-07 12:28:57 +08:00
68cb4eb003 !1013 Fix issue: Fix a bug on the index advisor: handling of missing parts of join on scene
Merge pull request !1013 from liuly/master
2021-06-07 10:45:55 +08:00
785eac228c !1009 加密user mapping中的password选项
Merge pull request !1009 from TotaJ/feature/encode_fdw
2021-06-07 09:24:33 +08:00
1e2f32183b Fix issue: Fix a bug on the index advisor: handling of missing parts of join on scene 2021-06-04 11:27:18 +08:00
91d23b1934 !1004 unique_sql_clean_ratio参数调整
Merge pull request !1004 from TotaJ/feature/unique_sql
2021-06-03 20:42:40 +08:00
82e3004ec6 !1011 增加memory peak facility,
Merge pull request !1011 from zankyfun4/master
2021-06-03 11:44:23 +08:00
bb7f693b21 !1005 UCE故障bug修复,修改处理入口
Merge pull request !1005 from Ricardo_Cui/uce_fault
2021-06-03 10:07:42 +08:00
d8e2bc2604 add peak memory information for query 2021-06-02 20:55:13 +08:00
1a5464d5ef Encrypt password for user mapping. 2021-06-02 20:19:45 +08:00
07fb35210d Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-06-01 20:33:41 +08:00
bccc724800 add SIGBUS in BlockSig sigmask 2021-06-01 14:45:31 +08:00
d024ba5450 !896 修复walwrite线程占用CPU较高的问题
Merge pull request !896 from movead/walwrite_high_cpu_issue
2021-06-01 11:27:24 +08:00
5260a804d8 Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-05-31 11:46:56 +08:00