7538 Commits

Author SHA1 Message Date
96ee6911d5 2020-08-27 11:36:12 +08:00
6c5141b20b 分区表外键开放
代码格式修改

函数逻辑修改
2020-08-27 11:36:06 +08:00
8238a7c85c smgrcloseall 2020-08-27 10:21:40 +08:00
e226023e61 postgres_fdw supports column serial 2020-08-27 10:21:30 +08:00
96d678765a !143 x86平台openEuler环境下 编译生成debug版本的openGauss进行make fastcheck时xc_copy用例不通过
Merge pull request !143 from zhangzhijing/master
2020-08-27 09:41:46 +08:00
379e87732b !137 fix analyze verify error for gtt table
Merge pull request !137 from wangzhijun/master
2020-08-27 09:26:46 +08:00
bc72b9de86 !140 Added MOT option in pgbench
Merge pull request !140 from Vinoth/master
2020-08-27 09:20:08 +08:00
008af05cc6 针对在行 2020-08-27 08:47:12 +08:00
8e562f45d0 !133 excluded设置为保留关键词
Merge pull request !133 from gentle_hu/master
2020-08-26 22:54:12 +08:00
e677bcb771 !138 【openGauss】fix matveiws ALTER column problem
Merge pull request !138 from 宋清怡/master
2020-08-26 22:42:33 +08:00
8f70c3ff14 !141 fix force-stop failed using pg_ctl
Merge pull request !141 from chenxiaobin/master
2020-08-26 22:41:23 +08:00
b39e6a4b5c 备机支持扩容 2020-08-26 21:05:40 +08:00
e3976a42d8 change gaussdb to GaussMaster 2020-08-26 19:17:40 +08:00
b44d737d14 Added MOT option in pgbench 2020-08-26 18:06:53 +08:00
09eda5b144 !135 Fix for MOT DDLs in a transaction
Merge pull request !135 from Vinoth/master
2020-08-26 17:34:49 +08:00
53e272bdae gs_basebackup: support mot backup 2020-08-26 16:51:11 +08:00
2ca588a3d8 om 630后修改合入
云对接工具修改
打包脚本修改
2020-08-26 16:06:27 +08:00
cc928a2e1b fix gs_dump matviews without alter owener problem 2020-08-26 15:28:26 +08:00
6a109d550d fix gtt error for analyze verify 2020-08-26 14:22:17 +08:00
zy
a418cebc87 [bugfix]the results of querying pg_stat_replication and DBE_PERF.replication_stat views are empty 2020-08-26 14:04:22 +08:00
23d7a6d34d Fix for MOT DDLs in a transaction 2020-08-26 11:11:36 +08:00
b062f44ad9 disable excluded and add testcase 2020-08-26 09:47:11 +08:00
c235237a4c remove redundant log 2020-08-25 22:51:18 +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
ecbb531378 GUC serialization for Autonomous Transaction 2020-08-25 21:36:32 +08:00
4ba086877c add message queue from PG 2020-08-25 21:27:33 +08:00
b3c0ecfb4c support background workers from PG 2020-08-25 21:17:24 +08:00
ed27420caa !127 UPSERT 功能
Merge pull request !127 from gentle_hu/master
2020-08-25 19:25:59 +08:00
16fe99779c !121 gs_basebackup support format tar (mot is not supported currently)
Merge pull request !121 from 吴岳川/gs_basebackup
2020-08-25 19:24:50 +08:00
111b8f1d31 !129 Fix JIT range select functionality when client uses batch mode
Merge pull request !129 from Vinoth/master
2020-08-25 16:53:07 +08:00
69e83a8d8d upsert remaining tasks 2020-08-25 16:12:08 +08:00
0dd50ee617 fix test case 2020-08-25 15:14:11 +08:00
7075eb7f51 fix test 2020-08-25 14:26:21 +08:00
e936f40df7 UPSERT code 2020-08-25 09:44:34 +08:00
2b53c44ed1 Fix JIT range select functionality when client uses batch mode 2020-08-25 09:40:36 +08:00
dc967cf640 !128 【openGauss】add compatility test case for concat_ws function
Merge pull request !128 from 宋清怡/master
2020-08-25 09:05:04 +08:00
702c054715 add concat_ws function compatibility test case 2020-08-24 19:35:23 +08:00
8833a319b9 fix csnlog cannot be found thar occur in standby node, and remove the Warning log in InternalGetCommitSeqNo. 2020-08-24 17:34:59 +08:00
c1f7436590 !124 fix long regression temp table issue
Merge pull request !124 from wangzhijun/master
2020-08-24 11:33:02 +08:00
ca5f135273 UPSERT test case 2020-08-22 14:01:20 +08:00
8a5bb2bf27 !113 支持PITR
Merge pull request !113 from meimeidtt/zhc
2020-08-22 09:18:16 +08:00
d84e997b43 !126 Fix for MOT update replay issue
Merge pull request !126 from Vinoth/master
2020-08-22 09:17:42 +08:00
d73d677e4a !120 uniform the definition and declaration
Merge pull request !120 from 吴岳川/master
2020-08-21 23:24:31 +08:00
cb2ed43867 !122 set openGauss thread name and add getting function of t_thrd and u_sess
Merge pull request !122 from chenxiaobin/master
2020-08-21 23:23:52 +08:00
9390c074ff Fix for MOT update replay issue 2020-08-21 18:28:17 +08:00
ec6bdc4f11 !107 Adapted to the neokylin system.
Merge pull request !107 from hemny/master
2020-08-21 18:16:35 +08:00
2c577a4c7e !94 update docker feature
Merge pull request !94 from lihongda/master
2020-08-21 18:14:43 +08:00
4ba1126037 gs_basebackup support format tar(do not support mot) 2020-08-21 16:55:32 +08:00
98dee224a2 !125 【wdr】适配wdr性能报告功能
Merge pull request !125 from 黄承晟/master
2020-08-21 16:39:01 +08:00
8ca33ab908 Adapt the snapShot-wdr-report feture in stand-alone version 2020-08-21 16:26:55 +08:00