Commit Graph

38 Commits

Author SHA1 Message Date
e91ae0c8cc issue修复:ignore插入时,若插入值类型与目标类型无转换规则,目标类型的默认零值无法被插入的问题修复 2022-07-30 10:01:24 +08:00
a038ba49eb Added/augmented functions: decode/regexp_count/regexp_instr/regexp_replace/regexp_subst 2022-07-10 16:17:58 +08:00
a8da82a0fb Implementation of keyword ignore: using hint string 2022-06-20 15:46:28 +08:00
59ff629c95 b_sql_plugin插件内核适配修改 2022-03-15 21:19:06 +08:00
de223dd152 sync code 2022-03-04 23:22:16 +08:00
7639f3f91e add nvarchar 2022-01-14 10:15:25 +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
4bf1feab89 Support subscription and publication. 2021-12-16 23:16:24 +08:00
899cd4a36c enhance tuple lock 2021-12-16 20:37:27 +08:00
df57653524 Add for nvarchar. 2021-10-30 17:49:58 +08:00
1d540f4462 Patch for 930 release 2021-09-23 15:19:37 +08:00
820483885a Add analyzer hook. 2021-08-28 15:35:56 +08:00
6a7eda6812 add db4ai 2021-08-05 17:00:58 +08:00
b8e6ff7a81 generated col 2021-07-08 20:37:29 +08:00
syj
28ef7fe121 CStore supports primary key and unique index. 2021-06-17 21:16:06 +08:00
19835ef6af !834 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用。
Merge pull request !834 from Cross-罗/test_branch2
2021-04-29 17:59:26 +08:00
cd3e33f30a 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用 2021-03-22 09:56:15 +08:00
3d79c59118 Misc bugfixes 2021-03-06 12:39:28 +08:00
fcb9ffbce5 Revert "!609 openGauss supports binary_float"
This reverts commit d052061fdfe30c30029fbb560ae2c48aee335500, reversing
changes made to c38e1ded17d6084b9915a25df19dcf17c9d5837e.
2021-02-09 10:41:31 +08:00
32b455ef68 openGauss supports binary_float 2021-01-12 09:58:08 +08:00
1567043064 同步source code
日期: 12-26
    revision: ee5b054c
2020-12-28 22:19:21 +08:00
eb4162cf4a 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用 2020-12-16 11:41:47 +08:00
926b25edb8 !413 openGauss supports binary_float
Merge pull request !413 from 廖美东/dev_datatype
2020-12-14 11:49:52 +08:00
427d68ddba Fix MOT update indexed column check to be recursive 2020-11-30 10:24:45 +08:00
ad32bf444a support BINARY_FLOAT 2020-11-16 23:27:31 +08:00
e171752f13 MOT code cleanup 2020-10-12 18:03:03 +08:00
4728c27ca8 !134 Support autonomous transaction
Merge pull request !134 from 江建宇/master
2020-08-29 17:26:45 +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
9d5c803894 !151 【openGauss】CREATE materialized views on global/local temp table is not supported
Merge pull request !151 from 宋清怡/master
2020-08-28 00:18:10 +08:00
a257e3b9a0 adapt matviews to global temp table: matviews can not be created on local/global temp table 2020-08-27 14:43:09 +08:00
b062f44ad9 disable excluded and add testcase 2020-08-26 09:47:11 +08:00
e763a80cc5 add autonomous transaction. The original patch is from:
https://www.postgresql.org/message-id/attachment/45863/autonomous.patch
2020-08-25 22:12:31 +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
36ef69d49a add: AlterSystemSet 2020-08-12 00:29:42 +08:00
b70b84d144 [PATCH] support ROWNUM in openGauss
Signed-off-by: pufuan <pu.fuan@139.com>
2020-07-25 15:36:50 +08:00
738fe74f94 add shutdown opt and test case 2020-07-09 20:52:02 +08:00
815a9771fb first commit for openGauss server 2020-06-30 17:38:27 +08:00