Commit Graph

1992 Commits

Author SHA1 Message Date
54325d9fae 合入增加build完成后数据flush落盘 2021-08-04 11:20:04 +08:00
af8b368eb2 reaperall时进入exitpostmaster导致core 2021-08-04 10:05:50 +08:00
0b553e6e09 add smgrnblock cache and revert logical of block exist in
smgr/md
2021-08-03 22:28:12 +08:00
106e0fb88f fix switchover & stop walreceiver exit abnormal 2021-08-03 22:25:02 +08:00
2facc4c1a1 Fix bugs on the index advisor: repair log extraction function 2021-08-03 12:30:36 +00:00
bf105d2f26 Fix bugs on the index advisor: repair log extraction function 2021-08-03 11:57:14 +00:00
a73faa8504 Fix issue: Fix bugs on the index advisor: repair log extraction function 2021-08-03 11:45:29 +00:00
4b8e3965e9 !1151 Fix issue: Fix bugs on the index advisor: String overlength related bugs
Merge pull request !1151 from liuly/master
2021-08-03 11:31:07 +00:00
30af811c4f Fix issue: Fix bugs on the index advisor: String overlength related bugs 2021-08-03 11:51:56 +08:00
83686a41d7 update src/gausskernel/process/postmaster/twophasecleaner.cpp. 2021-08-03 02:07:24 +00:00
7f5154e3a4 update src/common/backend/utils/init/postinit.cpp. 2021-08-03 02:06:27 +00:00
f46710c718 fix a bug about ROWNUM in partition table 2021-08-02 16:35:08 +08:00
0cd52e3783 !1127 Fix compile error in contrib/pg_xlogdump.
Merge pull request !1127 from Yuejia/compile
2021-08-02 02:32:02 +00:00
b2f43f3ac4 add make result info in build.sh 2021-07-31 18:25:45 +08:00
c1d9a38f79 clean 2021-07-31 15:58:10 +08:00
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
syj
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