Commit Graph

1111 Commits

Author SHA1 Message Date
zhengxue d5fbd4317f add testcase to alter system set parameter with the same name 2020-12-14 10:42:52 +08:00
shirley_zhengx 909cce7935 Merge branch 'master' of gitee.com:opengauss/openGauss-server into master 2020-12-14 10:15:36 +08:00
opengauss-bot 7b706fbf10 !422 support compile option of O3
Merge pull request !422 from scarbor_fair/compile_O3
2020-12-14 09:35:20 +08:00
opengauss-bot dc80322091 !453 加入了动态线程来反映sql命令
Merge pull request !453 from Ricardo_Cui/master
2020-12-14 09:33:02 +08:00
opengauss-bot 7a44941a39 !487 fix XLogReadBufferExtended read invalid page core, because read block return false ealier when read page failed in standby node.
Merge pull request !487 from 熊小军/master_1212
2020-12-14 09:30:05 +08:00
opengauss-bot 3de19584f6 !486 fix memory lead of opfusion, and fix performance deterioration problem.
Merge pull request !486 from 熊小军/master_1112
2020-12-14 09:27:18 +08:00
opengauss-bot 022814f4a1 !463 modify default value of synchronous_standby_names and add test case of synchronous_standby_names=""
Merge pull request !463 from chenxiaobin/star
2020-12-14 09:20:34 +08:00
opengauss-bot beb1082b5a !449 解决不能用gs_guc设置synchronous_standby_names为*
Merge pull request !449 from cchen676/test1
2020-12-14 09:19:30 +08:00
opengauss-bot 85b1af40e1 !485 Delete the command line option -O of gaussdb.
Merge pull request !485 from Yuejia/master
2020-12-14 09:17:51 +08:00
opengauss-bot f22c06c4ef !488 修改gs_dropnode测试过程中发现的一些问题
Merge pull request !488 from cchen676/test3
2020-12-14 09:17:11 +08:00
opengauss-bot 97178d1f2e !481 修正openGauss备机连接不到主机的问题
Merge pull request !481 from 刘珲/master
2020-12-14 09:14:23 +08:00
opengauss-bot 88b89a9cab !458 函数pg_get_tabledef()支持显示全局临时表的DDL
Merge pull request !458 from 勇往直前/ggt
2020-12-14 09:12:40 +08:00
opengauss-bot f000c1fc95 !482 emit error message for incorrect GAUSSLOG
Merge pull request !482 from scarbor_fair/ERROR_GAUSSLOG
2020-12-14 09:11:24 +08:00
opengauss-bot 88d6726613 !477 【轻量级 PR】:update third_party/dependency/postgis/README.md.
Merge pull request !477 from 宋清怡/N/A
2020-12-14 09:09:45 +08:00
opengauss-bot 0014638f09 !472 support the parameters with the same name in postgresql.conf
Merge pull request !472 from shirley_zhengx/develops
2020-12-14 09:08:57 +08:00
opengauss-bot a9a8c145cb !470 修改update_process_title为内部参数
Merge pull request !470 from liuchun/master
2020-12-14 09:07:43 +08:00
opengauss-bot b9ffef274c !484 MOT code review and memcheck fixes
Merge pull request !484 from Vinoth Veeraraghavan/master
2020-12-13 11:02:24 +08:00
chenc c63b237dc6 fix issues found during test 2020-12-12 17:37:26 +08:00
xiong_xjun d66a0a3697 fix memory lead of opfusion, and fix performance deterioration problem. 2020-12-12 16:11:37 +08:00
xiong_xjun ef159b5540 fix XLogReadBufferExtended read invalid page core, because read block return false ealier when read page failed in standby node. 2020-12-12 16:02:41 +08:00
syj a2410a6365 Delete the command line option -O of gaussdb. 2020-12-12 11:06:37 +08:00
Vinoth Veeraraghavan d40c5607cb MOT code review and memcheck fixes 2020-12-11 21:30:55 +08:00
opengauss-bot 4898995c3a !483 并行查询-bugfix以及并行代价计算调整
Merge pull request !483 from TotaJ/bugfix/parallel_cost
2020-12-11 17:06:15 +08:00
TotaJ ed198e6ccc Parallel query bugfix. 2020-12-11 16:29:46 +08:00
yupeng 72d816984d error message for incorrect GAUSSLOG 2020-12-11 15:24:20 +08:00
opengauss-bot db55fa203c !466 MOT fixes and code cleanup
Merge pull request !466 from Vinoth Veeraraghavan/master
2020-12-11 15:14:35 +08:00
opengauss-bot 791d95c0a9 !479 更新dbmind模块:增加虚拟索引功能、全面更新X-Tuner
Merge pull request !479 from wangtq/master
2020-12-11 14:17:36 +08:00
Vinoth Veeraraghavan 26237dd1c5 MOT fixes and cleanup 2020-12-10 19:51:15 +08:00
刘珲 b47664c614 修正openGauss备机连接不到主机的问题
修正openGauss备机连接不到主机的问题。主机连接备机的时候使用status --all检查一切正常。备机连接主机的时候使用status --all连接不上。
2020-12-10 18:08:17 +08:00
wangtq de4c09907e dbmind: Updated the X-Tuner. 2020-12-10 16:07:54 +08:00
z00574602 e7c415bce8 fix fastcheck error 2020-12-10 16:03:11 +08:00
opengauss-bot b6b9511275 !475 【openGauss】fix parallel hash mode without spill info problem
Merge pull request !475 from 宋清怡/master
2020-12-10 11:31:29 +08:00
z00574602 00959bd400 add hypo-index 2020-12-09 20:13:24 +08:00
wuyuechuan b351b798f1 pg_compatibility: char varchar compute length of characters insted of bytes 2020-12-09 20:02:57 +08:00
chenxiaobin 2a08352999 modify default value of synchronous_standby_names and add test case of synchronous_standby_names="" 2020-12-09 17:41:53 +08:00
opengauss-bot f6f81afce9 !430 correct some wrong words in wdr report.
Merge pull request !430 from 周雄佳/davidzhou
2020-12-09 15:09:07 +08:00
宋清怡 7de35451f0 update third_party/dependency/postgis/README.md. 2020-12-09 14:53:59 +08:00
opengauss-bot 5a69d9fcb0 !460 修复当shared_buffer配置超过409GB时启动失败的问题
Merge pull request !460 from TotaJ/bugfix/memset
2020-12-09 11:54:21 +08:00
opengauss-bot 1fa1d1c158 !461 解决删除备节点需求测试发现的一些问题
Merge pull request !461 from cchen676/test2
2020-12-09 11:46:14 +08:00
opengauss-bot b34142569c !402 优化超时提示并在一键清理中主动加载clib
Merge pull request !402 from gyt0221/master
2020-12-09 11:07:31 +08:00
sqyyeah 5abcb2feb0 fix no spill size problem in parallel hash mod 2020-12-09 10:30:58 +08:00
opengauss-bot ad9919e401 !474 并行查询bug修复
Merge pull request !474 from TotaJ/feature/test
2020-12-09 10:10:46 +08:00
TotaJ 8aa7913b71 review意见修改 2020-12-09 09:11:25 +08:00
TotaJ 29e808dcd1 Fix parallel join cost size bug. 2020-12-09 09:04:07 +08:00
chenc d122354c8f fix bug #I27PY0 环境变量分离安装1主1备环境,在主机对备机进行减容,提示即将减容为备机是否确定,输入yes减容失败
fix bug #I27QNH 1主1备环境,在备机对主机和备机分别进行减容,提示信息不准确
fix bug #I27QOE 1主1备环境,在主机对备机进行减容,提示即将减容为备机是否确定,输入两次错误值,等待30miin后输入yes减容失败
2020-12-08 17:57:55 +08:00
Vinoth Veeraraghavan 282e48c468 MOT code refactoring 2020-12-08 11:53:13 +08:00
zhengxue 3482dd6408 sopport the parameter with the same name in postgresql.conf 2020-12-08 10:39:26 +08:00
zhengxue 87b322b5f9 support parameters with the same name in postgresql.conf 2020-12-08 10:32:10 +08:00
Ricardo.Cui ebafc53dc8 更合适的动态线程 2020-12-08 10:08:00 +08:00
opengauss-bot 6942b89828 !469 添加遗漏的"\"和校验
Merge pull request !469 from gentle_hu/master
2020-12-08 08:42:29 +08:00