Commit Graph

  • 61ed8b47f2 Rename支持修改表的schema luo_zihao5524 2023-10-12 11:17:02 +08:00
  • 94f6846d1e 修复B兼容性数据库逻辑解码结果错误的问题 chenxiaobin19 2023-10-08 19:25:32 +08:00
  • 8423478776 解决 insert select 宕机问题 laishenghao 2023-10-08 18:27:00 +08:00
  • 222875936a gs_restore导入utf8格式数据到gb18030-2022库中,查询失败问题Offering: openGaussDevMore detail: gs_restore导入utf8格式数据到gb18030-2022库中,查询失败问题 openGaussDev 2023-09-25 16:47:45 +08:00
  • 71cb126ec4 Fix multi update bug. totaj 2023-09-23 14:54:18 +08:00
  • e733741071 Fix prepare with user defined var. totaj 2023-09-23 16:24:21 +08:00
  • b6c5e783ea adapt input and output for gb18030-2022 yanghao 2023-09-20 10:09:53 +08:00
  • 6e1ad1e3ea Job schedule should load dolphin. totaj 2023-09-19 22:33:19 +08:00
  • 661d623ef8 Fix on update with trigger. totaj 2023-09-13 21:06:23 +08:00
  • d56f4cf42e fix create as in rewritehandler chenbd 2023-08-07 16:05:45 +08:00
  • 3c00d1183a 修复interval类型在存储过程复制流程中赋值报错的bug luozihao 2023-08-28 20:00:36 +08:00
  • 69f28412dc 修复一处插件并发加载插件问题 ‘ljy’ 2023-08-08 11:52:21 +08:00
  • 8e5ea5c2a2 修复多字符集场景pbe结果集与直接执行不同的问题;修复PBE参数值未转字符集编码的问题 li-judong 2023-08-12 18:42:21 +08:00
  • 0a9627aa35 修复隐式转换丢失字符序的问题 li-judong 2023-08-02 20:28:02 +08:00
  • 349e512b92 支持枚举类型 suncan 2023-07-04 14:29:05 +08:00
  • e77e696d95 Fix select @@ bool parameter bug. totaj 2023-08-01 14:33:19 +08:00
  • b8448c18f4 change upgrade script name totaj 2024-04-11 15:03:41 +08:00
  • 2184b15915 为其他类型转化为interval添加typmod入参 luozihao 2023-07-17 21:09:25 +08:00
  • 979a6f6936 解决datcompatibility='B' 创建分区表,使用gs_dump导出报错 WangXiuqiang 2023-07-13 15:41:39 +08:00
  • 24ffc5b173 fix break miss in copy an equal node chenbd 2023-05-09 12:53:18 +08:00
  • 75061ba207 set return_number to correct number wuyuechuan 2023-07-11 15:56:15 +08:00
  • 0becea45db 修复SQL_ASCII字符集下字符串函数报错 suncan 2023-07-07 14:17:14 +08:00
  • 3ff8c22aff 1、老问题:修复分区剪枝、分区路由未使用正确的collation导致的core问题和剪枝问题 - 修复range、list分区键比较时未指定字符序的问题。 - 修复hash分区键计算hashvalue未使用collation的场景。 2、修复hash分区剪枝时,const->constcollid与分区键不同导致选错分区的问题: 问题分析:getHashPartitionOid中计算hash使用的时const上的collation,const可能由条件中的常量传入,const的collation与分区键不同,应当使用分区键上的collation 修改方案:getHashPartitionOid中无法方便地获取分区键上的collation,所有需要判断分区的const都会调用getTargetType函数,在此函数中处理collation,使返回的collation都与分区键的相同。getTargetType的src参数可能指向条件上的const,不适合直接修改其const,目前copy后修改。 li-judong 2023-06-26 19:52:41 +08:00
  • c8febe58a3 修复自定义变量赋值的help chenbd 2023-06-08 18:52:06 +08:00
  • 9e81bdaa9b Fix date out with dolphin. totaj 2023-06-12 21:45:00 +08:00
  • 855cce803a 定时任务兼容M*时间单位 nancy_w 2023-05-27 16:54:28 +08:00
  • 0fb6e99b59 bugfix - drop if exists trigger with wrong schema mentoswang 2023-05-19 13:58:03 +08:00
  • 3abbbdbe0d fix \d show table charset weiwentao 2023-05-11 14:48:49 +08:00
  • e690fa8f4f 修复列名使用反引号含空格,gs_dump导出报错的问题 yuchao 2023-05-06 16:52:27 +08:00
  • 3c079da743 修复兼容b库下,number类型导出前和导入后类型不一样导致数据不一致的问题 yuchao 2023-04-25 14:27:06 +08:00
  • 1f97295961 remove unnecessary point valid check mentoswang 2023-04-15 11:21:55 +08:00
  • f0a2cccb10 pfree node of trigger name mentoswang 2023-04-04 19:16:19 +08:00
  • 1c3261652b modify CreateTrigStmt for copy and equal funcs mentoswang 2023-04-04 11:42:02 +08:00
  • f2993f9291 keep line length less than 120 mentoswang 2023-04-03 10:13:26 +08:00
  • f4d20c77a7 remove unnecessary comments mentoswang 2023-03-21 13:24:52 +08:00
  • e3953306e9 bugfix of drop trigger if exists with schema mentoswang 2023-03-16 14:58:58 +08:00
  • 176adad1d0 create alter drop trigger in schema mentoswang 2023-03-14 12:59:58 +08:00
  • bbf61f39c4 存储过程存在comment时,gs_dump导出语句错误导致无法导入问题修复 teooooozhang 2023-03-27 15:15:17 +08:00
  • 2e5c89c00a 修复MySQL风格的存储过程使用gs_restore导入失败的问题 yuchao 2023-03-31 16:11:58 +08:00
  • bc3b508c73 !5109 需求关键字降级回合 Merge pull request !5109 from 吴岳川/5.0.0 opengauss_bot 2024-04-11 12:02:08 +00:00
  • 9e30d836c8 !5111 【特性回合5.0.2】兼容M* select语句支持ignore index && @变量递归调用 && m* 兼容,视图支持sql security 语法 Merge pull request !5111 from chenxiaobin/cp3481 opengauss_bot 2024-04-11 11:33:20 +00:00
  • 5c2cc9f3a9 同步关键字降级需求 wuyuechuan 2023-11-23 19:23:48 +08:00
  • 6d4318bbc0 view sql security chenbd 2023-05-24 16:09:20 +08:00
  • e9775edba8 @variable 递归调用 nnuanyang 2023-10-30 00:39:29 -07:00
  • 8b0bc8d3fe !5107 【需求回合】兼容MySQL多字符集 Merge pull request !5107 from pengjiong/5.0.0_bugfix opengauss_bot 2024-04-11 05:58:05 +00:00
  • 6577082ee7 change upgrade script name. fix complie error totaj 2024-04-11 11:15:40 +08:00
  • ad02d5d79f 兼容MySQL多字符集 suncan 2023-05-31 11:37:24 +08:00
  • ce8a0a5ca2 dolphin ignore index request chenbd 2023-05-24 16:09:20 +08:00
  • fb668ca67b !5104 5.0.2补丁版本支持dolphin插件升级至1.3 Merge pull request !5104 from chenxiaobin/my500 opengauss_bot 2024-04-11 01:44:59 +00:00
  • 949c3d83ef !5099 5.0.2补丁版本主干bugfix回合 Merge pull request !5099 from zhangxubo/5.0.2 opengauss_bot 2024-04-11 01:25:16 +00:00
  • d749f0b67d 解决interval分区表并发插入时自增重复范围分区的问题。(在消费无效消息后,本地缓存中relation的信息不是最新) 当第一次打开分区relation时,不在缓存中需要build,build过程中获取了分区信息后,收到并处理其他会话自增分区的无效消息, 处理无效消息时,发现缓存中没有,则不做任何处理,最终导致生成的realtion中不包含新增的分区,但是无效消息却消费了, 最后通过relation->partMap判断分区不存在,自增分区,出现重复范围的分区。 推理可得,在处理无效消息时,realtion已存在缓存中,并且已打开过,在rebuild的时候存在同样的问题,在嵌套rebuild中, 内层消费无效消息并获取最新元信息,最终会被最外层的rebuild的relation覆盖。 playrest 2024-02-21 11:37:20 +08:00
  • 253b616ef0 Merge branch '5.0.0' of gitee.com:opengauss/openGauss-server into 5.0.2 zhangxubo 2024-04-10 13:06:26 +00:00
  • 0dbe220ce0 fix fastcheck zhang_xubo 2024-04-10 19:27:25 +08:00
  • edab19c421 插件升级1.3版本 chenxiaobin19 2024-04-10 11:50:37 +08:00
  • c5a87164d8 修改多事务日志回放时强制等待之前日志回放完成 chenxiaobin19 2023-12-22 16:55:34 +08:00
  • 721f8fb48c 恢复参数-C 和-t一起使用时无法恢复新库 wuyuechuan 2024-02-26 10:04:29 +08:00
  • 3ee2c7f19d 修复发布订阅场景下订阅端的物化视图刷新不出新数据的问题 chenxiaobin19 2024-02-07 16:39:29 +08:00
  • 2eac9ed302 禁用collected_info_hashtbl、explain_info_hashtbl wuyuechuan 2024-02-05 16:13:12 +08:00
  • c53a06ee8d 【标题】: 修复I8XXN6所示的数据类型varchar在in(array[])时不走动态分区裁剪的问题 【实现内容】: 修复I8XXN6所示的数据类型varchar在in(array[])时不走动态分区裁剪的问题。 【根因分析】: 因为默认为text类型,如果建表的时候类型为varchar为T_ArrayCoerceExpr,当前只有右节点为T_ArrayExpr才可动分区裁剪。 【实现方案】: 参照T_ArrayExpr实现T_ArrayCoerceExpr。 【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I8XXN6 wangfeihuo 2024-01-31 18:07:19 +08:00
  • da74d75925 轻量版和容器内升级,启动超时时间设置为10min zhang_xubo 2024-01-25 17:35:50 +08:00
  • 89e8a63d49 issue修改:修改gsql命令行执行命令时,部分暂存区的语句被清空没有上传至statement_history中的问题 Julong-Li 2024-01-26 16:33:19 +08:00
  • 6db7135b32 fix postgres_fdw core in thread pool mode cca5507 2024-01-19 14:46:29 +08:00
  • 21ec9b9d38 处理issue: 存储过程调用default值传给了其他入参 lukeman 2024-01-16 17:30:43 +08:00
  • 3eb58e5cf6 修复 备机回放数据库文件夹创建失败 问题 yunlongwang 2023-11-28 14:11:15 +08:00
  • 48e06abcb5 gsql执行命令报错和pg9.2.4,通过echo 0捕获的命令状态不一致 lexin184383 2024-01-02 13:52:43 +08:00
  • 60d346d650 gsql登录增加端口判断 lilong 2023-10-07 17:33:14 +08:00
  • 7ff8a9e913 On branch fix-xloginsert-numa Your branch is up to date with 'origin/fix-xloginsert-numa'. Changes to be committed: modified: src/gausskernel/storage/access/transam/xlog.cpp z00848344 2024-01-10 17:33:02 +08:00
  • 8245c0ea0d 修复执行plan hint后报错降级warning的问题 yuchao 2024-01-08 16:57:48 +08:00
  • b0d87ada7a 存储过程中存在select into语句时,为单列时,创建失败 ytwx1993 2024-01-04 14:24:48 +08:00
  • 1698b81fde 解决gs_dump对表进行备份,导入恢复时报错的问题 laishenghao 2023-12-23 17:03:25 +08:00
  • 33afc0ace5 修复内存泄漏 wuyuechuan 2023-12-22 16:43:16 +08:00
  • a8c7759c7c 解决issue:故障注入服务器重启后openGauss启动异常 lukeman 2023-12-21 16:48:38 +08:00
  • e2a141d881 修复effective_io_concurrency取值大于1时分区表全局索引BitmapHeapscan报错的问题。 April01xxx 2023-10-23 17:24:30 +08:00
  • 467977243b 修复inner unique处理createpath缺陷 cc_db_dev 2023-10-30 16:16:43 +08:00
  • 4f64f84380 调整编译脚本,-pkg编译失败不会继续打包 chenzhikai 2023-12-23 14:53:53 +08:00
  • acb8abca0c 解决issue:故障注入服务器重启后openGauss启动异常 lukeman 2023-12-21 16:48:38 +08:00
  • 667dce8074 创建带point类型表,使用point列创建spgist索引,插入超过10w条记录时失败 lexin184383 2023-12-14 16:29:19 +08:00
  • 905af8eb0f 修复init阶段创建序列问题 li-qinlang 2023-12-14 19:41:59 +08:00
  • b404ccd720 [bugfix] forkname_to_number处理非法columnAttrId Lamaric 2023-10-26 15:53:19 +08:00
  • 5216e738e3 Fix global sys cache bug when exit. totaj 2023-12-12 14:24:50 +08:00
  • 5a004ca2cd 修复非pg_catalog模式的表的表名与pg_catalog中已有表表名相同时,gs_dump导入导出有问题的问题 yuchao 2023-12-12 11:22:29 +08:00
  • 52e926bab9 同步:段页式不支持备机读Offering: openGaussDevMore detail: 同步:段页式不支持备机读 openGaussDev 2023-11-23 17:23:14 +08:00
  • 377757e861 fix lite upgrade add rollback before upgrade-post zhang_xubo 2023-11-04 10:26:52 +08:00
  • e191285c9d 修复设置catchup2normal_wait_time后性能下降的问题 chenxiaobin19 2023-11-29 09:31:53 +08:00
  • fee61f79a2 修复最大可用模式某些场景不生效的问题 gentle_hu 2023-11-28 17:17:28 +08:00
  • 908a857f44 解决create/drop分区表时,耗时与分区数量不成正比的问题。 从数组结构改为hash结构。 playrest 2023-11-13 16:26:21 +08:00
  • 65c38d55ac !5088 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 Merge pull request !5088 from wangfeihuo/5.0.0 opengauss_bot 2024-04-08 09:51:07 +00:00
  • f601c1d560 【标题】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题. 【实现内容】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【根因分析】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【实现方案】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I9C345 wangfeihuo 2024-04-07 11:50:08 +08:00
  • 1efbfb6ce0 !5037 回合https://gitee.com/opengauss/openGauss-server/pulls/4497/ 到5.0.0分支解决core dump的问题 Merge pull request !5037 from wangfeihuo/5.0.0 opengauss_bot 2024-04-03 06:12:09 +00:00
  • c47fa99209 !4387 【3.0同步5.0】pinbuffer优化,使用多路CAS锁,半无锁hash Merge pull request !4387 from cchen676/0825_50 opengauss_bot 2024-03-30 07:44:27 +00:00
  • 9dc2e1d6fa add 半无锁dynamiac hash操作 arcoalien@qq.com 2023-11-02 11:43:58 +08:00
  • b3d5af3f09 use 6 way CAS lock in pin buffer and lwlock ac arcoalien@qq.com 2023-11-01 14:37:23 +08:00
  • c6b5da5424 add 半无锁dynamiac hash操作 arcoalien@qq.com 2023-11-02 11:43:58 +08:00
  • 821f3f6a33 use 6 way CAS lock in pin buffer and lwlock ac arcoalien@qq.com 2023-11-01 14:37:23 +08:00
  • 5ac832bf89 !4559 新增handle_toast_in_autovac参数 Merge pull request !4559 from scmysxb/autovac_guc_500 opengauss_bot 2024-03-28 01:34:13 +00:00
  • 08de51bb44 回放 & debug 模式下,当从候选队列拿到的 buffer 又被写脏时,降低日志级别 yunlongwang 2024-03-27 08:24:58 +00:00
  • b2a6d7348a 【标题】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4497/ 到5.0.0分支解决core dump的问题 【实现内容】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4497/ 到5.0.0分支解决core dump的问题. 【根因分析】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4497/ 到5.0.0分支解决core dump的问题. 【实现方案】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4497/ 到5.0.0分支解决core dump的问题. 【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I96QR7 wangfeihuo 2024-03-27 15:56:49 +08:00
  • fc9e6f7626 !5032 补充几处locale互斥锁释放逻辑 Merge pull request !5032 from xiyanziran/master-localemutex opengauss_bot 2024-03-27 01:33:24 +00:00
  • 2ad17fb6b0 补充遗漏的locale互斥锁释放逻辑 vastdata-xyzr 2024-03-27 07:40:34 +08:00
  • 52f38ddd05 !5022 资源池化:增加gs_probackup工具ulimit -s参数判断 Merge pull request !5022 from 刘展峰/bugfix_probackup opengauss_bot 2024-03-26 11:42:31 +00:00