Commit Graph

3923 Commits

Author SHA1 Message Date
b17472efe8 PoolManagerCleanConnection中调用pg_usleep空转了500ms 2023-02-07 00:38:27 -08:00
dcdc9101ab 更新版本号至5.0.0 2023-02-07 15:39:45 +08:00
39c2d3eeef !2845 【bugfixed】解决insert语句右值引用不支持jdbc方式;以及列存在not null约束时默认值与MySQL不一致的问题
Merge pull request !2845 from laishenghao/rightref-bugfixed
2023-02-07 06:15:53 +00:00
d94dc71271 !2735 函数calculateThreadMemoryContextStats内判断proc->myProgName != NULL不准确
Merge pull request !2735 from foolishlee/calculateThreadMemoryContextStats
2023-02-07 03:58:58 +00:00
7e8e9de6a2 解决insert语句右值引用不支持jdbc方式;以及列存在not null约束时默认值与MySQL不一致的问题 2023-02-07 11:32:07 +08:00
7c60335e24 添加安全函数返回值检查 2023-02-06 19:14:29 -08:00
70d832ed9f fix internal array_col not found bug 2023-02-07 11:12:35 +08:00
214297acef 添加安全函数返回值检查 2023-02-06 19:02:08 -08:00
39a27de267 !2861 修复部分内部线程通过pg_stat相关函数查询不到appname和create time的问题
Merge pull request !2861 from pengjiong/fix_col
2023-02-07 02:04:12 +00:00
08982ec182 !2867 修复非B兼容性下,由于未设置yyloc导致使用自定义变量的core问题
Merge pull request !2867 from pengjiong/fix_date
2023-02-07 01:37:18 +00:00
fd79300905 !2780 on update 处理找不到类型比较函数
Merge pull request !2780 from 吕辉/on_update_bugfix
2023-02-06 12:47:25 +00:00
8d5b8af09c 增加distinct+orderby支持表达式、未选字段的功能 2023-02-06 20:02:09 +08:00
8dd624aff8 修复异常场景连接未关闭问题 && 补充测试用例 2023-02-06 17:53:29 +08:00
939cdc8855 add test case 2023-02-06 17:35:12 +08:00
c69efe24e4 必要时增加hashjoin的bucket数量 2023-02-06 00:57:37 -08:00
3435e4fc9b Fix have not set yyloc when using @var. 2023-02-06 16:29:13 +08:00
2b0c6e1870 !2849 适配dss支持主备切换
Merge pull request !2849 from 陈超/glt
2023-02-06 08:29:03 +00:00
b2b4ee913c 补充测试用例 2023-02-06 15:17:53 +08:00
81646fb183 修复init_var_from_num中性能瓶颈 2023-02-05 22:57:53 -08:00
a3f544a28a fix issue I6CG33 2023-02-06 14:52:33 +08:00
4918e0f7ec fix on update attribute handle some type could not find a comparison function
fix typOid error
2023-02-06 14:52:21 +08:00
addf3145ff Merge branch 'master' of gitee.com:opengauss/openGauss-server into glt
Signed-off-by: 陈超 <1790599142@qq.com>
2023-02-03 13:04:42 +00:00
7ac947b7c3 !2863 【共享存储】更新dms commit点
Merge pull request !2863 from 陈婷婷/master
2023-02-03 12:35:12 +00:00
14542b84e7 更新dms commit点 2023-02-03 19:25:05 +08:00
6639c84dcd !2862 【共享存储】更新dms/dss日志路径
Merge pull request !2862 from 陈婷婷/master
2023-02-03 11:02:31 +00:00
4f3505328f dss支持主备切换 2023-02-03 17:40:44 +08:00
e9f29064dd 更新dms/dss日志路径 2023-02-03 17:27:57 +08:00
3ba06d6995 !2779 函数is_stmt_allowed_in_locked_mode返回代码冗余
Merge pull request !2779 from foolishlee/is_stmt_allowed_in_locked_mode
2023-02-03 07:05:15 +00:00
dfe74a3630 !2859 [共享存储]修复failover发生后主机在回放阶段淘汰了从备机要到的需要flush的页面, 导致磁盘上页面漏刷的问题
Merge pull request !2859 from cchen676/1207master
2023-02-03 06:44:37 +00:00
1d57ca36ad Let internal thread report appname and status. 2023-02-03 14:14:32 +08:00
6ce57b1f10 !2860 修复DSS没有debug日志的问题
Merge pull request !2860 from jihanyu/master
2023-02-03 01:20:36 +00:00
49dd399971 !2858 【共享存储】【I6B4IS】避免GROUP_ZERO中的mes worker线程在调用 CBGetTxnStatus陷入死循环
Merge pull request !2858 from 董宁/dn_fix3_up
2023-02-02 09:21:26 +00:00
9ffe8a74d3 修复DSS没有debug日志的问题 2023-02-02 16:30:00 +08:00
053aadfa38 修复failover发生后主机在回放阶段淘汰了从备机要到的需要flush的页面, 导致磁盘上页面漏刷的问题 2023-02-02 15:47:58 +08:00
ed3d27a228 [共享存储] forbid mes_task_proc looping infinitely 2023-02-02 15:00:58 +08:00
a0498a5701 !2781 函数SPI_get_top_transaction_id针对ENABLE_MULTIPLE_NODES流程判断冗余
Merge pull request !2781 from foolishlee/SPI_get_top_transaction_id
2023-02-02 06:42:00 +00:00
a9c3b8aaad !2772 变量versionControl和licenseControl中结构体数组字段赋值不准确
Merge pull request !2772 from foolishlee/LicenseControl
2023-02-02 06:40:11 +00:00
266a7c0f23 !2770 函数has_shippable_col_for_insert内最后退出代码冗余
Merge pull request !2770 from foolishlee/has_shippable_col_for_insert
2023-02-02 06:39:52 +00:00
83c42e025c !2769 函数JoinPathGenBase::streamSidePath内最后return NULL为冗余代码
Merge pull request !2769 from foolishlee/streamSidePath
2023-02-02 06:39:25 +00:00
8e889c3580 !2768 函数create_paritial_push_plan内返回代码冗余
Merge pull request !2768 from foolishlee/create_paritial_push_plan
2023-02-02 06:38:16 +00:00
cc567d77f8 !2749 函数ProcedureCreate内判断parameterTypes为空代码不准确
Merge pull request !2749 from foolishlee/ProcedureCreate_Datum
2023-02-02 06:37:36 +00:00
1d369d673d !2750 函数get_random_job_id内部判断job_max_number范围不准确会导致后续异常
Merge pull request !2750 from foolishlee/get_random_job_id
2023-02-02 06:33:16 +00:00
e88d61db72 !2856 rename table特性bug修复
Merge pull request !2856 from 吕辉/rename_bugfix
2023-02-02 06:18:15 +00:00
0248a0915d add rename table test case 2023-02-02 11:06:12 +08:00
38fbc348e9 fix issue I6BXUY 2023-02-02 10:46:18 +08:00
acb6439192 !2853 【共享存储】dms/dss 日志路径添加nodename
Merge pull request !2853 from 陈婷婷/dms_log
2023-02-01 10:56:34 +00:00
a49fe42310 !2854 【共享存储】删除参数ss_enable_log_level
Merge pull request !2854 from 陈婷婷/master
2023-02-01 10:55:35 +00:00
57d53542c5 !2855 [共享存储]修复在DMS在 PageCheckIfCanEliminate 中问题
Merge pull request !2855 from 董宁/dn_fix4_up
2023-02-01 09:31:50 +00:00
d910ee9d7d [共享存储] add page accessible check & fix PageCheckIfCanEliminate problem in dms 2023-02-01 16:21:50 +08:00
4b01d2fcdd 【共享存储】dms/dss 日志路径添加nodename 2023-02-01 16:04:06 +08:00