|
ab25cf9488
|
!1063 逻辑日志解析时多版本读元信息
Merge pull request !1063 from maxiang/master
|
2021-07-02 09:27:31 +00:00 |
|
|
cc41e65534
|
!1054 特殊情况下gs_probackup从备机备份时失败
Merge pull request !1054 from movead/prgbackup_fail_issue
|
2021-07-02 08:03:29 +00:00 |
|
|
f992a669c0
|
update src/common/backend/catalog/pg_partition.cpp.
|
2021-07-02 02:26:10 +00:00 |
|
|
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 |
|
|
06773c3c05
|
添加小型化安装包构建选项
|
2021-07-01 11:37:34 +08:00 |
|
|
1d7a62f1b0
|
!1058 修改打包脚本中make并发数
Merge pull request !1058 from zhangxubo/master
|
2021-06-30 13:08:16 +00:00 |
|
|
083d2f64ab
|
fix gpc compare searchpath problem
|
2021-06-30 16:27:54 +08:00 |
|
|
829ed77424
|
logical
|
2021-06-30 15:56:37 +08:00 |
|
|
1ddd0c5115
|
Fix bugs when cstore tables with unique index are updated.
|
2021-06-30 15:22:35 +08:00 |
|
|
68612d03b3
|
!1059 Add GUC track_stmt_parameter to record a statement with parameters
Merge pull request !1059 from wangtq/master
|
2021-06-30 06:37:33 +00:00 |
|
|
0a81a62faa
|
!1062 使用gs_probackup备份时,有几率会因为walsender无法收到keepalive而导致备份失败
Merge pull request !1062 from movead/probackup_receive_10s_timeout_issue
|
2021-06-30 02:06:14 +00:00 |
|
|
398087c901
|
!1041 修复 使用replication协议连接监听端口后,数据库stop失败的问题
Merge pull request !1041 from Hemny/fixBug2
|
2021-06-30 01:59:55 +00:00 |
|
|
b062d77364
|
fix issue that receive thread has no chance to send a feedback
|
2021-06-29 19:19:26 +08:00 |
|
|
409d2a0cd8
|
avc
|
2021-06-29 16:45:12 +08:00 |
|
|
69a11d4208
|
扩展逻辑复制时候,cmd命令的长度限制从1024到100*1024
在实践中,遇到长度1024依然无法满足需求的情况,因此决定扩展长度到1024*100.
前置讨论中有考虑去掉这个长度限制,但由于无法找到功能原始作者,去掉限制对相关测试诉求周期较长,因此当时没有考虑去掉限制。
|
2021-06-29 07:50:57 +00:00 |
|
|
1fcd01df15
|
feat (WDR): add GUC track_stmt_parameter to record a statement with parameters
|
2021-06-29 14:18:36 +08:00 |
|
|
931da337d2
|
fix (xtuner): fix the importing for logging
|
2021-06-29 11:27:57 +08:00 |
|
|
b83c7205cb
|
!1056 同步lsn check例外场景:truncate之后再init出来的page,不做检查
Merge pull request !1056 from mujinqiang/master0626
|
2021-06-28 12:03:49 +00:00 |
|
|
fc954e1d61
|
make -sj 8 is useless in package shell
|
2021-06-28 15:33:32 +08:00 |
|
|
0faf339c7c
|
根据enable_double_write和enable_incremental_checkpoint的值确定在启动阶段选择是否保留双写文件
|
2021-06-28 11:05:02 +08:00 |
|
|
7b8f609c38
|
lsn check例外场景:truncate之后再init出来的page,不做检查
|
2021-06-26 17:27:48 +08:00 |
|
|
d2ba4893c9
|
issue when gs_probackup backup from standby,and if pg_stop_backup return invalid lsn then backup faild after timeout
|
2021-06-25 19:15:34 +08:00 |
|
|
2b9de0de5b
|
!982 gs_initdb support sm3
Merge pull request !982 from 刘春/master
|
2021-06-24 13:14:00 +00:00 |
|
|
f999b05a0e
|
fix memcheck issue: 1 to_number(), 2 core of spliting hash partition by range-gram
|
2021-06-24 18:19:44 +08:00 |
|
|
d589d63b39
|
Merge branch 'master' of gitee.com:opengauss/openGauss-server into master
|
2021-06-24 07:40:22 +00:00 |
|
|
aeab09c54c
|
change address type in uce log
|
2021-06-24 15:30:30 +08:00 |
|
|
6adcb2dbac
|
!1019 增加enable_custom_parser和parser hook,支持自定义解析器
Merge pull request !1019 from 吴岳川/master
|
2021-06-23 12:04:17 +00:00 |
|
|
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 |
|
|
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 |
|