Commit Graph

85 Commits

Author SHA1 Message Date
c8febe58a3 修复自定义变量赋值的help 2024-04-11 20:02:51 +08:00
855cce803a 定时任务兼容M*时间单位 2024-04-11 20:02:51 +08:00
6d4318bbc0 view sql security 2024-04-11 14:43:39 +08:00
ce8a0a5ca2 dolphin ignore index request 2024-04-11 10:51:45 +08:00
2a152270f1 发布订阅支持冲突处理 2023-10-13 10:55:33 +08:00
51e0bf9e3b fixed c6dcadd from https://gitee.com/cbd123cbd/openGauss-server/pulls/3185
fix help
2023-03-21 09:33:17 +00:00
3e2bdbe6f6 ALTER TABLE MODIFY语法收编modify column comment功能
Offering: openGaussDev

More detail:

Match-id-aee0ed63ba238bfb4a416217492f609c55f04dd8
2023-03-13 22:11:08 +08:00
05a71d79f2 定时任务适配help
Offering: openGaussDev

More detail:定时任务适配help

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

change english

B compatiblity
2022-11-30 17:39:14 -08:00
aca1831e9d !2401 MySQL特性--show warnings/errors语法
Merge pull request !2401 from 吕辉/show_syntax
2022-11-30 13:45:18 +00:00
8274c4041d select_into_varlist 2022-11-29 23:40:06 +08:00
7f5ad2523f add show warnings/errors syntax on doc show.sgmlin 2022-11-29 21:18:14 +08:00
cd1244c51f !2420 修复\h alter procedure输出信息与社区文档不符的问题
Merge pull request !2420 from yuchao/master
2022-11-23 09:24:45 +00:00
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