224 Commits

Author SHA1 Message Date
a86fcd7808 gms_profiler插件根据检视意见修改 2024-06-27 14:05:52 +08:00
9817772f80 支持gms_profiler插件 2024-06-27 14:05:52 +08:00
25e128bdb5 On branch pageinspect
Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.
 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.
 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.
 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.
 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.
 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:

 On branch pageinspect
 Your branch is up to date with 'origin/pageinspect'.

 Changes to be committed:
	modified:   rawpage.cpp
2024-06-27 14:05:52 +08:00
75873b55dd DDL的逻辑复制适配mppdb_decoding 2024-06-27 14:05:50 +08:00
4a7c3abc36 fix spelling errors in ndpplugin 2024-02-22 14:08:27 +08:00
6f340bda57 1. 编译速度提升;2. 编译依赖项优化:依赖的文件未修改时不会重新编译生成 2024-01-25 15:38:52 +08:00
1f61af147c !4434 逻辑复制支持DDL
Merge pull request !4434 from wenger/ddl_replication
2023-12-15 07:26:04 +00:00
3c85f03525 提交逻辑复制支持DDL 2023-12-13 15:39:36 +08:00
c9baa1b513 PartMapBuild部分重构 2023-12-12 17:35:17 +08:00
180223fd9c !4157 支持ock_uwal复制功能一期
Merge pull request !4157 from zhaosiqi/master
2023-11-25 03:03:04 +00:00
bee1d425c2 !4406 修复资源池化模式pg_xlogdump默认参数适配问题
Merge pull request !4406 from 张悦萌/pg_xlogdumpFix
2023-11-15 09:33:58 +00:00
7b3d0b3056 修复pg_xlogdump适配资源池化模式不指定-p用法 2023-11-10 09:41:25 +08:00
736b67eac1 use 6 way CAS lock in pin buffer and lwlock ac 2023-11-02 10:06:22 +08:00
4da92c7487 code cc 2023-10-17 14:31:14 +08:00
ea7ff3627b openGauss资源池化支持多机并行 2023-10-12 18:39:23 +08:00
62f0316608 socketpath路径拼接
根据vgname设置enable-dss
2023-10-10 19:23:50 +08:00
f013ff3ff8 uwal replication 1.0 support 2023-10-09 18:55:20 +08:00
2174500076 修复pagehack, pg_xlogdump安全编译选项的问题 2023-09-19 15:09:22 +08:00
9f50e2538d !4159 validate dblink conn: prevent acess to unknown addresses
Merge pull request !4159 from 吴岳川/master
2023-09-19 01:59:44 +00:00
fedcde61f3 fix problems of RTO STANDBY READ
Offering: openGaussDevMore
detail: fix problems of RTO STANDBY READ
2023-09-18 10:26:01 +08:00
c4bd5e9098 validate dblink conn: prevent acess to unknown addresses 2023-09-16 17:04:04 +08:00
a698037241 未开启DSS时,ndpplugin插件加载校验 2023-08-30 16:00:46 +08:00
b91eddd95a extreme_rto support standby read
Offering: openGaussDev

More detail: extreme_rto support standby read

Match-id-bbd35285e701bafd9bbed15682fc20fc1449575e
2023-08-30 11:25:37 +08:00
b95efca6ef 发布订阅支持冲突处理 2023-08-17 10:52:28 +08:00
c2be8a7513 !3917 pageHack内存泄漏修复
Merge pull request !3917 from duzhuolin/bugfix_Q88_2
2023-08-10 02:11:57 +00:00
d8e7ae442a pageHack内存泄漏修复 2023-08-08 14:49:04 +08:00
1f5a791668 !3810 无符号类型比较不当导致判断条件冗余问题
Merge pull request !3810 from gbzhangkai/kai_230721_01
2023-07-27 06:13:11 +00:00
94c4a60a01 !3837 contrib目录下几个问题
Merge pull request !3837 from ytwx1993/ytwx1993_0726_01
2023-07-26 11:48:00 +00:00
fac3669831 contrib目录下几个问题 2023-07-26 09:50:44 +08:00
8c07397445 无符号类型比较不当导致判断条件冗余问题 2023-07-25 17:12:11 +08:00
cda13436de common和contrib路径下存在格式化使用错误场景 2023-07-21 10:49:18 +08:00
bf7459bd44 【资源池化】增加获取page是否在缓存中的接口 2023-07-03 20:09:35 +08:00
74cfbafa38 当NDP队列为空时,不直接continue而是部分page走原生,防止死循环 2023-06-30 11:11:31 +08:00
11d44376bb 1.explain performance mode打印ndp下推信息
2.去除rpc错误的无效打印
2023-06-12 22:42:34 +08:00
0647383184 dblink提前校验线程池 2023-06-09 14:28:13 +08:00
0665abc59f 修复资源池化ndp插件 IO丢失问题 2023-06-05 16:12:29 +08:00
f600987700 二级分区表场景目前不支持下推,将其过滤 2023-06-04 13:53:45 +08:00
d1a30d698d limit + scan场景目前不支持下推,将其过滤 2023-06-02 09:29:19 +08:00
1df66b42e4 修复grp_collations为空而agg->numCols > 0场景下无法进行node2string计划序列化的问题,用于ndp算子下推 2023-05-31 01:57:53 +08:00
98f97ec489 修复array两个函数无法使用的问题 2023-05-26 16:47:02 +08:00
5bafa03abb !3449 修复部分数值类型规范问题以及部分其他缺陷
Merge pull request !3449 from liusijie/master
2023-05-25 01:56:19 +00:00
e2af05ae44 !3401 pagehack适配release方式编译
Merge pull request !3401 from zhangxubo/master
2023-05-24 01:13:06 +00:00
pai
9d02e5badc result 2023-05-23 16:51:44 +08:00
0155d94731 修改资源池化工具pagehack,pg_xlogdump,pg_controldata,pg_resetxlog针对socketpath合法值校验 2023-05-23 15:29:43 +08:00
ef86078fbf !3446 【资源池化】分布式存储算子下推加速查询性能
Merge pull request !3446 from 阙鸣健/master
2023-05-17 06:11:02 +00:00
cb3fa65c63 【资源池化】openGauss算子下推特性合入
1.opengauss内核适配
2.ndpplugin
2023-05-16 21:03:02 +08:00
7cdc608d97 dblink代码逻辑调整 2023-05-15 17:23:57 +08:00
a660bc0d6f 修复在release编译模式下,pagehack编译报错 2023-04-28 09:05:39 +08:00
064bd1e656 fix: exec_object_restorecon 2023-04-21 19:29:22 +08:00
53f2a845e1 check_dblink_odbc 2023-04-03 10:41:30 +08:00