Commit Graph

53 Commits

Author SHA1 Message Date
80e40b13aa !4359 金融版本特性master
Merge pull request !4359 from zhangao/master_finace
2023-10-28 06:14:17 +00:00
f5b0214914 add openGauss finance version 2023-10-28 11:40:06 +08:00
afcd18e357 tableof: pljson_list_data support 2023-10-23 19:58:39 +08:00
52b3b4b189 disable 'table of type' as column in tables 2023-09-12 16:42:50 +08:00
0ad9497335 安全函数和指针赋值修改 2023-08-08 15:25:06 +08:00
ffbc0ac3b7 兼容MySQL多字符集 2023-06-29 20:42:59 +08:00
f29279591c 字符集问题回合 2023-03-25 16:59:04 +08:00
1d3224ee38 ALTER TABLE MODIFY语法收编modify column comment功能
Offering: openGaussDev

More detail:

Match-id-aee0ed63ba238bfb4a416217492f609c55f04dd8
2023-03-13 22:12:57 +08:00
46e9fd015b sync all inner code 2023-03-08 10:10:58 +08:00
58e6120553 !2998 SRF执行优化
* fix srf factcheck case
* SRF执行优化
2023-03-06 09:29:04 +00:00
9f8064bb24 实现事件触发器 2023-03-02 11:09:39 -05:00
f7d23913d6 sync all inner code 2023-02-27 14:08:20 +08:00
9f84893535 tupleDesc数据结构及相关函数调用优化 2023-02-21 20:30:35 -08:00
bd74fed434 合并pg pr:集中逻辑保护复制的效用语句 2023-01-17 09:40:11 +08:00
6fe074f4a1 修复自增列约束问题,gs_dump支持导出自增列索引 2022-12-15 16:29:04 +08:00
fc1bdb57f8 修复未校验foreign table的自增列导致的core问题 2022-11-18 09:16:04 +08:00
256590f633 syn PG bug CVE-2022-2625 2022-10-28 13:14:57 +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
0b4475238a add Mysql Feature ON UPDATE Syntax. It supports CREATE TABLE/ALTER TABLE DDL, and tools which include pg_dump and gsql adaptiving.
根据社区评审意见,对代码进行修改和优化。

Conflicts:
	src/common/backend/nodes/copyfuncs.cpp
	src/common/backend/nodes/equalfuncs.cpp
2022-08-29 03:20:39 -07:00
f9f5eb3cf6 create table/index/function/procedure/funciton support 2022-08-23 19:00:09 +08:00
15e3a99805 row compression & hash index 2022-03-06 22:47:02 +08:00
de223dd152 sync code 2022-03-04 23:22:16 +08:00
047c8ac79d !1346 代码瑕疵存在隐患
Merge pull request !1346 from wangym11/I4GJWP
2022-01-07 07:59:51 +00: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
4bd6a7f045 代码瑕疵,存在隐患 2021-11-02 16:44:16 +08:00
3fe0cec7ce Fixed misc bugs 2021-09-24 17:08:28 +08:00
1d540f4462 Patch for 930 release 2021-09-23 15:19:37 +08:00
27e85b6e16 upgrade and parallel xlog for hash index 2021-09-03 14:18:08 +08:00
503e63cb1e parse 2021-07-21 15:25:53 +08:00
468d6bcbc2 !1049 修复两个memcheck检测到的内存越界访问问题
Merge pull request !1049 from gentle_hu/memcheck
2021-07-12 09:53:30 +00:00
b8e6ff7a81 generated col 2021-07-08 20:37:29 +08:00
f999b05a0e fix memcheck issue: 1 to_number(), 2 core of spliting hash partition by range-gram 2021-06-24 18:19:44 +08:00
syj
28ef7fe121 CStore supports primary key and unique index. 2021-06-17 21:16:06 +08:00
3d79c59118 Misc bugfixes 2021-03-06 12:39:28 +08:00
384a83d8c9 Fix create schema with grant all. 2021-01-20 11:22:04 +08:00
1567043064 同步source code
日期: 12-26
    revision: ee5b054c
2020-12-28 22:19:21 +08:00
e171752f13 MOT code cleanup 2020-10-12 18:03:03 +08:00
47f2cb5c01 Ban ROWNUM when creating index. 2020-09-03 20:19:11 +08:00
ff239f49ad !173 解决索引列名重复问题
Merge pull request !173 from 罗梓浩/master
2020-09-02 21:20:38 +08:00
b36017fdb8 解决索引重复列名问题 2020-09-02 20:20:14 +08:00
aa8a1715c3 fix partition bitmapand use btree with gin or gist
Signed-off-by: xiliu <xiliu_h@163.com>
2020-08-31 20:30:12 +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
d5337ceca7 add materialized view feature to opengauss 2020-08-17 14:55:37 +08:00
51555d0772 create GTT on commit option overrides reloptions 2020-08-07 09:59:01 +08:00
11bd9c6bc5 !65 fix create GTT table issue & update regression test
Merge pull request !65 from wangzhijun/master
2020-08-05 08:39:16 +08:00
3ed26a5479 fix the issue: the process crashs when an interval parition table is created with integer interval value
Signed-off-by: yujiang <wutheringwind@163.com>
2020-08-03 14:21:52 +08:00
781dd78a39 fix DTS2020072705668 create GTT table issue & update regression test 2020-07-31 14:47:58 +08:00
112a9755f2 support shared thread pool for Global Temporary Table 2020-07-30 17:46:33 +08:00