|
70dffe0fda
|
fix expalin merge into and fastcheck test case
|
2021-07-31 14:52:05 +08:00 |
|
|
35fff99804
|
!1101 支持插件自定义会话级变量
Merge pull request !1101 from chenxiaobin/extension_session
|
2021-07-31 02:03:20 +00:00 |
|
|
81a52b291a
|
add rdtscp detect
|
2021-07-30 14:18:08 +08:00 |
|
|
f2475579f6
|
add cpu instruction detected
|
2021-07-30 10:17:50 +08:00 |
|
|
3eaf5e5066
|
!1138 Fix issue: Fix a bug on the index advisor: Repair log extraction
Merge pull request !1138 from liuly/master
|
2021-07-29 12:41:03 +00:00 |
|
|
53f100a843
|
Fix issue: Fix a bug on the index advisor: Repair log extraction
|
2021-07-29 19:26:16 +08:00 |
|
|
857bc24d42
|
!1131 修复bypass执行带setMaxRows报错
Merge pull request !1131 from maxiang/bypass-master
|
2021-07-29 11:18:30 +00:00 |
|
|
f80fb3050b
|
Correct help message and add syntax in tab-completion.cpp
|
2021-07-29 15:39:50 +08:00 |
|
|
0d1eb3e937
|
logical
|
2021-07-29 15:37:24 +08:00 |
|
|
0488d30331
|
bypass
|
2021-07-29 15:35:44 +08:00 |
|
|
12801bf859
|
!1130 Update index advisor:Index recommendation function enhancement
Merge pull request !1130 from liuly/master
|
2021-07-29 01:47:48 +00:00 |
|
|
6ad5f787ed
|
support extension define session variables
|
2021-07-28 21:43:22 +08:00 |
|
|
1832360488
|
Index recommendation function enhancement
|
2021-07-28 20:55:05 +08:00 |
|
|
a321d94881
|
Fix compile error in contrib/pg_xlogdump.
|
2021-07-28 19:24:46 +08:00 |
|
|
3bca87940c
|
!1121 upsert支持子查询、array两个函数、first\last聚集函数
Merge pull request !1121 from gentle_hu/feature930
|
2021-07-28 11:09:04 +00:00 |
|
|
28f41fff22
|
upsert support subquery; array_remove(), array_replace(); extension first_last_agg
|
2021-07-28 17:35:42 +08:00 |
|
|
a2241181e7
|
!1100 Add prompt message in simpleinstall.sh
Merge pull request !1100 from zhangxubo/master
|
2021-07-28 09:28:53 +00:00 |
|
|
a33531313b
|
add partition reloptions when split partition or merge partition
|
2021-07-28 10:29:06 +08:00 |
|
|
447a5b0540
|
!1071 修复upsert分区键core掉的问题。
Merge pull request !1071 from gentle_hu/upsert
|
2021-07-27 12:44:01 +00:00 |
|
|
de60393fd9
|
Optimize the error msg when drop extension.
|
2021-07-27 16:15:07 +08:00 |
|
|
294e17db50
|
!1111 修复分区表并发update问题
Merge pull request !1111 from 邓旭玥/efix_0722
|
2021-07-27 07:56:08 +00:00 |
|
|
4f82829807
|
!1117 减少编译过程中使用的scanEreport的内存占用
Merge pull request !1117 from TotaJ/scanereport
|
2021-07-27 02:47:03 +00:00 |
|
|
79b90e7430
|
!1084 修复终端频繁打印Password:的问题
Merge pull request !1084 from 陈栋/master
|
2021-07-27 01:57:28 +00:00 |
|
|
a78c6bb286
|
!1110 修复startup线程没有上报信息给pgstat,导致pg_os_threads查看不到线程信息的问题
Merge pull request !1110 from TotaJ/backend
|
2021-07-27 01:54:38 +00:00 |
|
|
be90fa29ed
|
!1122 [Lightweight PR]: 修复新引入的编译告警
Merge pull request !1122 from Cross-罗/N/A
|
2021-07-26 11:41:40 +00:00 |
|
|
0c6e1cd808
|
Don't need out parameter for procedure.
|
2021-07-26 19:37:16 +08:00 |
|
|
83e38dbeeb
|
update src/gausskernel/runtime/executor/execQual.cpp.
修复编译告警
|
2021-07-26 09:32:41 +00:00 |
|
|
7486b123f2
|
!1097 不安全的安全函数封装
Merge pull request !1097 from 吴岳川/memcpy
|
2021-07-26 02:59:36 +00:00 |
|
|
4d2c0d708e
|
fix upsert core and cross-partition upsert
|
2021-07-26 10:16:01 +08:00 |
|
|
cab1715e4b
|
first last
|
2021-07-26 10:12:14 +08:00 |
|
|
e0f6c76a87
|
Reduce memory consume for scanEreport.
|
2021-07-23 18:03:13 +08:00 |
|
|
d9dc69168f
|
!1038 RAS: 修复子线程sigbus死锁bug
Merge pull request !1038 from Ricardo_Cui/master
|
2021-07-23 03:35:33 +00:00 |
|
|
86bc4991e8
|
!1099 添加一些shutdown命令的禁止权限
Merge pull request !1099 from gentle_hu/shutdown
|
2021-07-23 03:30:07 +00:00 |
|
|
bb74866803
|
!1102 修复分区表并发访问,锁冲突导致的系统hang
Merge pull request !1102 from 杨皓/partition-lock-problem
|
2021-07-23 02:57:05 +00:00 |
|
|
e4be0bbf04
|
!1109 修复普通表的数据迁移到分区报错,压缩标记有定义的时候,把它置为NOCOMPRESS
Merge pull request !1109 from maxiang/parse-master
|
2021-07-23 01:52:45 +00:00 |
|
|
8144e7706c
|
Fixed partition table concurrent update issue
|
2021-07-22 21:52:26 +08:00 |
|
|
d2506fe6a9
|
!1091 修复包含全局唯一索引的分区表执行upsert时数据未正常写入的问题
Merge pull request !1091 from siven/siven_07
|
2021-07-22 11:28:59 +00:00 |
|
|
424fc994bb
|
!1103 修复反复对分区表执行split、merge后,执行vacuum freeze pg_partition报错的问题
Merge pull request !1103 from 杨皓/partition-vacuum-problem
|
2021-07-22 11:17:10 +00:00 |
|
|
5179947e51
|
!1106 全局分区索引适配支持ANALYZE VERIFY FAST
Merge pull request !1106 from mujinqiang/master0626
|
2021-07-22 09:30:32 +00:00 |
|
|
2c4f03e4e5
|
Fix startup not report stat.
|
2021-07-22 09:12:17 +08:00 |
|
|
6284c00b2d
|
!1108 support LIST, INTERVAL and HASH partition table when using pg_get_tabledef()
Merge pull request !1108 from 陈栋/bugfix-I3RAB1
|
2021-07-21 13:12:27 +00:00 |
|
|
e0f1296991
|
pg_get_tabledef增加对list、hash、interval分区表的支持
|
2021-07-21 20:08:07 +08:00 |
|
|
eb7d9df3ee
|
!955 修复调用函数时由于缺少逗号导致潜在的编译问题
Merge pull request !955 from wenger/bug/compile_createplan
|
2021-07-21 08:31:07 +00:00 |
|
|
503e63cb1e
|
parse
|
2021-07-21 15:25:53 +08:00 |
|
|
85408f8642
|
!1061 扩展逻辑复制时候,cmd命令的长度限制从1024到100*1024
Merge pull request !1061 from 刘伟/extend-walsender-cmd-len
|
2021-07-21 06:59:14 +00:00 |
|
|
d2f8472bf4
|
!1105 分区表交换分区时,如果指定verbose会报错
Merge pull request !1105 from ShineStarStar/gen
|
2021-07-21 06:17:35 +00:00 |
|
|
b7ac50d4d3
|
全局分区索引适配支持ANALYZE VERIFY FAST
|
2021-07-21 10:48:33 +08:00 |
|
|
d534d1f2e7
|
verbose报错
|
2021-07-21 10:19:28 +08:00 |
|
|
4aafa80607
|
Fixed the vacuum freeze issue caused by partition split and merge for a long time.
|
2021-07-20 19:38:14 +08:00 |
|
|
34e35e71f5
|
fix partition table get lock hang
|
2021-07-20 19:23:49 +08:00 |
|