Commit Graph

2868 Commits

Author SHA1 Message Date
2e04f1ad6b Fix transaction read/write mode. 2022-05-14 17:40:09 +08:00
ed95a895b4 Fix foreign table ddl failed. 2022-05-13 17:15:28 +08:00
6c5898646e !1726 修复视图中包含自定义操作符时,获取视图定义失败的问题
Merge pull request !1726 from pengjiong/logical_core
2022-05-13 09:11:34 +00:00
c1335bebc9 Fix deserialize func and view. 2022-05-13 14:55:39 +08:00
b2c6e04eab !1725 重命名b_sql_plugin
Merge pull request !1725 from 仲夏十三/dolphin
2022-05-12 08:34:58 +00:00
16d32d3978 rename b_sql_plugin 2022-05-12 14:30:24 +08:00
3e14e85fdf !1698 添加对asianux平台支持
Merge pull request !1698 from zhangminjie/master
2022-05-10 07:35:19 +00:00
438bba32ff !1705 修复 master 分支 和 3.0.0 分支创建 postgis_raster 扩展失败问题
Merge pull request !1705 from sungwu/master
2022-05-10 06:07:23 +00:00
d82eba4790 !1721 【bugfix】修复interval分区exchange失败的问题
Merge pull request !1721 from cchen676/master1
2022-05-10 02:19:45 +00:00
4b7080c8ef [回合主线]fix bug interval分区exchange失败 2022-05-09 20:55:12 +08:00
5e1d9b79f6 添加对asianux平台支持 2022-05-09 11:40:22 +08:00
51c355c7b6 !1699 fix core of function pg_create_physical_replication_slot_extern
Merge pull request !1699 from 胡正超/repslot
2022-05-09 02:48:37 +00:00
4c0a495a18 fixed the bug of join 2022-05-05 09:45:50 +08:00
cbb8fd609b fix #I51OZS 修复在扩展中无法调用已创建函数问题,sort_candidate_func_list 函数实现 bug 2022-04-27 20:15:23 +08:00
475170ca0c !1703 修复plpgsql在使用b_sql_plugin插件的情况下没有正确使用插件语法解析器的bug
Merge pull request !1703 from Cross-罗/plpgsql
2022-04-27 11:01:46 +00:00
7f9a1f5428 Fix the bug that the pgplsql invokes the syntax parser error. 2022-04-27 16:35:38 +08:00
c04e377cdc !1701 修复升级后subbinary为空导致发布订阅报错问题
Merge pull request !1701 from 薛蒙恩/pubsub_bnrupg
2022-04-27 02:08:51 +00:00
dc983c29d9 修复openGauss中ECPG模块不可用 2022-04-27 10:06:24 +08:00
eae50111c8 修复openGauss中ECPG模块不可用 2022-04-27 09:47:52 +08:00
6380ca0f4d !1702 修复分区表issue
Merge pull request !1702 from 仲夏十三/333
2022-04-26 12:43:21 +00:00
4898f04a3c change fastcheck 2022-04-26 20:06:11 +08:00
11a1a5c9ad fix partition error 2022-04-26 19:15:23 +08:00
a30ae9d5ad !1700 修复ustore二级分区以及生成列场景下,发布订阅数据同步失败的问题
Merge pull request !1700 from pengjiong/logical_core
2022-04-26 07:24:18 +00:00
0b70c7ab70 修复升级后subbinary为空导致发布订阅报错问题 2022-04-26 11:29:41 +08:00
f719422916 Fix ustore bug in publication. 2022-04-26 09:35:24 +08:00
88dcc7f99e !1697 修复由于CurrentResourceOwner为NULL导致的逻辑解码core问题
Merge pull request !1697 from pengjiong/logical_core
2022-04-25 11:59:17 +00:00
dbd9958443 fix core of function pg_create_physical_replication_slot_extern 2022-04-25 19:09:58 +08:00
38b5a0ac95 Fix logical decode core. 2022-04-25 17:48:53 +08:00
a548f5c3c6 !1675 修复发布订阅死锁问题
Merge pull request !1675 from 薛蒙恩/pubsub_deadlock
2022-04-24 01:53:42 +00:00
eb4e54d4eb !1678 openGauss 发布订阅支持gs_probackup备份恢复后连接不断开
Merge pull request !1678 from chenxiaobin/probackup
2022-04-22 02:42:08 +00:00
3f7a909887 gs_probackup支持备份发布订阅的逻辑复制槽 2022-04-18 20:56:52 +08:00
1d0c1a9e69 Allow simplification of EXISTS() subqueries containing LIMIT 2022-04-18 11:47:00 +08:00
d8b89ceea5 修复发布订阅死锁问题 2022-04-16 19:34:20 +08:00
2250adfd4b !1671 Implementing Monte Carlo Tree Search Algorithm
Merge pull request !1671 from liuly/master
2022-04-15 07:36:01 +00:00
fd34b5da2a Implementing Monte Carlo Tree Search Algorithm 2022-04-14 17:11:09 +08:00
9fbaa99062 解决maintainer-clean之后无法找到hint_gram.hpp的编译错误 2022-04-13 11:34:05 +08:00
7f97d633f1 !1665 发布订阅支持以二进制格式发送数据和发布端主备切换不断开
Merge pull request !1665 from 薛蒙恩/pubsub330
2022-04-12 01:32:52 +00:00
6ba4c95f5f !1666 修复enable_global_syscache关闭时连接B兼容性数据库的core问题
Merge pull request !1666 from chenxiaobin/fixbcore
2022-04-11 11:10:58 +00:00
5755feee5d 发布订阅支持主备切换不断开 2022-04-11 10:14:20 +08:00
cd5d44d66c !1668 gs_ctl添加-C参数适配流式容灾
Merge pull request !1668 from zhangxubo/master
2022-04-08 08:37:04 +00:00
2d657cddbe 添加参数适配流式容灾 2022-04-08 15:13:35 +08:00
ccd674c159 修复enable_global_syscache关闭时连接B兼容性数据库的core问题 2022-04-08 11:11:07 +08:00
8292238381 发布订阅支持以二进制格式发送数据 2022-04-07 11:08:45 +08:00
5054ddd002 !1661 修复sql插件切换数据库插件依然存在
Merge pull request !1661 from 仲夏十三/bb0aa02e
2022-04-06 08:26:34 +00:00
48a5033c18 fix space error 2022-04-06 10:32:10 +08:00
811a9afcd9 optimize judgement 2022-04-02 16:44:36 +08:00
bb0aa02eb0 fix plugin hook issue 2022-04-02 15:01:58 +08:00
02c14696bf !1657 【轻量级 PR】:修复mxid_to_string在TopMemoryContext分配内存的问题
Merge pull request !1657 from chenxiaobin/N/A
2022-04-01 07:59:00 +00:00
877f0b69e3 修复mxid_to_string在TopMemoryContext分配内存的问题 2022-04-01 06:53:42 +00:00
120ddcc6d8 !1654 【轻量级 PR】:修复CheckTimeout TimestampTz和float类型运算导致的精度丢失问题
Merge pull request !1654 from chenxiaobin/N/A
2022-04-01 06:17:39 +00:00