0236ee137b
fix problem that index buffer release refcount not correct
2024-03-20 15:27:20 +08:00
3c029782b1
补齐网络双集群重试逻辑
2024-03-20 14:19:38 +08:00
9e7bda0cde
去掉ident_quote判断,当标识符和别名连续时,别名会覆盖标识符的ident_quote属性
2024-03-20 09:41:40 +08:00
28fc03dac2
!4981 修复gsql explain重试阶段连接丢失的core
...
Merge pull request !4981 from Carl/gsql
2024-03-19 11:58:51 +00:00
5ea834738e
!4997 dss 推点
...
Merge pull request !4997 from zhaodu/master
2024-03-19 11:08:15 +00:00
ca1391e583
dss 推点
2024-03-19 17:19:43 +08:00
07562bf3da
!4998 限制数据库启动检测pg_log磁盘路径为绝对路径
...
Merge pull request !4998 from 张悦萌/log_absolute_path
2024-03-19 09:07:42 +00:00
e12778c1ea
!4946 【资源池化】【bugfix】解决clean阶段confirm owner/cvt失败情况,以及clean阶段超时
...
Merge pull request !4946 from 董宁/bugfix18_master
2024-03-19 08:45:54 +00:00
183d79a7b2
On branch log_absolute_path
...
Your branch is up to date with 'origin/log_absolute_path'.
Changes to be committed:
modified: src/gausskernel/process/postmaster/postmaster.cpp
2024-03-19 16:17:45 +08:00
2db99cb057
更新版本号至6.0.0-RC1
2024-03-19 14:25:38 +08:00
cebc5fc36e
!4987 【bugfix】修复上一轮按需回放后,主机startup线程卡在RequestCheckpoint的问题
...
Merge pull request !4987 from 周聪/bugfix_redo_kazhule
2024-03-19 01:43:11 +00:00
43bb35918f
!4967 备机混合SQL写转发修复
...
Merge pull request !4967 from zhenjinyang/bug_remote_execute
2024-03-19 01:42:55 +00:00
fe687077ed
!4982 修复json_agg函数的问题
...
Merge pull request !4982 from pengjiong/drop_ext
2024-03-19 01:42:19 +00:00
4250f36760
!4988 双集群禁用按需回放
...
Merge pull request !4988 from Carl/master
2024-03-19 01:30:10 +00:00
04d38aebcf
【bugfix】修复bug_remote_execute
2024-03-18 20:54:49 +08:00
41c1c38e4c
!4979 【资源池化】【bugfix】解决CBInvalidatePage出现的assert失败
...
Merge pull request !4979 from 陈婷婷/bug315
2024-03-18 12:01:47 +00:00
966a6f164f
【bugfix】 修复按需回放recovery阶段卡住
2024-03-18 19:39:55 +08:00
409f78108e
!4973 增加pg_log磁盘满终端输出
...
Merge pull request !4973 from 张悦萌/pglog-info
2024-03-18 11:24:15 +00:00
b6ff942544
解决CBInvalidatePage出现的assert失败
2024-03-18 19:17:45 +08:00
e18c141b55
增加pg_log磁盘空间满终端输出
2024-03-18 18:21:03 +08:00
03273e99b3
repair the syntax description returned by '/h cursor'.
2024-03-18 17:08:04 +08:00
4731f60c68
【资源池化】解决clean阶段confirm owner/converting失败情况,以及clean阶段超时
2024-03-18 16:30:12 +08:00
4a7d12e5a4
修改警告信息
2024-03-18 07:32:27 +00:00
e57148b119
!4934 【测试类型:功能测试】【测试版本:6.0.0】【标识符双引号内大小写不敏感】 不使用AS关键字指定的列别名大小写不敏感失效
...
Merge pull request !4934 from 雷紫薇/bug130503
2024-03-18 07:18:49 +00:00
ce5bc95c2b
!4951 【测试类型:功能测试】【测试版本:6.0.0】【双引号不敏感】开启双引号大小写不敏感开关后,序列表现有问题
...
Merge pull request !4951 from 雷紫薇/bug130532
2024-03-18 07:03:00 +00:00
470c380e3e
!4654 @var在while语句中调用无限循环缺陷
...
Merge pull request !4654 from 暖阳/varbug2
2024-03-18 06:02:40 +00:00
0f6f714fd3
!4966 修复 group by子句中设置自定义变量报错
...
Merge pull request !4966 from chenbd/fixmasbug
2024-03-18 04:03:55 +00:00
8104dac09b
!4787 修复get_valid_collation中的逻辑错误
...
Merge pull request !4787 from cc_db_dev/fix_location_master
2024-03-18 03:46:50 +00:00
7be9de0cd2
双集群禁用按需回放
2024-03-18 11:46:20 +08:00
5270561f03
!4984 合入PG补丁,从非扁平子查询中删除不必要的输出表达式。
...
Merge pull request !4984 from xiyanziran/master-remove-output-exprs
2024-03-18 03:38:40 +00:00
e4ecefb12e
!4678 修复: int128类型BINARY导入错误问题
...
Merge pull request !4678 from chenbd/og_int128_bug
2024-03-18 03:24:57 +00:00
96d7d5c5e4
!4972 解决首备升主阶段无法插入xlog的问题
...
Merge pull request !4972 from Carl/master
2024-03-18 03:23:20 +00:00
141fedd890
合入PG补丁,从非扁平子查询中删除不必要的输出表达式。
...
PG提交号:55d5b3c08279b487cfa44d4b6e6eea67a0af89e4
Remove unnecessary output expressions from unflattened subqueries.
If a sub-select-in-FROM gets flattened into the upper query, then we
naturally get rid of any output columns that are defined in the sub-select
text but not actually used in the upper query. However, this doesn't
happen when it's not possible to flatten the subquery, for example because
it contains GROUP BY, LIMIT, etc. Allowing the subquery to compute useless
output columns is often fairly harmless, but sometimes it has significant
performance cost: the unused output might be an expensive expression,
or it might be a Var from a relation that we could remove entirely (via
the join-removal logic) if only we realized that we didn't really need
that Var. Situations like this are common when expanding views, so it
seems worth taking the trouble to detect and remove unused outputs.
Because the upper query's Var numbering for subquery references depends on
positions in the subquery targetlist, we don't want to renumber the items
we leave behind. Instead, we can implement "removal" by replacing the
unwanted expressions with simple NULL constants. This wastes a few cycles
at runtime, but not enough to justify more work in the planner.
以及补丁:a4c35ea1c2f05dd5b56739fcd0dc36a4870ea0c0
Improve parser's and planner's handling of set-returning functions.
补丁:9d4444a6fc011b7e2ca16386cf9f1c9f25c114e5
Preserve exposed type of subquery outputs when substituting NULLs.
关于 remove_unused_subquery_outputs 的修改
2024-03-18 11:14:38 +08:00
4b4fbd207c
!4957 修复分区拆分后订阅端数据重复的问题
...
Merge pull request !4957 from chenxiaobin/fixSplit
2024-03-18 03:03:11 +00:00
86e4c2c7cc
!4975 屏蔽没有任何调用并且存在问题的三个create_direct函数
...
Merge pull request !4975 from xiyanziran/master-directplan
2024-03-18 03:02:16 +00:00
5d6b4462a3
!4920 修复B库subscription check失败问题
...
Merge pull request !4920 from chenxiaobin/fixSubCheck
2024-03-18 01:35:33 +00:00
e30d9cebea
!4980 forbid hotstandby on standby cluster
...
Merge pull request !4980 from zhengxue/zx_master_forbidhotstandby
2024-03-18 01:28:12 +00:00
d7d339943c
!4978 forbid hash when segment = on
...
Merge pull request !4978 from zhengxue/zx_master_forbidhash
2024-03-18 01:27:47 +00:00
8a160bedd9
fix bug
2024-03-16 15:50:48 +08:00
0e3b2f8288
Fix json_agg bug.
2024-03-15 17:42:00 +08:00
6e84008123
修复gsql explain重试阶段连接丢失的core
2024-03-15 17:28:54 +08:00
54211943b5
!4977 cbb dms dss推点
...
Merge pull request !4977 from 陈超/tui
2024-03-15 09:22:04 +00:00
3a19804489
forbid hash when segment = on
2024-03-15 17:18:11 +08:00
93197a5b17
!4964 issue修改:解决create tablespace赋予权限与mysql不一致的问题
...
Merge pull request !4964 from 李居隆/master
2024-03-15 07:21:22 +00:00
e58efc4ef6
cbb dms dss推点
2024-03-15 15:00:49 +08:00
146d7b3c84
屏蔽没有任何调用并且存在问题的函数
2024-03-15 10:49:56 +08:00
54a8e7f8c7
!4889 修复一处日志打印导致的coredump
...
Merge pull request !4889 from ljy/fix_master_redo_log2
2024-03-15 01:31:36 +00:00
6b75725c8c
!4960 修复stop主节点后两个备节点全是promoting状态问题
...
Merge pull request !4960 from 刘展峰/promoting
2024-03-15 01:04:48 +00:00
ea818a302f
forbid hotstandby on standby cluster
2024-03-14 20:16:56 +08:00
8be04df6ab
解决首备升主阶段无法插入xlog的问题
2024-03-14 19:36:49 +08:00