文件最后提交记录最后更新时间
sql_limit1 年前
first commit for openGauss server5 年前
sql_limit1 年前
first commit for openGauss server5 年前
禁止被授予 DDL 权限的用户远程 DDL 操作 添加 enable_nonowner_remote_ddl 参数, 默认值为 true. 当该参数为 false 时, 只有 superuser, owner 和 继承者 可以远程执行 DDL 操作. 范围包括所有可以被 GRANT 权限的对象.1 年前
merge sql_limit into master 【PR模版】:sql防火墙 Created-by: shenzheng4 Commit-by: shenzheng4 Merged-by: opengauss_bot Description: 【标题】(请简要描述下实现的内容) sql防火墙需求 【实现内容】: 支持两种方式(unique_sql_id和关键字)的规则设置,根据设置的并发度拦截对应的执行sql,给出报错提示。 【根因分析】: 新增需求 【实现方案】: 增加系统函数,实现两种方式(unique_sql_id和关键字)的规则增删改查,通过拦截对应的sql判断是否需要拒绝当前查询。如果满足拦截条件,则中断当前执行并给出报错提示。 【关联需求或issue】: https://gitcode.com/opengauss/org-issue/issues/17 【开发自验报告】: 请附上自验结果(内容或者截图) ![image.png](https://raw.gitcode.com/user-images/assets/5089689/39c7172a-59a7-4338-93e7-b9ffc98ff3f0/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/5089689/39aeaf7c-db3a-4bed-b2a2-3274dfdd4cea/image.png 'image.png') 更新生效用户和数据库列表 ![image.png](https://raw.gitcode.com/user-images/assets/5089689/13cefffb-6bf3-4060-804c-8e27ce1c8a8a/image.png 'image.png') 执行对应的sql,不报错 ![image.png](https://raw.gitcode.com/user-images/assets/5089689/8d3c6d3f-5a5d-473d-9e30-c67c4d2db2e3/image.png 'image.png') 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例 是 是否涉及资料修改,如是,在docs仓库补充资料 是,https://gitcode.com/opengauss/docs/pull/7606 是否考虑升级场景(系统表修改、日志持久化以及修改执行态数据格式) 是 是否考虑在线扩容等扩展场景 不涉及 是否考虑异常场景/并发场景/前向兼容/性能场景 是 是否对其他模块产生影响 否 【其他说明】:无 See merge request: opengauss/openGauss-server!77171 年前
sql_limit1 年前
add openGauss 3.1.0 feature code3 年前
修复同时删除多个视图时视图规则残留的问题1 年前
需求:支持表字段和引用视图解耦2 年前
SQL Sever语法兼容Part11 年前
feat: create/drop public synonym1 年前
兼容MySQL多字符集2 年前
兼容MySQL多字符集2 年前
sync code4 年前
New features (and bug fixes) 1. alter large sequence 2. subpartition 2.1 split subpartition 2.2 truncate subpartition 3. 支持load 4. 支持start-with/connect-by 5. ...4 年前
定时任务CREATE/ALTER/DROP EVENT权限校验修改3 年前
支持删除视图依赖函数1 年前
支持删除视图依赖函数1 年前
回合,修复group_concat和字符序like问题1 年前
sql_limit1 年前
fix bug #299 reindex cstore heap use after free in memcheck1 年前
fix bug #I96604 reindex index on pg_class Assert at ReindexIsProcessingIndex check in debug mode1 年前
修改系统对象中substring的用法以适配插件1 年前
Fix pr comments1 年前
增加子程序prokind1 年前
修复6.0.0版本直装和升级至6.0.0版本后get_global_full_sql_by_timestamp,get_global_slow_sql_by_timestamp元数据不一致的问题1 年前
增加聚集函数CUME_DISTRANK,PERCENT_RANK,DENSE_RANK多参数多类型的特性1 年前
Fix builtin func bug in plugin.2 年前
fixed the bug of cast4 年前
SQL Sever语法兼容Part11 年前
支持启用禁用table约束需求1 年前
实现事件触发器3 年前
logical4 年前
支持删除视图依赖函数1 年前
dolphin 消除多余文件,重复内容1 年前
主备共享存储3 年前
publication and subscription support for initial data copy3 年前
单次执行的event在执行失败后进行删除1 年前
sync all inner code3 年前
实现事件触发器3 年前
sync all inner code3 年前
修复B库describe pg_catalog.pg_tables失败的问题1 年前
support anytype/anydata/anydataset type1 年前
实现事件触发器3 年前
分区表导入性能优化:部分insert语句逻辑存在大量的heap_open逻辑。这些表都是在syscache缓存中的。替换成syscahe逻辑,提升导入性能2 年前
修复standard_conforming_strings = off时B库初始化时core的问题1 年前
支持子程序1 年前
逻辑复制支持Alter table的DDL语句1 年前
logical4 年前
支持枚举类型2 年前
实现事件触发器3 年前
analyze partition 实现 1.analyze实现收集指定单分区统计信息 2.新增analyze table subpartition(subpartition_name)语法,支持收集二集分区统计信息 3.支持指定分区查询准确适用整表统计信息 4.gms_stats高级包支持gather_table_stats统计分区信息1 年前
gms-stats高级包1 年前
添加选项发布订阅主备切换时是否同步连接信息1 年前
feat: create/drop public synonym1 年前
支持gs_dependencies、忽略依赖创建package、失效重编译语法2 年前
sync code4 年前
Patch for 930 release4 年前
tupleDesc数据结构及相关函数调用优化3 年前
fix htap query imcstore views1 年前
!7550 修复参数化guc参数未开启时查询视图core的问题 Merge pull request !7550 from shijuzheng1997/master1 年前
first commit for openGauss server5 年前
support updatable view3 年前
空指针访问问题修复1 年前
空指针访问问题修复1 年前
同步source code 日期: 12-26 revision: ee5b054c5 年前
修改xmltype函数返回值为xmltype 回退脚本1 年前
1、修复toast表存储类型和索引不一致的问题 2、修复基础表和toast表春初类型不一致问题1 年前