Commit Graph

7863 Commits

Author SHA1 Message Date
9f91875e14 Add sharedfileset. 2020-10-13 17:38:11 +08:00
81ceea7497 Fix reclamation in MOT ckpt 2020-10-13 15:39:50 +08:00
916c0cfbe0 If it includes {order by}, ROWNUM can not be rewrited to LIMIT 2020-10-13 15:32:03 +08:00
399a957141 !299 并行查询增强
Merge pull request !299 from TotaJ/feature/parallel2
2020-10-13 14:10:46 +08:00
e3f3b3fc27 !290 修复gs_ctl和gs_guc问题
Merge pull request !290 from yukai_k/master
2020-10-13 14:07:33 +08:00
561d9a66eb !298 MOT JIT and configuration fixes
Merge pull request !298 from Vinoth Veeraraghavan/master
2020-10-12 23:16:22 +08:00
cb88f5c4f7 !294 ROWNUM logical optimization
Merge pull request !294 from 德塔贝斯/dev-master
2020-10-12 23:13:03 +08:00
9eca2b56da MOT JIT and configuration fixes 2020-10-12 22:41:00 +08:00
0e4bc14121 ROWNUM logical optimization
1. rewrite ROWNUM qual to LIMIT if possible
2. rewrite ROWNUM qual to One-Time Filter if possible
3. support optimize ROWNUM operating with constant expressions
2020-10-12 20:00:15 +08:00
519c26917e !297 MOT code cleanup
Merge pull request !297 from Vinoth Veeraraghavan/master
2020-10-12 19:10:15 +08:00
e171752f13 MOT code cleanup 2020-10-12 18:03:03 +08:00
b84b4cc418 Fallback to normal case when dsm segment is full. Add on_dsm_detach. 2020-10-12 14:59:09 +08:00
13b34b53cd !293 增加is_compatible_type函数以及get_hash_type函数的代码,修复left join时报分布式错误的bug
Merge pull request !293 from 周雄佳/davidzhou
2020-10-10 20:21:41 +08:00
886ac81bf2 !295 Added validators for password_min_length and password_max_length
Merge pull request !295 from Cross-罗/master
2020-10-10 20:20:31 +08:00
bafb4e6e71 !296 Fix core dump in MOT stress test
Merge pull request !296 from Vinoth Veeraraghavan/master
2020-10-10 18:01:49 +08:00
21cce7f418 Fix core dump in MOT stress test 2020-10-10 17:14:35 +08:00
4dea7292eb 新增密码长度校验 2020-10-09 23:26:52 +08:00
faa1948c58 增加is_compatible_type函数以及get_hash_type函数的代码,修复left join时报分布式错误的bug 2020-10-09 20:11:39 +08:00
653f29c6e5 !284 rewrite ROWNUM to LIMIT if possible
Merge pull request !284 from 周雄佳/master
2020-10-09 19:33:03 +08:00
11b4cb1f83 Failed to write trace buffer when buffer is big 2020-10-09 19:02:29 +08:00
d3f0f8295d fix invalid trace header issue 2020-10-09 19:00:12 +08:00
144fb21df5 some fixes for gstrace 2020-10-09 18:13:17 +08:00
3eed9d4507 !289 fix core when running mot hacheck
Merge pull request !289 from chenxiaobin/catchup
2020-10-09 16:21:16 +08:00
f8743d10c8 fix core when running mot hacheck 2020-10-09 15:13:10 +08:00
c0cef3ece2 修改gs_ctl和gs_guc补丁 2020-10-09 15:02:49 +08:00
fb5782af38 !288 修复gs_basebackup和gs_probackup相关问题
Merge pull request !288 from yukai_k/master
2020-10-09 10:52:49 +08:00
dcfeb04eff 修改内容:
1.修复gs_basebackup指定-P时日志会有多余字符的问题
2.修复gs_probackup指定非空目录也能init成功的问题
3.修复gs_probackup备份表空间后无法再次备份的问题
2020-10-09 09:41:59 +08:00
62ee2723b7 add master/slave, add 1.0.1 2020-10-01 22:33:09 +08:00
e9da9fb9de !285 fix gin bitmap search bug
Merge pull request !285 from 吴岳川/master
2020-09-30 18:04:15 +08:00
6d6deba066 !286 修复并行查询数据一致性问题
Merge pull request !286 from TotaJ/bugfix/parallel_cons
2020-09-30 18:03:12 +08:00
0cac595ab6 Fix transaction state and combocid bug in parallel query. 2020-09-30 17:31:45 +08:00
7e208ca8b1 fix gin bitmap search bug 2020-09-30 16:54:53 +08:00
27ee02c1f1 rewrite ROWNUM to LIMIT if possible 2020-09-30 16:34:13 +08:00
ca11b8342f !276 【SQL】modify third-party PostGIS guidance
Merge pull request !276 from 陈林锋/master
2020-09-30 14:57:25 +08:00
12b95ecb5d !283 gs_collector提示语修改 gs_check修改
Merge pull request !283 from gyt0221/master
2020-09-30 14:09:12 +08:00
a657fe5ffe !281 解决备机catchup状态下主机插入hang住问题
Merge pull request !281 from chenxiaobin/catchup
2020-09-30 12:38:28 +08:00
b2366629f0 gs_collector 提示语修改
gs_check修改
2020-09-30 10:51:15 +08:00
cb0b0f2e67 add option of waiting when standby catchup 2020-09-30 10:00:40 +08:00
e6b0084c12 !282 fix cannot query data on cbtree index in column table after do vacuum analyze on the table with enable_delta_store on.
Merge pull request !282 from xiong_xjun/master
2020-09-30 09:27:13 +08:00
779f47264a !278 修复了简化安装脚本中指定路径不生效的问题
Merge pull request !278 from 陈栋/master
2020-09-30 09:26:29 +08:00
14032ffc1c fix cannot query data on cbtree index in column table after do vacuum analyze on the table with enable_delta_store on. 2020-09-30 07:34:20 +08:00
96e46ae58a !280 源码中修改资料路径为1.0.1. docker新增1.0.1目录支持容器化安装
Merge pull request !280 from zhangxubo/1.0.1
2020-09-29 21:01:00 +08:00
6ec0d8d117 修改源码中版本号为1.0.1.容器化增加1.0.1版本目录 2020-09-29 20:26:44 +08:00
f0360ed152 !277 修复FDW外表使用RETURNING语句导致core的问题
Merge pull request !277 from TotaJ/bugfix/fdw_bug
2020-09-29 17:37:02 +08:00
7a9f9ec14d !275 修改安全函数校验的问题
Merge pull request !275 from liang/master
2020-09-29 16:49:27 +08:00
df0d59309f 修改了简化安装脚本中指定安装路径未生效的问题 2020-09-29 16:48:05 +08:00
05fd4c8470 Fix RETURNING core in fdw. 2020-09-29 16:08:50 +08:00
4ab1f690e4 [SQL]modify third-party PostGIS guidance 2020-09-29 15:45:19 +08:00
497a9e83ef 修复安全函数校验问题 2020-09-29 15:39:44 +08:00
8b1aaa44a4 !273 共享缓冲区淘汰算法优化
Merge pull request !273 from jun/dev_ca1cb4cb_1
2020-09-28 23:04:16 +08:00