|
03c9dc4828
|
!2329 新增CREATE USER IF NOT EXISTS语法
Merge pull request !2329 from Cross-罗/if_not_exists
|
2022-11-14 12:33:24 +00:00 |
|
|
1e5fb05d88
|
修复\h alter procedure信息与社区文档不符的问题
|
2022-11-10 17:38:33 +08:00 |
|
|
bb5b05ec46
|
主备共享存储
|
2022-11-07 22:04:18 +08:00 |
|
|
5623ccf090
|
根据语法文件修正create server的帮助文档
|
2022-11-03 11:28:41 +08:00 |
|
|
b426dc4842
|
新增CREATE USER IF NOT EXISTS语法
|
2022-11-01 19:26:30 +08:00 |
|
|
0f9dbca9ed
|
修改replace into特性的功能描述信息
Signed-off-by: zong <zw_giles@163.com>
|
2022-09-26 08:30:09 +00:00 |
|
|
b44fa53ed1
|
B模式下补充支持delete多表删除的delete XXX from XXXX语法
|
2022-09-22 18:26:59 +08:00 |
|
|
ece73c7d60
|
!2116 opengauss-server 数据库多协议支持增强
Merge pull request !2116 from zhaojun/protocol-extension
|
2022-09-21 10:00:15 +00:00 |
|
|
1bcae14bf9
|
修改copy 指令的 help信息
|
2022-09-17 10:30:31 +08:00 |
|
|
02413b1bc7
|
修改 "\h alter extension"的帮助信息,与实际功能和文档保持一致
|
2022-09-16 16:38:11 +08:00 |
|
|
f71428f183
|
revise doc & extern function declaration
|
2022-09-16 12:21:23 +08:00 |
|
|
b9a173661d
|
skip locked
|
2022-09-09 10:23:40 +08:00 |
|
|
bdd6a6d933
|
REPLACE INTO feature for M gram mode
commit all files for replace into
|
2022-09-08 01:46:38 -04:00 |
|
|
b4a6881506
|
set session/global 增强
|
2022-09-06 09:27:30 +08:00 |
|
|
b919f404e8
|
add openGauss 3.1.0 feature code
|
2022-09-03 16:22:35 +08:00 |
|
|
056317bad3
|
支持前缀索引
Offering: GaussDB Kernel
More detail:
1、支持前缀索引创建
2、支持前缀索引匹配
|
2022-09-01 09:21:18 +08:00 |
|
|
06f316894d
|
实现兼容MySQL SET自定义变量的功能
|
2022-08-31 20:30:49 +08:00 |
|
|
99ba43a0f1
|
更新gsql创建列加密密钥语法提示
|
2022-08-10 15:27:41 +08:00 |
|
|
0735946ba3
|
!1970 CREATE DATABASE等三种语法兼容IF NOT EXISTS
Merge pull request !1970 from li_jianqiu/if_not_exists
|
2022-08-09 12:14:38 +00:00 |
|
|
761fee37b8
|
CREATE VIEW和ALTER VIEW支持DEFINER
|
2022-08-03 11:38:44 +08:00 |
|
|
c5946bc1fe
|
CREATE DATABASE等三种语法兼容IF NOT EXISTS
|
2022-08-01 17:18:39 +08:00 |
|
|
5c0ac944d9
|
!1909 修复alter procedure语法说明文件后缀名
Merge pull request !1909 from 仲夏十三/helper2
|
2022-07-06 03:52:31 +00:00 |
|
|
12310d19ce
|
fix alter_procedure helper
|
2022-06-29 16:33:44 +08:00 |
|
|
652ed08bc4
|
MYSQL兼容性 创建函数存储过程指定用户
|
2022-06-18 11:05:34 +08:00 |
|
|
507aa793a0
|
publication and subscription support for initial data copy
|
2022-06-16 11:46:35 +08:00 |
|
|
a590e0b47f
|
add alter procedure helper note
|
2022-05-23 11:00:17 +08:00 |
|
|
57bc5c4a37
|
fix helper note
|
2022-05-17 10:22:29 +08:00 |
|
|
927c5e918f
|
Modifying Hyperparameter Settings
Offering: openGaussDev
More detail: Modifying Hyperparameter Settings
Match-id-c7650485108bc6fe7b1f63cd7ff9bf23bbc3325f
|
2022-03-14 19:34:44 +08:00 |
|
|
40b128e5cd
|
fix publication ci problem
|
2022-03-06 19:23:15 +08:00 |
|
|
de223dd152
|
sync code
|
2022-03-04 23:22:16 +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 |
|
|
899cd4a36c
|
enhance tuple lock
|
2021-12-16 20:37:27 +08:00 |
|
|
1d540f4462
|
Patch for 930 release
|
2021-09-23 15:19:37 +08:00 |
|
|
b2cc4b3ee9
|
!1194 db4ai特性合入
Merge pull request !1194 from nwen/master
|
2021-08-05 12:15:05 +00:00 |
|
|
6a7eda6812
|
add db4ai
|
2021-08-05 17:00:58 +08:00 |
|
|
f80fb3050b
|
Correct help message and add syntax in tab-completion.cpp
|
2021-07-29 15:39:50 +08:00 |
|
|
b8e6ff7a81
|
generated col
|
2021-07-08 20:37:29 +08:00 |
|
|
87e796ba96
|
!822 自动补齐功能添加HISTSIZE参数控制缓存命令条数以及补充自动补齐语法
Merge pull request !822 from chenxiaobin/gsql
|
2021-04-25 18:16:36 +08:00 |
|
|
ee87e03e47
|
add HISTSIZE for readline to limit the number of cached commands
|
2021-03-19 15:39:15 +08:00 |
|
|
6a3392fa94
|
!590 1.解决打开--with-readline选项问题;2.移植命令补全功能
Merge pull request !590 from chenxiaobin/gsql
|
2021-03-11 15:58:42 +08:00 |
|
|
f72445a6cf
|
1.解决打开--with-readline选项问题;2.移植命令补全功能
|
2021-03-11 11:41:52 +08:00 |
|
|
3d79c59118
|
Misc bugfixes
|
2021-03-06 12:39:28 +08:00 |
|
|
a67d66149c
|
Add help information about REFERENCES of column_constraint.
|
2021-01-15 11:26:09 +08:00 |
|
|
a8cc408bd6
|
failover脑裂 && rule相关语法再合入
|
2020-12-31 09:44:37 +08:00 |
|
|
1567043064
|
同步source code
日期: 12-26
revision: ee5b054c
|
2020-12-28 22:19:21 +08:00 |
|
|
4cc0d017f1
|
加入rule相关语法
|
2020-12-28 11:43:01 +08:00 |
|
|
6b2dc76311
|
!505 update help-information of creating tablespace
Merge pull request !505 from 周雄佳/davidzhou
|
2020-12-15 20:05:23 +08:00 |
|
|
cab937b4e1
|
update the help-information of creating tablespace.
|
2020-12-15 14:45:11 +08:00 |
|
|
79a19a004d
|
support foreign key
|
2020-11-06 14:17:06 +08:00 |
|
|
ae6180da3f
|
修改\h中create table partition中不支持的distribute by选项
|
2020-09-10 14:41:13 +08:00 |
|