Commit Graph

85 Commits

Author SHA1 Message Date
5a2f03b0b3 依据社区评审意见,修改代码 2022-08-29 04:10:12 -07: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
237c149924 !1771 openGauss支持在线reindex
Merge pull request !1771 from 花花怪/master
2022-08-10 03:07:31 +00:00
57c6c17dd8 column table: set compress/nocompress support 2022-08-08 20:30:33 +08:00
c5b915a5e6 REINDEX CONCURRENTLY 2022-08-04 20:22:04 +08:00
2a81d01ff6 change_function_from_defGetBoolean_to_parse_bool 2022-06-22 11:07:21 +08:00
00b088690d !1728 修复没有fdw handler场景下对外表做DDL操作失败的问题
Merge pull request !1728 from pengjiong/logical_core
2022-06-21 11:24:24 +00:00
11d53786f7 optimize the message for create table 2022-06-06 11:37:51 +08:00
777523d6ce change log of alter compresstype\compress_chunk_size 2022-06-06 10:16:57 +08:00
8b6d9bd1da 1. (like...including reloptions) will success even if reloptions contains compresstype
2. compresstype can be used with (semgent=off) reloption
2022-05-30 15:30:03 +08:00
ed95a895b4 Fix foreign table ddl failed. 2022-05-13 17:15:28 +08:00
4b7080c8ef [回合主线]fix bug interval分区exchange失败 2022-05-09 20:55:12 +08:00
11a1a5c9ad fix partition error 2022-04-26 19:15:23 +08:00
948d3acf65 !1603 bugfix: ustore tpcc数据库重启失败
Merge pull request !1603 from 吴岳川/ustore
2022-03-19 06:48:38 +00:00
f58c305a9b !1589 修复从1.1.0/2.0.0版本升级到2.1.0后,回滚失败的问题
Merge pull request !1589 from pengjiong/fix_rollback
2022-03-18 07:53:43 +00:00
c66d37c274 1 ustore bugfix
2  禁用段页式、USTORE压缩表使用
3  禁用压缩表页面修复
4  修复remote read功能
2022-03-18 14:08:38 +08:00
2eb31af0ec Fix rollback. 2022-03-18 09:10:23 +08:00
734764285d Offering: openGaussDev
More detail: 

# Conflicts:
#	src/gausskernel/storage/tcap/tcap_drop.cpp

Match-id-fa7ce45964faefccb43c1539268d6621d9a8dafd
2022-03-14 19:34:46 +08:00
e353bc4d55 修复问题
Offering: openGaussDev

More detail: 修复TRUNCATE二级分区同时更新全局分区索引后索引损坏的问题

# Conflicts:
#	src/gausskernel/optimizer/commands/tablecmds.cpp

Match-id-5cca3b98dbd06df99074a23359704a58db4d5fc2
2022-03-14 19:34:43 +08:00
8f5757a3f1 修复分区表锁问题
Offering: openGaussDev

More detail: 修复分区表锁问题

Match-id-a622ce1c30dc32b725d624fabb46109c8add5942
2022-03-14 19:34:41 +08:00
45e0a6f0d7 1. forbid setting compresslevel with pglz algorithm 2. bugfix: do PageCompression only when compression is yes
3. change some log level in pg_rewind
2022-03-07 09:20:08 +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
230900e411 在某些场景,禁止修改压缩参数 2022-02-09 14:09:54 +08:00
2eb20665ee create index: compressOpts should be used with compresstype
compress_prealloc_chunks: must be less than BLCKSZ / chunksz
2022-01-22 09:55:04 +08:00
d4a2c0cfc5 1. bugfix: remote read failed when opt > 0xff
2. bugfix: byte_convert(diff_convert) can used independently
3. bugfix: checksum alway returns the same uint32
4. cleancode: remove dulicate check of mmap
5. bugfix: parallel repare pca when extreme rto
2022-01-22 09:55:04 +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
4b35784ea0 table/index(btree) support compression 2021-12-16 22:24:44 +08:00
899cd4a36c enhance tuple lock 2021-12-16 20:37:27 +08:00
afcd4f26e4 !1351 修复cstore unique index 一些问题
Merge pull request !1351 from 吴岳川/master
2021-11-10 03:50:00 +00:00
f5fea59092 cstore: unique index bug fix 2021-11-09 10:12:25 +08:00
238d7ad7dc !1294 Throw execption when setting deferrable on cstore pkey/unique constraint.
Merge pull request !1294 from Yuejia/930_bug_fix
2021-09-29 13:00:42 +00:00
syj
43ef4329f6 Throw execption when setting deferrable on cstore pkey/unique constraint. 2021-09-29 19:20:04 +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
a33531313b add partition reloptions when split partition or merge partition 2021-07-28 10:29:06 +08:00
d534d1f2e7 verbose报错 2021-07-21 10:19:28 +08:00
b8e6ff7a81 generated col 2021-07-08 20:37:29 +08:00
829ed77424 logical 2021-06-30 15:56:37 +08:00
syj
28ef7fe121 CStore supports primary key and unique index. 2021-06-17 21:16:06 +08:00
1b7f445ede update src/gausskernel/optimizer/commands/tablecmds.cpp. 2021-05-26 10:25:28 +08:00
1e50b98252 update src/gausskernel/optimizer/commands/tablecmds.cpp.
fix compiling
2021-05-26 09:58:11 +08:00
2943f8b1c5 update src/gausskernel/optimizer/commands/tablecmds.cpp.
修改编译问题
2021-05-26 09:44:39 +08:00
941e03511d 分区锁降级 2021-05-26 00:22:02 +08:00
22987aae05 jdbc_weak_password
a.在copyfuncs.cpp和equalfuncs.cpp中添加弱口令字典相关函数
b.修正gram.y中弱口令相关代码,把传入字符串添加到新创建的node中,确保在copyfunc时能正确拷贝。
2021-03-16 16:25:59 +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
f16ed0730c 去掉了注释。 2020-11-24 16:57:45 +08:00
76d3983c35 req #109798,openGauss不支持约束的启用禁用 2020-11-12 18:28:44 +08:00
e171752f13 MOT code cleanup 2020-10-12 18:03:03 +08:00