Commit Graph

  • 324904b788 根据cb2ed438提交记录同步修改线程名称 lancer 2020-11-09 20:34:12 +08:00
  • f37e95d97d 使用gs_guc设置default_text_search_config时可以在设置出错时提供更有效报错 @luo_zihao5524 2020-11-09 19:30:52 +08:00
  • d4ef850aaf gs_probackup修改 : 1.修复问题:备份外部目录后,恢复时使用--external-mapping参数重新定位到新文件夹,有可能会恢复到错误的目标文件夹中 2.删除宏PROGRAM_URL和PROGRAM_EMAIL,并将报错信息中PostgreSQL、pg_probackup分别改为openGauss、gs_probackup yukai_k 2020-11-09 19:19:03 +08:00
  • 967f828847 add kylin support information zhang_xubo 2020-11-09 17:35:59 +08:00
  • dc2d43d530 parallel scan: explain analyze details wuyuechuan 2020-11-07 15:58:52 +08:00
  • b973181d29 !371 支持--enable-profiling Merge pull request !371 from scarbor_fair/support_gprof opengauss-bot 2020-11-09 08:11:47 +08:00
  • 197ed0384c !387 add identify available zone command for cascade standby Merge pull request !387 from LiHeng/master opengauss-bot 2020-11-09 08:06:52 +08:00
  • 8589db9e6e !386 gs_expansion扩展备机适配xml参数tmpMppdbPath Merge pull request !386 from zhangxubo/master opengauss-bot 2020-11-09 08:05:35 +08:00
  • 5bf30a1f9e !384 MOT bug fixes Merge pull request !384 from Vinoth Veeraraghavan/master opengauss-bot 2020-11-09 08:03:40 +08:00
  • a886daf329 add identify available zone command for cascade standby LiHeng 2020-11-08 20:20:40 +08:00
  • 8a27363b7f gs_expansion扩容节点增加对tmpMppdbPath路径的适配 zhang_xubo 2020-11-07 14:58:52 +08:00
  • 24d08f7384 !383 add foreign key information to gsql help command Merge pull request !383 from scarbor_fair/gsql opengauss-bot 2020-11-07 14:36:40 +08:00
  • f08cf3c9e8 Merge branch 'gsql' of https://gitee.com/scarbor_fair/openGauss-server into gsql yupeng 2020-11-06 14:18:28 +08:00
  • 79a19a004d support foreign key yupeng 2020-11-05 21:29:47 +08:00
  • 30a014f7a2 Handle possible null value in call to DatumToMOTKey in MOT Vinoth Veeraraghavan 2020-11-06 09:58:15 +08:00
  • f637ee6616 Fix MOT table creation during recovery Vinoth Veeraraghavan 2020-11-06 09:56:25 +08:00
  • dfd6cddda4 !382 parallel index scans support Merge pull request !382 from chenxiaobin/parallelIndex opengauss-bot 2020-11-06 09:55:16 +08:00
  • c527645624 support foreign key yupeng 2020-11-05 21:29:47 +08:00
  • f03c49565b !380 【openGauss】add patches for postgis extension Merge pull request !380 from 宋清怡/master opengauss-bot 2020-11-05 17:51:38 +08:00
  • 3ea04c5b4f !381 Support the the usage of "ALTER TYPE name OWNER TO { CURRENT_USER | SESSION_USER }" Merge pull request !381 from Yuejia/master opengauss-bot 2020-11-05 17:45:59 +08:00
  • c45feed3e4 parallel index scans chenxiaobin 2020-11-05 16:39:20 +08:00
  • c1f49484dc Support the the usage of "ALTER TYPE name OWNER TO { CURRENT_USER | SESSION_USER }" syj 2020-11-05 09:44:11 +08:00
  • e7b90c2889 add postgis module sqyyeah 2020-11-04 18:04:55 +08:00
  • 957587f4ea !379 gs_basebackup mot basebackup timeout Merge pull request !379 from 吴岳川/master opengauss-bot 2020-11-04 17:24:54 +08:00
  • 111a0b161e !377 MOT bug fixes Merge pull request !377 from Vinoth Veeraraghavan/master opengauss-bot 2020-11-04 16:42:27 +08:00
  • ee698afc82 !378 浏览代码支持gs_guc配置同步备机时可以有8个备机 Merge pull request !378 from liyifeng_seu/master opengauss-bot 2020-11-04 16:41:16 +08:00
  • 19f1dbb891 mot backup timeout wuyuechuan 2020-11-04 15:05:40 +08:00
  • 5b41afdb66 支持gs_guc配置同步备机时可以有8个备机 liyifeng_seu 2020-11-04 14:24:53 +08:00
  • 4825555144 MOT configuration fixes to handle invalid and empty values Vinoth Veeraraghavan 2020-11-04 14:07:56 +08:00
  • 0f9c27cc34 Fix MOT sentinel size calculation macro Vinoth Veeraraghavan 2020-11-04 14:05:56 +08:00
  • 3a33fded7b !369 Fix the problem of prompt data_dir when gs_ctl start openGauss. Merge pull request !369 from 廖美东/master opengauss-bot 2020-11-04 11:58:25 +08:00
  • 4f57b0e5ed !375 ALTER SEQUENCE support RESTART features. Merge pull request !375 from 廖美东/sequenceopt opengauss-bot 2020-11-04 11:57:24 +08:00
  • db0317871d !376 update the case of test_sqlsmith Merge pull request !376 from 徐鲲鹏/master opengauss-bot 2020-11-04 11:54:34 +08:00
  • 0b913d32f5 !370 Limit the max string length of enum type to NAMEDATALEN-1(64-1=63) Merge pull request !370 from Yuejia/master opengauss-bot 2020-11-04 11:53:29 +08:00
  • a9c0ad116c !367 优化非arm架构下LLVM检测CPU是否支持codgen的逻辑。 Merge pull request !367 from scarbor_fair/optimize_x86_jit opengauss-bot 2020-11-04 11:52:29 +08:00
  • fc4f19bdd1 !372 Fix MOT fetch checkpoint and ckpt buffer append api Merge pull request !372 from Vinoth Veeraraghavan/master opengauss-bot 2020-11-04 11:35:41 +08:00
  • 2141c99252 ALTER SEQUENCE support RESTART features. hemny 2020-11-03 22:18:37 +08:00
  • 639aff43ba update the case of test_sqlsmith 徐鲲鹏 2020-11-04 09:05:42 +08:00
  • 3d93b79ec0 update the case of test_sqlsmith 徐鲲鹏 2020-11-04 09:04:33 +08:00
  • 847fa7380b Fix MOT buffer append api Vinoth Veeraraghavan 2020-11-03 16:40:27 +08:00
  • 0ea95b4cfd Refactor MOT fetch checkpoint Vinoth Veeraraghavan 2020-11-03 16:38:37 +08:00
  • cf1183571e Limit the max string length of enum type to NAMEDATALEN-1(64-1=63) syj 2020-11-03 15:29:40 +08:00
  • f23ad9e115 Fix the problem of prompt data_dir when gs_ctl start openGauss. hemny 2020-11-03 14:06:12 +08:00
  • 17dfae114e support gprof yupeng 2020-11-03 11:22:38 +08:00
  • f896705736 !365 去掉choose_hashed_grouping中分布式相关代码 Merge pull request !365 from scarbor_fair/choose_hash_agg opengauss-bot 2020-11-03 07:59:44 +08:00
  • 5d5fa57e7f !364 synchronize the GUC parameter catchup2normal_wait_time to the cluster_guc.conf Merge pull request !364 from chenxiaobin/catchup opengauss-bot 2020-11-03 07:58:42 +08:00
  • f319fef2de !368 增加支持guc设置同步备机时过滤级联备机和安全编译修改 Merge pull request !368 from yukai_k/master opengauss-bot 2020-11-03 07:58:13 +08:00
  • 6ed6365390 增加支持guc设置同步备机时过滤级联备机和安全编译修改 yukai_k 2020-11-02 20:12:29 +08:00
  • f5e52dff05 !366 Revert “remove the guc param: application_name in postgres.conf” Merge pull request !366 from 黄承晟/master opengauss-bot 2020-11-02 19:44:50 +08:00
  • 29e38b8e71 fix the gs_dump.excepted 22:22:22-07 huangchengsheng 2020-11-02 18:47:32 +08:00
  • 766a817839 optimize jit for no_arm yupeng 2020-11-02 15:47:50 +08:00
  • 2e1be006fe Revert remove the guc param:application_name in postgresql.conf huangchengsheng 2020-11-02 15:59:41 +08:00
  • b9ed9938d5 add macro to choose_hashed_grouping yupeng 2020-11-02 13:55:48 +08:00
  • cba7efeb93 Merge branch 'master' of https://gitee.com/opengauss/openGauss-server into catchup chenxiaobin 2020-11-02 14:40:34 +08:00
  • 9822f3c9a3 !363 fix om bugs for installation with mulity standbys and cascade standbys Merge pull request !363 from LiHeng/master opengauss-bot 2020-11-02 10:12:51 +08:00
  • bc0e59efb3 !362 fix standby node cannot be connected when startup, due to t_thrd.xact_cxt.ShmemVariableCache->recentGlobalXmin is invalid Merge pull request !362 from xiong_xjun/master_1028 opengauss-bot 2020-11-02 09:08:46 +08:00
  • 942ba95e85 fix om bugs for installation with mulity standby and cascade standby LiHeng 2020-11-01 00:56:25 +08:00
  • 430de8b292 fix standby node cannot be connected when startup, due to t_thrd.xact_cxt.ShmemVariableCache->recentGlobalXmin is invalid xiong_xjun 2020-10-31 18:02:05 +08:00
  • cea9b97a6d !342 【openGauss】matveiws supports for tab-complete Merge pull request !342 from 宋清怡/master opengauss-bot 2020-10-31 16:17:54 +08:00
  • 8b3f74089d synchronize the GUC parameter catchup2normal_wait_time to the cluster_guc.conf chenxiaobin 2020-10-31 10:43:58 +08:00
  • d046a092ac !360 Fixes the problem that the case of test_sqlsmith is unstable. Merge pull request !360 from 徐鲲鹏/master opengauss-bot 2020-10-31 09:26:34 +08:00
  • ba75e829d5 !354 Fix bug of invalid username/password when "SET ROLE role_name PASSWORD 'passwd'" is used in loop. Merge pull request !354 from Yuejia/master opengauss-bot 2020-10-31 09:25:44 +08:00
  • 83af0c8ad5 !322 消除对build_joinrel_itst_diskeys的调用 Merge pull request !322 from scarbor_fair/master opengauss-bot 2020-10-31 09:22:06 +08:00
  • 2f12879a0a !357 om适配级联备特性 Merge pull request !357 from gyt0221/master opengauss-bot 2020-10-31 09:20:55 +08:00
  • 586cc6873a !359 support cascade standby Merge pull request !359 from LiHeng/master opengauss-bot 2020-10-31 09:20:02 +08:00
  • f2bc554d95 修复test_sqlsmith样例结果不稳定的情况 徐鲲鹏 2020-10-31 08:59:15 +08:00
  • 9d5cfe640e 修复test_sqlsmith样例结果不稳定的情况 徐鲲鹏 2020-10-31 08:58:35 +08:00
  • d9ea701819 !351 Add support for indexing of timestamp, timestamptz and date in MOT Merge pull request !351 from Vinoth Veeraraghavan/master opengauss-bot 2020-10-31 08:53:43 +08:00
  • 66e376653c !356 支持不包含OM的纯内核包以及gs_basebackup支持备机备份 Merge pull request !356 from yukai_k/master opengauss-bot 2020-10-31 08:22:17 +08:00
  • f295a72b65 support cascade standby LiHeng 2020-10-30 20:16:03 +08:00
  • 837a8fb169 om适配级联备特性 gyt0221 2020-10-30 17:18:12 +08:00
  • 22dc31754e 1.支持不包含OM的纯内核包 2.gs_basebackup支持备机备份 yukai_k 2020-10-30 17:12:58 +08:00
  • 70e4f6d0d3 !355 将rownum的优化处理模块独立开来 Merge pull request !355 from 周雄佳/davidzhou opengauss-bot 2020-10-30 16:28:12 +08:00
  • 68518a58ee 将rownum优化的处理模块独立开来。 zhouxiongjia 2020-10-30 11:58:55 +08:00
  • 9cd5c33ea2 !353 并行查询-并行worker不执行CallXactCallBacks Merge pull request !353 from TotaJ/bugfix/parallel_xactcall opengauss-bot 2020-10-30 11:46:05 +08:00
  • 0e1a19f81b !352 parallel append Merge pull request !352 from gentle_hu/master opengauss-bot 2020-10-30 11:35:14 +08:00
  • d6554d7b6a !349 修改patch文件名称 Merge pull request !349 from zhangxubo/master opengauss-bot 2020-10-30 11:34:25 +08:00
  • fea70c2159 parallel append gentle_hu 2020-10-29 22:01:27 +08:00
  • 221307b897 Fix bug of invalid username/password when "SET ROLE role_name PASSWORD 'passwd'" is used in loop. syj 2020-10-30 09:41:10 +08:00
  • 7d3d00f643 Don't do CallXactCallbacks for parallel worker. TotaJ 2020-10-30 09:31:17 +08:00
  • b5d52a3488 Add support for indexing of timestamp, timestamptz and date in MOT Vinoth Veeraraghavan 2020-10-29 20:18:28 +08:00
  • 8643a76d9b 修改patch名称 zhang_xubo 2020-10-29 16:35:37 +08:00
  • f0d27718b1 !347 历史遗留问题回退 Merge pull request !347 from gentle_hu/master opengauss-bot 2020-10-29 15:00:28 +08:00
  • 57f969b687 !344 add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event Merge pull request !344 from xiong_xjun/master_1028 opengauss-bot 2020-10-29 09:22:01 +08:00
  • f800e07412 !343 【性能优化&bug fix】add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal Merge pull request !343 from xiong_xjun/master_0905 opengauss-bot 2020-10-29 09:21:19 +08:00
  • 8d89b6c136 revert avoidance of bypass NULL char problem and rm a test gentle_hu 2020-10-28 19:28:11 +08:00
  • 1c10569f00 !337 support plpython Merge pull request !337 from JinLiOnline/master opengauss-bot 2020-10-28 16:22:39 +08:00
  • 878de634ab !345 [bugfix]修复当libpq.so与gsql的版本不匹配时,无法正常连接数据库 Merge pull request !345 from 勇往直前/douxin_master_gsql opengauss-bot 2020-10-28 16:21:55 +08:00
  • 9f522daf8f add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event xiong_xjun 2020-10-28 14:49:29 +08:00
  • b1a3a91662 add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal xiong_xjun 2020-10-28 14:41:11 +08:00
  • 239d66b070 support for matview tab complete sqyyeah 2020-10-28 11:40:55 +08:00
  • 0f6ba4229d [bugfix] repair gsql connection failed when the gsql version is incompatible with the database version douxin 2020-10-27 20:35:05 +08:00
  • c31ab8ece6 Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server yupeng 2020-10-27 18:32:32 +08:00
  • 77f70c4064 Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server yupeng 2020-10-27 18:27:37 +08:00
  • 8b5c93f0a4 Merge branch 'master' of https://gitee.com/scarbor_fair/openGauss-server yupeng 2020-10-27 18:27:37 +08:00
  • bd012d4d3a fix build_joinrel_itst_diskeys yupeng 2020-10-22 17:02:37 +08:00
  • de473eb665 !328 修改function中对serial类型的支持 Merge pull request !328 from 徐鲲鹏/master opengauss-bot 2020-10-27 17:30:48 +08:00
  • 8c1b627603 !338 优化了PR317的代码 Merge pull request !338 from 周雄佳/davidzhou opengauss-bot 2020-10-27 17:25:39 +08:00
  • 0b623867bc !339 om check适配修改 Merge pull request !339 from gyt0221/master opengauss-bot 2020-10-27 17:23:03 +08:00
  • 1b439d8718 优化了修复rownum的4个bug的代码 zhouxiongjia 2020-10-27 15:52:23 +08:00