Commit Graph

107 Commits

Author SHA1 Message Date
fca375d920 !231 Fix compile warning.
Merge pull request !231 from TotaJ/feature/parallel
2020-09-17 20:31:31 +08:00
e8606ec86d Fix complie warning. 2020-09-17 20:03:06 +08:00
4f55b47ecc !229 fix deadlock in autonomous transaction
Merge pull request !229 from scarbor_fair/master
2020-09-17 19:13:27 +08:00
7c7e354931 fix gtt session issue 2020-09-17 15:01:04 +08:00
c3673e64ca fix deadlock 2020-09-17 14:05:31 +08:00
5dfa9d8ed1 Parallel query, sequence scan. 2020-09-16 20:10:45 +08:00
a398849ff1 !218 将物理复制槽的名字的最大长度从62改为63,跟pg保持一致。
Merge pull request !218 from 周雄佳/master
2020-09-16 14:16:09 +08:00
6da0072c29 Fix MOT table database dependency generation 2020-09-15 18:30:14 +08:00
dcbdbcfa4e 将物理复制槽的名字的最大长度从62改为63,跟pg保持一致。 2020-09-15 17:24:55 +08:00
5ed8dc1706 !216 support pg_partition_filepath function
Merge pull request !216 from xiliu/GPI_BUGFIX
2020-09-15 08:46:52 +08:00
2c14f05085 support pg_partition_filepath function
Signed-off-by: xiliu <xiliu_h@163.com>
2020-09-14 21:17:38 +08:00
606cc08ea6 fix bugs of autonomous transaction execute 2020-09-09 15:16:09 +08:00
6336904c3b MOT infra changes and fixes 2020-09-08 18:50:58 +08:00
e2200b279b fix multixact redo error 2020-09-05 15:05:57 +08:00
76fd3b9339 support DATE type automatic partition in compatible B/C/PG version
Signed-off-by: yujiang <wutheringwind@163.com>
2020-09-04 15:46:55 +08:00
2817578f48 !181 fix bug bgworkers not exit of front error;fix bug of check_client_encoding_hook error;fix incorrect job_queue_processes count
Merge pull request !181 from 剑仙水易/master
2020-09-03 20:22:38 +08:00
13b33930fb fix bug of check_client_encoding_hook error 2020-09-03 17:47:04 +08:00
4df5e34cad !169 删除重复定义的宏 PG_USED_FOR_ASSERTS_ONLY
Merge pull request !169 from xiliu/GPI_BUGFIX
2020-09-03 17:02:48 +08:00
e2cb7cb626 gs_basebackup occasionally failed when compress=9 2020-09-02 16:19:49 +08:00
9b6ccd24cc delete redefine PG_USED_FOR_ASSERTS_ONLY
Signed-off-by: xiliu <xiliu_h@163.com>
2020-09-02 13:12:53 +08:00
141bb77173 !166 add gs_basebackup testcases
Merge pull request !166 from 吴岳川/gs_basebackup
2020-09-01 19:26:39 +08:00
7e27d28848 1. add gs_basebackup testcases 2.code checkstyle 2020-09-01 17:52:22 +08:00
1b17e6ab6d !163 move global variable to instance or thread; fix backendworker not exit bugs;
Merge pull request !163 from 江建宇/Autonomous0901
2020-09-01 11:22:49 +08:00
ea34abb507 !162 【gpi】 修复全局分区索引只支持31列的报错输出
Merge pull request !162 from xiliu/GPI_BUGFIX
2020-09-01 10:00:33 +08:00
21fb02c397 fix backendworker not exit bugs 2020-09-01 09:08:56 +08:00
26a06c95b8 move global variable to instance or thread 2020-09-01 09:08:43 +08:00
972247ec6b !159 创建domain socket时,不依赖PGHOST变量来创建socket file的路径
Merge pull request !159 from scarbor_fair/master
2020-08-31 20:50:34 +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
52c85928d2 fix pghost bug 2020-08-31 18:52:35 +08:00
4728c27ca8 !134 Support autonomous transaction
Merge pull request !134 from 江建宇/master
2020-08-29 17:26:45 +08:00
77973a3d31 !130 支持全局分区索引
Merge pull request !130 from xiliu/GPI_FEATURE
2020-08-29 17:18:48 +08:00
777fc51353 fix codereview
Signed-off-by: xiliu <xiliu_h@163.com>
2020-08-29 16:11:10 +08:00
11b1d176a9 PITR support recovery to specify LSN 2020-08-29 15:07:34 +08:00
9717117500 forbidden nested autonomous transaction 2020-08-29 10:41:31 +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
3c83bfa102 !132 gs_basebackup: support mot backup
Merge pull request !132 from 吴岳川/gs_basebackup
2020-08-27 16:25: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
085fbf3304 add the builtin function pg_terminate_session to terminate a user session
Signed-off-by: pufuan <pu.fuan@139.com>
2020-08-27 13:10:51 +08:00
8e562f45d0 !133 excluded设置为保留关键词
Merge pull request !133 from gentle_hu/master
2020-08-26 22:54:12 +08:00
53e272bdae gs_basebackup: support mot backup 2020-08-26 16:51:11 +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
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
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