Commit Graph

  • f7a1d7a252 adapt need_flush during dms reform repair bowenliu 2023-05-29 16:08:32 +08:00
  • e78ae5cc0b fix bug about verify parameter of gs_initdb shirley_zhengx 2023-05-25 15:46:15 +08:00
  • 2221813ad8 资源池化下使用dms_contrl.sh拉起gaussdb时,支持传入特殊参数 chendong76 2023-05-29 10:25:58 +08:00
  • 8632728130 probackup提示 chenzhikai 2023-05-18 17:13:45 +08:00
  • 618c5d1ac2 修改资源池化工具pagehack,pg_xlogdump,pg_controldata,pg_resetxlog针对socketpath合法值校验 chendong76 2023-05-23 14:46:23 +08:00
  • 34f0b103e5 修改共享存储下max_connections参数超过最大值时的提示信息 chendong76 2023-05-23 14:31:47 +08:00
  • 0cb1c9506f 解决gs_probackup未输入vgname引发的空指针问题 chendong76 2023-05-23 14:12:59 +08:00
  • 0483f7cb70 删除postgresql_single.conf.sample内的ss_enable_reform参数 chendong76 2023-05-23 11:38:41 +08:00
  • 493ce2b337 Revert "0315 DB side fix: release ack msg recv failed" zhang_xubo 2023-08-07 20:41:08 +08:00
  • f86b2722e6 adapt to fuzzy drc bowenliu 2023-04-19 20:14:29 +08:00
  • 78bd3f94b9 [资源池化]函数ss_buffer_ctrl增加对应的升级和回退脚本 dongning12 2023-05-16 14:31:27 +08:00
  • 1f1df29f47 [资源池化]增加recovery流程异常退出分支 dongning12 2023-05-10 16:23:45 +08:00
  • 8b751cf53a [资源池化]增加系统内置函数ss_buffer_ctrl;用于直接查看DMS的buf_ctrl dongning12 2023-05-06 10:00:32 +08:00
  • f41f752164 fix gs_xlogdump_parsepage_tablepath报错提示不合理的问题 arcoalien@qq.com 2023-05-04 10:16:24 +08:00
  • b1cf924dd5 【资源池化】opengauss侧适配DMS的并行逻辑 dongning12 2023-04-17 11:27:40 +08:00
  • c1aaeeca34 check_ss_rdma_work_config完善 chenzhikai 2023-04-19 15:12:24 +08:00
  • 27128deb37 保持ss_enable_dss与ssenbale_dms一致 chenzhikai 2023-04-13 16:30:13 +08:00
  • f4d5a393c6 !3910 【5.0.1补丁版本】主干bugfix代码回合 Merge pull request !3910 from zhangxubo/5.0.1-fastcheck opengauss_bot 2023-08-07 11:24:07 +00:00
  • 8aa7c8f11c Revert "Fix date out with dolphin." zhang_xubo 2023-08-07 17:31:08 +08:00
  • 2b55050354 !3905 解决资源池化双集群switchover多次切换失败问题 Merge pull request !3905 from Carl/fixfix opengauss_bot 2023-08-07 06:11:19 +00:00
  • 5635f63c5f 解决资源池化双集群switchover多次切换失败问题 chenzhikai 2023-08-07 09:39:54 +08:00
  • 978af88792 fix review issue movead 2023-07-06 10:03:11 +08:00
  • dc62a31986 take apply lsn in condsidera when walreceiver judge if do a lsn feedback movead 2023-07-04 18:37:36 +08:00
  • 351dd75cc7 Fix drop package body. totaj 2023-07-11 10:51:10 +08:00
  • 929d3bf93d 修复copy识别gbk/gb18030中文字符错误的bug luo_zihao5524 2023-07-07 15:52:39 +08:00
  • ab991c92a6 gs_probackup: Multithread backup supports pglz compression wuyuechuan 2023-07-04 17:04:39 +08:00
  • 0890f3262e 修复copy from制定timestamp format中包含FF6导致coredump的问题 arcoalien@qq.com 2023-07-03 19:12:18 +08:00
  • d57cd1f3fa Fixing the error issue of bypass update in the partition table gentle_hu 2023-06-28 09:40:35 +08:00
  • cae3f12713 修改评审意见 noon-moon 2023-06-29 13:23:22 +08:00
  • 8312f0900c 修改用例 noon-moon 2023-06-21 14:23:01 +08:00
  • 8ae2ba6c51 修复缺陷:grant select (prosrc) on pg_proc to test, 数据库宕机 noon-moon 2023-06-21 12:03:14 +08:00
  • 07fbd1edec 修复pg_partition_size()函数宕机问题。 当参数指定的表不是分区表或指定的分区不属于指定分区表的情况,报错。 playrest 2023-06-21 12:14:17 +08:00
  • a4209bad51 解决兼容B库下,可以成功创建user@localhost用户 但是无法连接 WangXiuqiang 2023-04-24 14:08:15 +08:00
  • e39bb61ac3 to_date函数支持秒单位后使用小数点 teooooozhang 2023-06-16 17:31:13 +08:00
  • c18ffaf8f2 fix core in some array functions gentle_hu 2023-06-21 09:27:34 +08:00
  • 8eddc63294 fix bug about recyclebin and truncate partation table gentle_hu 2023-06-20 17:56:29 +08:00
  • ae028e2a0c 生成列应该在on update执行后,再执行,否则生成列取的是on update之前的老数据,影响逻辑 lvhui 2023-06-25 16:35:01 +08:00
  • 113773c5d6 添加regression case test for concurrent update lvhui 2023-06-21 14:36:53 +08:00
  • 7f5e81bdd2 修复on update timestamp功能,对并发update功能 lvhui 2023-06-20 18:52:19 +08:00
  • 162eeca599 Fix pgoutput core when there is no new data in logical xlog. totaj 2023-06-19 15:46:09 +08:00
  • 56faa0ab82 解决 procedure 存在variadic参数时call报错的问题 laishenghao 2023-06-20 14:27:09 +08:00
  • edebf62b43 对提前返回的场景,将路径指针*ptr恢复为‘/’ laishenghao 2023-06-20 20:17:14 +08:00
  • 37df6e8f63 修复pg_job故障不重启的bug luozihao 2023-05-06 17:08:35 +08:00
  • 4d6c9859bc Fix issue: recyclebin cause partition table relfilenode unable to be deleted. gentle_hu 2023-06-07 15:31:22 +08:00
  • bbf0ea4ca5 fix regress chenze 2023-04-23 10:48:04 +08:00
  • a534bd5a7f enable vacuum refresh relallvisible flag for partition table chenze 2023-04-21 18:01:32 +08:00
  • 1927b6b546 列存表带序列含大量数据,update 存在内存泄露 suixinpr 2023-05-06 11:01:24 +08:00
  • c40ec3913f gs_dumpall不备份系统gs_role角色 chenzhikai 2023-06-14 14:59:34 +08:00
  • cb52c81438 解决在兼容b库上,lock table功能在nodes.yml中url的参数为非simple模式下,利用jdbc(yat)运行结果不正确的问题 WangXiuqiang 2023-04-24 17:46:42 +08:00
  • 3cf7a17da3 解决分区键表达式场景,打开enable_partition_opfusion走opfusion后报错 WangXiuqiang 2023-05-31 16:06:42 +08:00
  • 3f71d05dba Fix pub switchover bug. totaj 2023-06-07 16:25:57 +08:00
  • f4a3535baa Fix date out with dolphin. totaj 2023-06-12 21:45:00 +08:00
  • 2927081fb8 重建备机时不删除覆盖 postgresql.conf.bak 与 postgresql.conf.guc.bak 文件 laishenghao 2023-06-10 15:20:59 +08:00
  • 7b595b9ae6 fix dolphin 触发器大小写问题 chenbd 2023-06-08 18:17:12 +08:00
  • a6320921b1 dblink提前校验线程池 chenzhikai 2023-06-09 14:28:13 +08:00
  • 7c5d813f18 when ctrl->load_status iss ERROR, the original logic continues to execute downwards, which may result in duplicate page releases. the processing logic has been modified to return directly if the filefork has been deleted, otherwise an error will be reported wuyuechuan 2023-06-02 17:09:12 +08:00
  • ce91120256 修复视图定义中包含row mark时报错的问题 chenxiaobin19 2023-06-03 11:15:59 +08:00
  • dd43257d6d 修复创建包头报错没有记录到gs_source的问题 chenxiaobin19 2023-06-03 15:11:20 +08:00
  • e5658645d3 解决创建表空间,绝对路径不存在时会话卡住,数据库服务无法正常关闭也无法登陆的问题 laishenghao 2023-06-03 17:51:39 +08:00
  • 90990b083f 修复query_dop>1时修改外部表导致的宕机问题 vastdata-xyzr 2023-05-25 21:43:43 -04:00
  • b52d063ea7 合并pg pr:PrivateRefCount相关问题修复 ab2020c 2023-03-02 16:36:12 +08:00
  • 11477edc08 提高timestamp/time/date输出函数的速度 ab2020c 2023-04-24 11:08:14 +08:00
  • 4d51d96125 fix view of cstore table for update coredump chenxiaobin19 2023-05-27 16:47:37 +08:00
  • 96a2bb493e 增加对 file_fdw 扩展的删除限制,与文档保持一致 laishenghao 2023-05-31 14:48:38 +08:00
  • 84c265849e 定时任务CREATE/ALTER/DROP EVENT权限校验修改 nancy_w 2023-05-29 14:35:44 +08:00
  • 4eda4bf8f3 修复array两个函数无法使用的问题 gentle_hu 2023-05-26 15:52:37 +08:00
  • 08859f69dd 修复connect by 查询中使用同义词报错 cc_db_dev 2023-03-10 15:07:19 +08:00
  • e9004b2a46 fix numeric sign error,beacause Nan wanghao19920907 2023-05-22 08:52:57 -07:00
  • 5f783ff9c1 修复在release编译模式下,pagehack编译报错 zhang_xubo 2023-04-28 09:05:39 +08:00
  • 377e5f189c pass wangxin327 2023-05-04 11:29:37 +08:00
  • b5befdb9f8 enable group dispatch wal records for parallel redo and cancle wait during get snapshot on standby movead 2023-07-28 20:56:15 +08:00
  • 889da2532c Revert "修复审计中删除触发器记录object_name的乱码问题" zhang_xubo 2023-08-04 11:47:01 +08:00
  • a29a396a03 Don't rewrite fulljoin when targetlist contain system column. totaj 2023-05-17 12:01:52 +08:00
  • 2383cf8b26 Fix create trigger bug. totaj 2023-05-17 16:15:56 +08:00
  • db297b35d4 解决update多表显式关联超过三张表结果错误的问题 wuyujun 2023-05-13 15:11:59 +08:00
  • 661c4a5b91 Fix local_debug_server_info bug. totaj 2023-05-15 15:40:58 +08:00
  • 69f30d3c73 dblink代码逻辑调整 chenzhikai 2023-05-15 17:23:57 +08:00
  • b111bc9493 pg_resetxlog -O报错说明调整 chenzhikai 2023-05-15 15:52:32 +08:00
  • e7506870c7 fix dolphin back-quote bug chenxiaobin19 2023-05-13 16:57:10 +08:00
  • 02a2071a65 非保留关键字charset可以作为字段名 DarkAthena 2023-05-12 22:21:36 +08:00
  • 9a5a6b84eb 修复gs_errors表中行号信息不准确的问题 chenxiaobin19 2023-05-11 14:15:20 +08:00
  • 64ea1f6589 修复审计中删除触发器记录object_name的乱码问题 luozihao 2023-05-09 21:08:28 +08:00
  • f81e412654 Rebuild view when replace proc. totaj 2023-05-09 20:12:34 +08:00
  • 1394923a52 修复fuction带参数并且参数个数和默认入参个数相同,不带括号调用报错的问题。 pengcheng.liu 2023-05-09 14:46:09 +08:00
  • 742f5a4159 Add mask password for grant usage. totaj 2023-05-09 16:42:33 +08:00
  • ddde9f1d79 优化fastcheck用例:优化gsbasebackup_options等六个测试用例 liruixiang 2023-05-08 15:03:40 +08:00
  • 8f5a961df6 gsql explain执行调整 chenzhikai 2023-05-08 16:22:16 +08:00
  • 26276b3a12 修复with for update的报错信息错误的问题 changying.yue 2023-05-06 09:35:57 +00:00
  • f7ff54a494 fix plsql_show_all_error bug chenxiaobin19 2023-04-21 17:40:32 +08:00
  • 3783eb284a fix #3366 with #3307 zhang_xubo 2023-08-04 09:51:44 +08:00
  • fd2b87664e Add negative option test for pg_resetxlog. totaj 2023-05-05 11:11:48 +08:00
  • c6574de4a2 修复cluster下盘场景core问题 jiuwu.sun 2023-04-26 11:53:48 +08:00
  • 34888e390e 修复缺陷线程池开启时,判断会话内存使用是否超出上限时判断错误 cc_db_dev 2023-04-25 16:13:47 +08:00
  • 3e445988df 修复 NasWrite 中释放内存后还使用的问题 changying.yue 2023-04-24 08:21:37 +00:00
  • 5f0daa1143 解决pg_stat_segment_extent_usage的forknum为3、4时,产生core的问题 chendong76 2023-04-23 14:49:58 +08:00
  • a90540af4e 解决段页式存储函数pg_stat_segment_extent_usage,extent_type的取值范围与事实不符的问题 chendong76 2023-04-23 14:40:26 +08:00
  • 1d5336f53f 修复freePartList函数的内存泄漏 cc_db_dev 2023-04-26 16:43:26 +08:00
  • 39ee175d2d 修复GetTupleForTrigger可能的内存泄漏 --author=cc_db_dev 2023-04-23 11:46:24 +08:00
  • 0cf8f73424 决gs_dump does not resolve circular dependency的问题 yuchao 2023-04-21 14:19:25 +08:00
  • 5c302fc965 add copyCreateTrigStmt funcSource copy nnuanyang 2023-04-17 18:52:30 -07:00