Commit Graph

4424 Commits

Author SHA1 Message Date
81c99cd16d update src/gausskernel/process/postmaster/twophasecleaner.cpp.
适配gs_clean的权限,与分布式保持一致
2021-03-31 11:50:19 +08:00
4b6da7ef01 update src/gausskernel/process/postmaster/postmaster.cpp.
适配gs_clean权限,与分布式保持一致
2021-03-31 11:49:09 +08:00
154d2d0013 !873 add xact lock table for subtransaction for read query on standby
Merge pull request !873 from LiHeng/dev
2021-03-31 11:26:18 +08:00
dce08530ad !870 fix incremental build fail when enable_cbm_tracking = true
Merge pull request !870 from chenxiaobin/incbuild
2021-03-31 11:25:58 +08:00
43939f98dd !865 修复特定故障场景下主机误清理xlog问题
Merge pull request !865 from chenxiaobin/walsender
2021-03-31 11:25:24 +08:00
3628182423 !877 修复删除正在解码的逻辑复制槽时,备机挂掉的问题
Merge pull request !877 from maxiang/master
2021-03-31 11:18:49 +08:00
0f8884ad87 !868 Revert logical of block exist in smgr/md level
Merge pull request !868 from LiHeng/master
2021-03-31 11:15:53 +08:00
c58481a663 补充测试用例 2021-03-31 10:57:36 +08:00
0f4e2bcb41 开放ALTER SEQUENCE支持修改cache 2021-03-31 10:54:47 +08:00
a27dbbafa1 !878 update version to 2.0.0
Merge pull request !878 from zhangxubo/2.0.0
2021-03-31 10:19:57 +08:00
4994540405 update src/gausskernel/storage/replication/slot.cpp.
修复删除正在解码的逻辑复制槽时,备机挂掉的问题
2021-03-30 22:20:42 +08:00
377d9664fc update src/include/replication/slot.h.
修复删除逻辑复制槽时,备机挂掉问题。
2021-03-30 22:17:39 +08:00
207945f2dd update src/gausskernel/storage/replication/slot.cpp.
修复删除逻辑复制槽时,备机挂掉问题
2021-03-30 22:16:00 +08:00
957d225d53 !875 Fix issue: fix several bugs for install.sh
Merge pull request !875 from wangtq/master
2021-03-30 21:50:51 +08:00
09360df7d4 fix (package-scripts): fix some bugs for install.sh 2021-03-30 20:38:50 +08:00
d5fed4ae83 add smgr cached nblocks for main fork
Avoid repeatedly calling smgrnblocks() in read query on standby.
Now, we only add cached nblocks in main fork.
2021-03-30 20:27:29 +08:00
f5535f4af7 add xact lock table for subtransaction for read query on standby 2021-03-30 19:55:52 +08:00
ab4248fb08 !872 Fix issue: the shared_buffers value that xtuner recommended has no round.
Merge pull request !872 from wangtq/master
2021-03-30 17:57:40 +08:00
8c1fb94c85 fix xlog removed wrongly by primary in some default scenario 2021-03-30 17:57:08 +08:00
1afa003280 fix (xtuner): fix the bug that shared_buffers has no round 2021-03-30 17:07:35 +08:00
5faa2648f9 fix incremental build fail when enable_cbm_tracking = true 2021-03-30 14:46:53 +08:00
4c77c0bb63 !869 Fix the issue of parsing installation script arguments
Merge pull request !869 from wangtq/master
2021-03-30 14:24:19 +08:00
cc1cc58c28 fix (package-scripts): fix the issue of parsing installation script arguments 2021-03-30 11:26:33 +08:00
d5fd020322 fix column name of system view pg_variable_info mismatch after upgrading from 930->1230->330 2021-03-29 23:32:20 +08:00
e5f464fe9b revert logical of block exist in smgr/dm level 2021-03-29 23:31:54 +08:00
a68eef8450 !867 修复listen address * 的时候的IP绑定冲突
Merge pull request !867 from zankyfun4/master
2021-03-29 21:13:37 +08:00
8d706e6cc0 !859 修复pgxc_planner里面的内存泄漏
Merge pull request !859 from 杨皓/memleak
2021-03-29 20:59:15 +08:00
81e9f46859 !866 Fix issue: add simple install to package script
Merge pull request !866 from wangtq/master
2021-03-29 20:58:11 +08:00
ecd3d8d102 fix (package): add simple install to package script 2021-03-29 19:23:24 +08:00
78c7204a9c fix the bind fail problem 2021-03-29 19:19:04 +08:00
68604c1d63 !864 Fix issue: remove --with-python from configure arguments
Merge pull request !864 from wangtq/master
2021-03-29 17:19:20 +08:00
706d659328 fix(package-scripts): remove --with-python from configure arguments 2021-03-29 16:44:08 +08:00
e50da3586d fix memory leak in pgxc_planner 2021-03-29 15:35:19 +08:00
701f3d7446 !836 修复stream线程池在启动stream线程数超出proc槽位后出现的hang问题
Merge pull request !836 from 杨皓/master
2021-03-29 11:49:07 +08:00
914e166477 !858 probackup备机备份
Merge pull request !858 from mujinqiang/proback0327
2021-03-29 11:10:00 +08:00
d884e13b90 !856 修复SystemCache清理逻辑错误的问题
Merge pull request !856 from 杨皓/fixbug
2021-03-29 10:50:45 +08:00
78b0d797e6 !857 fast install for openGauss
Merge pull request !857 from lishifu/master
2021-03-29 10:38:19 +08:00
6e05c95f05 update version to 2.0.0 2021-03-29 10:00:14 +08:00
b1a62996b5 add python support for db4ai 2021-03-28 23:18:36 +08:00
1c21cecfb2 fast install for openGauss 2021-03-28 23:07:26 +08:00
f4686aa3c9 probackup备机备份 2021-03-27 22:16:31 +08:00
c87ee615f6 fix problem that CleanSystemCaches not correct 2021-03-27 16:38:08 +08:00
28934bcdfa !840 内置安全策略适配JDBC
Merge pull request !840 from Li Bingchen/master
2021-03-26 17:34:49 +08:00
af58c008a1 remove ci scripts 2021-03-26 11:50:17 +08:00
3e7fd985f1 !853 修复gs_probackup --rw-timeout参数无效的错误
Merge pull request !853 from jun/fix_gs_probackup_rw_timeout
2021-03-25 17:36:58 +08:00
jun
de71094bc5 修复pg_probackup --rw-timeout参数无效的错误 2021-03-25 14:56:02 +08:00
e00be17279 !843 fix bug about lack of view sys_dummy
Merge pull request !843 from zhengxue/dev_master
2021-03-23 14:44:46 +08:00
abe1f76304 添加对variables的定义 2021-03-23 14:23:54 +08:00
b00efb99b9 fix log 2021-03-23 11:52:57 +08:00
79c44ca48d !846 修复一主多备下备机故障时主机walsender超时未退出的问题
Merge pull request !846 from chenxiaobin/walsnd_timeout
2021-03-22 20:14:29 +08:00