Commit Graph

30 Commits

Author SHA1 Message Date
054272b170 code clean 2023-03-20 05:45:54 -07:00
980e75155a flatten expr framework 2023-03-12 19:16:08 -07:00
46e9fd015b sync all inner code 2023-03-08 10:10:58 +08:00
f7d23913d6 sync all inner code 2023-02-27 14:08:20 +08:00
911ea39bea Relation数据结构及相关函数调用优化 2023-02-21 20:31:34 -08:00
9f84893535 tupleDesc数据结构及相关函数调用优化 2023-02-21 20:30:35 -08:00
fd1f338af5 TupleTableSlots数据结构及相关函数调用优化 2023-02-21 20:29:34 -08:00
9186031f99 解决insert语句右值引用不支持jdbc方式,以及列存在not null约束时默认值与MySQL不一致的问题,修改加入rules用例到fastcheck 2023-02-09 14:23:45 +08:00
760a13a29b !2416 【openGauss】insert支持后面的表达式右值带字段名
Merge pull request !2416 from laishenghao/right-ref
2022-11-30 13:13:16 +00:00
adf53e20bb 增加insert语句支持右值字段引用功能 2022-11-14 15:12:08 +08:00
9ed0b3cca4 issue fix:修复ignore在非法输入时insert/update失败的问题 2022-11-11 15:57:22 +08:00
b919f404e8 add openGauss 3.1.0 feature code 2022-09-03 16:22:35 +08:00
3ce6b6594c !1989 issue修复:ignore处理json与jsonb类型时,类型零值修正
Merge pull request !1989 from zhangzhixian/issue_fix_json_default
2022-08-03 10:07:01 +00:00
e91ae0c8cc issue修复:ignore插入时,若插入值类型与目标类型无转换规则,目标类型的默认零值无法被插入的问题修复 2022-07-30 10:01:24 +08:00
03cf837af9 issue修复:ignore处理json与jsonb类型时,类型零值修改 2022-07-29 17:24:53 +08:00
a8da82a0fb Implementation of keyword ignore: using hint string 2022-06-20 15:46:28 +08:00
de223dd152 sync code 2022-03-04 23:22:16 +08:00
18a38c2a29 recover missing code about upsert-subquery\first last agg\array func\cgroup 2022-01-04 19:14:55 +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
1d540f4462 Patch for 930 release 2021-09-23 15:19:37 +08:00
4d2c0d708e fix upsert core and cross-partition upsert 2021-07-26 10:16:01 +08:00
66b7f66803 修复包含全局索引的分区表执行upsert时数据未正常写入的问题 2021-07-15 16:51:17 +08:00
syj
55b7fb007e 分区表BitmapHeapScan与BitmapHeapIndexScan代码优化。 2021-03-16 20:49:52 +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
777fc51353 fix codereview
Signed-off-by: xiliu <xiliu_h@163.com>
2020-08-29 16:11:10 +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
e936f40df7 UPSERT code 2020-08-25 09:44:34 +08:00
d5337ceca7 add materialized view feature to opengauss 2020-08-17 14:55:37 +08:00
815a9771fb first commit for openGauss server 2020-06-30 17:38:27 +08:00