Commit Graph

24 Commits

Author SHA1 Message Date
69668e89d5 drop trigger syntax 2022-12-01 18:30:57 -08:00
f3b590064c create trigger bug fix
trigger_body中sql与end相邻无空格,创建触发器失败

change english

B compatiblity
2022-11-30 17:39:14 -08:00
486def8a48 Fix memleak. 2022-10-17 21:12:49 +08:00
fa7a5f026f !2149 修复trigger代码内存访问越界问题
Merge pull request !2149 from pengjiong/array
2022-09-13 12:32:10 +00:00
1a4e543da2 Fix mem overflow. 2022-09-09 16:04:04 +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
d5a9c5ff35 add Mysql Feature ON UPDATE Syntax. It supports CREATE TABLE/ALTER TABLE DDL, and tools which include pg_dump and gsql adaptiving.
根据社区评审意见,对代码进行修改和优化。
2022-08-29 02:17:45 -07: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
8144e7706c Fixed partition table concurrent update issue 2021-07-22 21:52:26 +08:00
b8e6ff7a81 generated col 2021-07-08 20:37:29 +08:00
829ed77424 logical 2021-06-30 15:56:37 +08:00
3d79c59118 Misc bugfixes 2021-03-06 12:39:28 +08:00
1567043064 同步source code
日期: 12-26
    revision: ee5b054c
2020-12-28 22:19:21 +08:00
76d3983c35 req #109798,openGauss不支持约束的启用禁用 2020-11-12 18:28:44 +08:00
c040d78287 code for Global-Partition-Index feature
Signed-off-by: xiliu <xiliu_h@163.com>
2020-08-28 16:31:25 +08:00
6c5141b20b 分区表外键开放
代码格式修改

函数逻辑修改
2020-08-27 11:36:06 +08:00
e936f40df7 UPSERT code 2020-08-25 09:44:34 +08:00
7ea0a3484e add foreign key 2020-07-15 14:48:06 +08:00
815a9771fb first commit for openGauss server 2020-06-30 17:38:27 +08:00