Commit Graph

75 Commits

Author SHA1 Message Date
kenxx 9f8064bb24 实现事件触发器 2023-03-02 11:09:39 -05:00
opengauss-bot 3fee79a080
!2971 【共享存储】适配极致RTO
Merge pull request !2971 from 陈栋/rto
2023-02-27 12:57:41 +00:00
openGaussDev f7d23913d6 sync all inner code 2023-02-27 14:08:20 +08:00
chendong76 6bb6c98613 【共享存储】适配极致RTO,更新dms commit点 2023-02-27 10:21:28 +08:00
opengauss-bot b590711499
!2942 修复OpenGauss CREATE INDEX不支持IF NOT EXISTS语法的问题
Merge pull request !2942 from yuchao/master
2023-02-24 01:47:55 +00:00
yuchao 44135e2340 修复OpenGauss CREATE INDEX不支持IF NOT EXISTS语法的问题 2023-02-23 19:22:57 +08:00
opengauss-bot d5922c6a7e
!2926 添加create table partition帮助中支持distribute功能的约束
Merge pull request !2926 from yuchao/master
2023-02-22 03:09:35 +00:00
yuchao 6d2b1fbdb0 添加create table partition帮助中支持distribute功能的约束 2023-02-18 18:00:37 +08:00
opengauss-bot dff7dc06c5
!2851 兼容MySQL支持隐藏索引
Merge pull request !2851 from chenxiaobin/newIndexInvisible
2023-02-16 05:09:09 +00:00
chenxiaobin19 ddd104c596 support invisible index 2023-02-15 18:13:39 +08:00
l30039603 a80de88a0f \h修改alter subpartition的VALUES为语法必选项 2023-01-13 10:16:20 +08:00
chenxiaobin19 ef0ab20012 support updatable view 2022-12-02 16:26:58 +08:00
nnuanyang 69668e89d5 drop trigger syntax 2022-12-01 18:30:57 -08:00
opengauss-bot 20e65dbb18
!2286 修复创建触发器兼容缺陷
Merge pull request !2286 from 暖阳/master
2022-12-01 07:58:02 +00:00
nnuanyang f3b590064c create trigger bug fix
trigger_body中sql与end相邻无空格,创建触发器失败

change english

B compatiblity
2022-11-30 17:39:14 -08:00
opengauss-bot aca1831e9d
!2401 MySQL特性--show warnings/errors语法
Merge pull request !2401 from 吕辉/show_syntax
2022-11-30 13:45:18 +00:00
weiwt 8274c4041d select_into_varlist 2022-11-29 23:40:06 +08:00
lvhui 7f5ad2523f add show warnings/errors syntax on doc show.sgmlin 2022-11-29 21:18:14 +08:00
opengauss-bot cd1244c51f
!2420 修复\h alter procedure输出信息与社区文档不符的问题
Merge pull request !2420 from yuchao/master
2022-11-23 09:24:45 +00:00
opengauss-bot 03c9dc4828
!2329 新增CREATE USER IF NOT EXISTS语法
Merge pull request !2329 from Cross-罗/if_not_exists
2022-11-14 12:33:24 +00:00
Yu Chao 1e5fb05d88 修复\h alter procedure信息与社区文档不符的问题 2022-11-10 17:38:33 +08:00
peibaoyi bb5b05ec46 主备共享存储 2022-11-07 22:04:18 +08:00
luozihao 5623ccf090 根据语法文件修正create server的帮助文档 2022-11-03 11:28:41 +08:00
luozihao b426dc4842 新增CREATE USER IF NOT EXISTS语法 2022-11-01 19:26:30 +08:00
zong 0f9dbca9ed
修改replace into特性的功能描述信息
Signed-off-by: zong <zw_giles@163.com>
2022-09-26 08:30:09 +00:00
wuyujun b44fa53ed1 B模式下补充支持delete多表删除的delete XXX from XXXX语法 2022-09-22 18:26:59 +08:00
opengauss-bot ece73c7d60
!2116 opengauss-server 数据库多协议支持增强
Merge pull request !2116 from zhaojun/protocol-extension
2022-09-21 10:00:15 +00:00
Laishenghao 1bcae14bf9 修改copy 指令的 help信息 2022-09-17 10:30:31 +08:00
Laishenghao 02413b1bc7 修改 "\h alter extension"的帮助信息,与实际功能和文档保持一致 2022-09-16 16:38:11 +08:00
zhaojun f71428f183 revise doc & extern function declaration 2022-09-16 12:21:23 +08:00
zhoubin b9a173661d skip locked 2022-09-09 10:23:40 +08:00
zongwei bdd6a6d933 REPLACE INTO feature for M gram mode
commit all files for replace into
2022-09-08 01:46:38 -04:00
suncan b4a6881506 set session/global 增强 2022-09-06 09:27:30 +08:00
yanghao b919f404e8 add openGauss 3.1.0 feature code 2022-09-03 16:22:35 +08:00
li-judong 056317bad3 支持前缀索引
Offering: GaussDB Kernel

More detail:
1、支持前缀索引创建
2、支持前缀索引匹配
2022-09-01 09:21:18 +08:00
yuhuanhuan 06f316894d 实现兼容MySQL SET自定义变量的功能 2022-08-31 20:30:49 +08:00
yuesong-feng 99ba43a0f1 更新gsql创建列加密密钥语法提示 2022-08-10 15:27:41 +08:00
opengauss-bot 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
luo_zihao5524 761fee37b8 CREATE VIEW和ALTER VIEW支持DEFINER 2022-08-03 11:38:44 +08:00
li_jianqiu c5946bc1fe CREATE DATABASE等三种语法兼容IF NOT EXISTS 2022-08-01 17:18:39 +08:00
opengauss-bot 5c0ac944d9
!1909 修复alter procedure语法说明文件后缀名
Merge pull request !1909 from 仲夏十三/helper2
2022-07-06 03:52:31 +00:00
ganyang 12310d19ce fix alter_procedure helper 2022-06-29 16:33:44 +08:00
liuyongzhen 652ed08bc4 MYSQL兼容性 创建函数存储过程指定用户 2022-06-18 11:05:34 +08:00
chenxiaobin19 507aa793a0 publication and subscription support for initial data copy 2022-06-16 11:46:35 +08:00
ganyang a590e0b47f add alter procedure helper note 2022-05-23 11:00:17 +08:00
ganyang 57bc5c4a37 fix helper note 2022-05-17 10:22:29 +08:00
openGaussDev 927c5e918f Modifying Hyperparameter Settings
Offering: openGaussDev

More detail: Modifying Hyperparameter Settings

Match-id-c7650485108bc6fe7b1f63cd7ff9bf23bbc3325f
2022-03-14 19:34:44 +08:00
zhang_xubo 40b128e5cd fix publication ci problem 2022-03-06 19:23:15 +08:00
LiHeng de223dd152 sync code 2022-03-04 23:22:16 +08:00
dengxuyue 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