Commit Graph

40 Commits

Author SHA1 Message Date
87b99093f8 解决IUD底噪消除对tpcc性能影响的问题 2023-06-25 23:27:09 -07:00
a99097439c iud性能提升 2023-06-14 19:50:34 -07:00
08b9fae0c7 !3519 修复存储过程种包含commit时出现内存泄漏的问题
Merge pull request !3519 from pengjiong/fix_col
2023-06-12 03:19:10 +00:00
bc81562b4b Fix mem leak when commit in procedure. 2023-06-05 10:05:05 +08:00
e73cb56550 优化某些场景下RowToVec算子的性能 2023-06-02 01:59:47 -07:00
f120bdefa1 !3200 内存优化
Merge pull request !3200 from april01xxx/master_memopt
2023-05-24 01:57:05 +00:00
ca83096b6d !3228 对函数表达式计算阶段判断是否包含游标(refcursor)的逻辑进行剪枝
Merge pull request !3228 from cc_db_dev/iud_2_pr
2023-05-24 01:56:10 +00:00
5c25b5d90d 内存优化重构:在openGauss中新增了一套内存管理接口和MemoryContext类型
(详见opt_mcxt.cpp和opt_aset.cpp),并对MemoryContext的管理接口(如
reset、delete等操作)进行抽象,带来以下优势:
1. 新增的MemoryContext类型支持MemoryContext复用,减少频繁创建和销毁
MemoryContext的开销;
2. 新增的STANDARD_CONTEXT内存管理接口删除了内存跟踪统计操作,提升了
内存申请和释放时的性能。
2023-04-27 14:20:26 +08:00
eeb50f6c67 解决MySQL模式下 insert on duplicate key语法宕机的问题 2023-04-17 11:37:26 +08:00
7e57f1ff6f 对函数表达式计算阶段判断是否包含游标(refcursor)的逻辑进行剪枝优化 2023-03-22 11:06:25 +08:00
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