2e1be006fe
Revert remove the guc param:application_name in postgresql.conf
2020-11-02 15:59:41 +08:00
b9ed9938d5
add macro to choose_hashed_grouping
2020-11-02 14:49:55 +08:00
cba7efeb93
Merge branch 'master' of https://gitee.com/opengauss/openGauss-server into catchup
2020-11-02 14:40:34 +08:00
9822f3c9a3
!363 fix om bugs for installation with mulity standbys and cascade standbys
...
Merge pull request !363 from LiHeng/master
2020-11-02 10:12:51 +08:00
bc0e59efb3
!362 fix standby node cannot be connected when startup, due to t_thrd.xact_cxt.ShmemVariableCache->recentGlobalXmin is invalid
...
Merge pull request !362 from xiong_xjun/master_1028
2020-11-02 09:08:46 +08:00
942ba95e85
fix om bugs for installation with mulity standby and cascade standby
2020-11-01 00:56:25 +08:00
430de8b292
fix standby node cannot be connected when startup, due to t_thrd.xact_cxt.ShmemVariableCache->recentGlobalXmin is invalid
2020-10-31 18:02:05 +08:00
cea9b97a6d
!342 【openGauss】matveiws supports for tab-complete
...
Merge pull request !342 from 宋清怡/master
2020-10-31 16:17:54 +08:00
8b3f74089d
synchronize the GUC parameter catchup2normal_wait_time to the cluster_guc.conf
2020-10-31 10:43:58 +08:00
d046a092ac
!360 Fixes the problem that the case of test_sqlsmith is unstable.
...
Merge pull request !360 from 徐鲲鹏/master
2020-10-31 09:26:34 +08:00
ba75e829d5
!354 Fix bug of invalid username/password when "SET ROLE role_name PASSWORD 'passwd'" is used in loop.
...
Merge pull request !354 from Yuejia/master
2020-10-31 09:25:44 +08:00
83af0c8ad5
!322 消除对build_joinrel_itst_diskeys的调用
...
Merge pull request !322 from scarbor_fair/master
2020-10-31 09:22:06 +08:00
2f12879a0a
!357 om适配级联备特性
...
Merge pull request !357 from gyt0221/master
2020-10-31 09:20:55 +08:00
586cc6873a
!359 support cascade standby
...
Merge pull request !359 from LiHeng/master
2020-10-31 09:20:02 +08:00
f2bc554d95
修复test_sqlsmith样例结果不稳定的情况
2020-10-31 08:59:15 +08:00
9d5cfe640e
修复test_sqlsmith样例结果不稳定的情况
2020-10-31 08:58:35 +08:00
d9ea701819
!351 Add support for indexing of timestamp, timestamptz and date in MOT
...
Merge pull request !351 from Vinoth Veeraraghavan/master
2020-10-31 08:53:43 +08:00
66e376653c
!356 支持不包含OM的纯内核包以及gs_basebackup支持备机备份
...
Merge pull request !356 from yukai_k/master
2020-10-31 08:22:17 +08:00
f295a72b65
support cascade standby
...
We support cascade standby now, a cascade standby will get WAL from
a standby asynchronously. To support flexible deployment, we add a
new GUC available_zone to identify the available zone of a cascade
standby, which will try to connect a standby in same available zone.
Users can use utility gs_ctl for failover and switchover. A cascade
standby will be promoted to be a standby when failover or switchover,
while a standby will be demoted to be a cascade standby after switchover.
2020-10-30 20:27:47 +08:00
837a8fb169
om适配级联备特性
2020-10-30 17:18:12 +08:00
22dc31754e
1.支持不包含OM的纯内核包
...
2.gs_basebackup支持备机备份
2020-10-30 17:12:58 +08:00
70e4f6d0d3
!355 将rownum的优化处理模块独立开来
...
Merge pull request !355 from 周雄佳/davidzhou
2020-10-30 16:28:12 +08:00
68518a58ee
将rownum优化的处理模块独立开来。
2020-10-30 11:58:55 +08:00
9cd5c33ea2
!353 并行查询-并行worker不执行CallXactCallBacks
...
Merge pull request !353 from TotaJ/bugfix/parallel_xactcall
2020-10-30 11:46:05 +08:00
0e1a19f81b
!352 parallel append
...
Merge pull request !352 from gentle_hu/master
2020-10-30 11:35:14 +08:00
d6554d7b6a
!349 修改patch文件名称
...
Merge pull request !349 from zhangxubo/master
2020-10-30 11:34:25 +08:00
fea70c2159
parallel append
2020-10-30 10:54:05 +08:00
221307b897
Fix bug of invalid username/password when "SET ROLE role_name PASSWORD 'passwd'" is used in loop.
2020-10-30 09:41:10 +08:00
7d3d00f643
Don't do CallXactCallbacks for parallel worker.
2020-10-30 09:31:17 +08:00
b5d52a3488
Add support for indexing of timestamp, timestamptz and date in MOT
2020-10-29 20:18:28 +08:00
8643a76d9b
修改patch名称
2020-10-29 16:35:37 +08:00
f0d27718b1
!347 历史遗留问题回退
...
Merge pull request !347 from gentle_hu/master
2020-10-29 15:00:28 +08:00
57f969b687
!344 add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event
...
Merge pull request !344 from xiong_xjun/master_1028
2020-10-29 09:22:01 +08:00
f800e07412
!343 【性能优化&bug fix】add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal
...
Merge pull request !343 from xiong_xjun/master_0905
2020-10-29 09:21:19 +08:00
8d89b6c136
revert avoidance of bypass NULL char problem and rm a test
2020-10-28 19:28:11 +08:00
1c10569f00
!337 support plpython
...
Merge pull request !337 from JinLiOnline/master
2020-10-28 16:22:39 +08:00
878de634ab
!345 [bugfix]修复当libpq.so与gsql的版本不匹配时,无法正常连接数据库
...
Merge pull request !345 from 勇往直前/douxin_master_gsql
2020-10-28 16:21:55 +08:00
9f522daf8f
add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event
2020-10-28 14:49:29 +08:00
b1a3a91662
add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal
2020-10-28 14:41:11 +08:00
239d66b070
support for matview tab complete
2020-10-28 11:40:55 +08:00
0f6ba4229d
[bugfix] repair gsql connection failed when the gsql version is incompatible with the database version
2020-10-27 20:35:05 +08:00
c31ab8ece6
Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server
...
Conflicts:
src/gausskernel/optimizer/util/relnode.cpp
2020-10-27 18:32:32 +08:00
77f70c4064
Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server
2020-10-27 18:31:29 +08:00
8b5c93f0a4
Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server
2020-10-27 18:28:36 +08:00
bd012d4d3a
fix build_joinrel_itst_diskeys
2020-10-27 17:56:59 +08:00
de473eb665
!328 修改function中对serial类型的支持
...
Merge pull request !328 from 徐鲲鹏/master
2020-10-27 17:30:48 +08:00
8c1b627603
!338 优化了PR317的代码
...
Merge pull request !338 from 周雄佳/davidzhou
2020-10-27 17:25:39 +08:00
0b623867bc
!339 om check适配修改
...
Merge pull request !339 from gyt0221/master
2020-10-27 17:23:03 +08:00
1b439d8718
优化了修复rownum的4个bug的代码
2020-10-27 16:48:20 +08:00
d80c3d1b84
om check适配修改·
2020-10-27 15:54:44 +08:00