Commit Graph

64 Commits

Author SHA1 Message Date
728bb6933b 修改syscache,catcache 的访问方式,可以接受hook 2023-02-28 00:06:34 -05:00
f7d23913d6 sync all inner code 2023-02-27 14:08:20 +08:00
913c0e2fd3 !2374 修复init_var_from_num中性能瓶颈
Merge pull request !2374 from wanghao19920907/PR_2295
2023-02-21 08:38:21 +00:00
ddd104c596 support invisible index 2023-02-15 18:13:39 +08:00
81646fb183 修复init_var_from_num中性能瓶颈 2023-02-05 22:57:53 -08:00
5a43e77784 !2542 解决问题:全密态密钥删除失败
Merge pull request !2542 from lorand/master
2022-12-14 09:44:36 +00:00
1a4ec792e8 support multi standby write feature 2022-12-13 16:39:18 +08:00
13606147e4 cleancode 2022-12-08 08:46:23 +00:00
f8ec465f1f FixBug if search path contain whitespace, fail to remove key file when use “drop client master key” 2022-12-05 09:18:27 +00:00
77098e8ee6 add show warnings and show errors syntax 2022-11-28 15:34:47 +08:00
90b876b9b8 兼容mysql的while和repeat语法 2022-11-14 20:31:58 +08:00
bb5b05ec46 主备共享存储 2022-11-07 22:04:18 +08:00
486def8a48 Fix memleak. 2022-10-17 21:12:49 +08:00
b58fb268f5 remove uselesss token in frontend_parser/gram.y 2022-09-26 10:30:09 +08:00
d7181cd19c Fix password leak. 2022-09-24 17:05:50 +08:00
4bd9f4345f multi set 支持多set 2022-09-16 15:52:03 +08:00
b9a173661d skip locked 2022-09-09 10:23:40 +08:00
a2f3313190 mysql create trigger syntax 2022-09-07 19:34:38 -07:00
b919f404e8 add openGauss 3.1.0 feature code 2022-09-03 16:22:35 +08:00
053e438804 !2029 ECPG的Numeric存在性能优化空间
Merge pull request !2029 from bikunyang/master
2022-09-01 11:28:17 +00:00
5e987cdd3a !2069 实现兼容MySQL SET自定义用户变量的功能
Merge pull request !2069 from yuhuanhuan/demand_set
2022-08-31 14:22:28 +00:00
06f316894d 实现兼容MySQL SET自定义变量的功能 2022-08-31 20:30:49 +08:00
690c9a6963 add function group_concat
add new guc parameter group_concat_max_len
2022-08-31 09:26:51 +08:00
e94d589c4f !1999 小型化版本支持发布订阅
Merge pull request !1999 from zhangzhixian/lite_pub
2022-08-17 08:25:48 +00:00
86d96c5119 小型化版本支持发布订阅 2022-08-15 17:00:47 +08:00
83bf2a9b92 [优化]ECPG的Numeric性能优化提升 2022-08-10 15:24:42 +08:00
ff661a8742 !1940 建表时使用not null约束
Merge pull request !1940 from zhoubin/create_table_not_null
2022-08-07 00:32:29 +00:00
2a61437020 create table not null 2022-08-06 17:58:58 +08:00
60fb34cda5 improve the performance of numerics in libpq 2022-08-04 19:18:15 +08:00
6f1ddebb78 !1704 修复openGauss中ECPG模块不可用
Merge pull request !1704 from qin86/master
2022-06-15 01:56:09 +00:00
edbaa63aa3 update src/common/interfaces/ecpg/ecpglib/misc.cpp.
codecheck问题修复
2022-06-14 08:03:03 +00:00
d0458fea63 codecheck修复 2022-06-14 11:28:35 +08:00
6254173a01 codecheck修复 2022-06-14 11:19:11 +08:00
153a3c0238 拉平HW ecpg代码 2022-06-13 02:48:33 +08:00
b0294d170e 修复SSL认证模式下中间人攻击的问题 2022-06-07 15:20:00 +08:00
36180e78e1 INT16OID值保持与catalog/pg_type.h中一致 2022-05-20 18:03:52 +08:00
dc983c29d9 修复openGauss中ECPG模块不可用 2022-04-27 10:06:24 +08:00
eae50111c8 修复openGauss中ECPG模块不可用 2022-04-27 09:47:52 +08:00
de223dd152 sync code 2022-03-04 23:22:16 +08:00
7639f3f91e add nvarchar 2022-01-14 10:15:25 +08:00
c7b25efcff New features (and bug fixes)
1. alter large sequence
    2. subpartition
    2.1 split subpartition
    2.2 truncate subpartition
    3. 支持load
    4. 支持start-with/connect-by
    5. ...
2021-12-29 21:33:28 +08:00
eaaf873a9f openGauss支持发布订阅 2021-12-16 23:20:10 +08:00
df57653524 Add for nvarchar. 2021-10-30 17:49:58 +08:00
3fe0cec7ce Fixed misc bugs 2021-09-24 17:08:28 +08:00
1d540f4462 Patch for 930 release 2021-09-23 15:19:37 +08:00
6a7eda6812 add db4ai 2021-08-05 17:00:58 +08:00
b8e6ff7a81 generated col 2021-07-08 20:37:29 +08:00
6ef868806e Merge branch 'master' of https://gitee.com/opengauss/openGauss-server 2021-05-07 14:19:06 +08:00
19835ef6af !834 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用。
Merge pull request !834 from Cross-罗/test_branch2
2021-04-29 17:59:26 +08:00
cd3e33f30a 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用 2021-03-22 09:56:15 +08:00