当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
439 Star 1.5K Fork 1.8K

GVPopenGauss/openGauss-server
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.gitcode
.gitee
.注意openGauss社区已经正式迁移至 Gitcode 平台
Tools/memory_check
build
cmake/src
config
contrib
adminpack
auth_delay
auto_explain
btree_gin
btree_gist
chkpass
citext
common_cipher
cube
dblink
dict_int
dict_xsyn
dummy_seclabel
earthdistance
file_fdw
fuzzystrmatch
gauss_connector
gc_fdw
gms_assert
gms_compress
gms_debug
gms_i18n
gms_inaddr
gms_lob
gms_match
gms_output
gms_profiler
gms_raw
gms_sql
gms_stats
gms_tcp
gms_utility
gms_xmlgen
hstore
intagg
intarray
isn
lo
log_fdw
ltree
mppdb_decoding
mysql_fdw
ndpplugin
oid2name
oracle_fdw
pagehack
pageinspect
passwordcheck
pg_archivecleanup
pg_buffercache
pg_check_clog
pg_check_replslot
pg_freespacemap
pg_standby
pg_stat_statements
pg_test_fsync
pg_test_timing
pg_trgm
pg_upgrade_support
pg_xlogdump
pgbench
pgcrypto
pgrowlocks
pgstattuple
postgres_fdw
roach_api/openeuler_aarch64
security_plugin
seg
sepgsql
shark
spi
sql_decoding
sslinfo
start-scripts
tablefunc
tcn
test_decoding
test_parser
tsearch2
unaccent
vacuumlo
xml2
.gitignore
CMakeLists.txt
Makefile
README
contrib-global.mk
doc
docker
liteom
simpleInstall
src
.clang-format
.gitattributes
.gitignore
CMakeLists.txt
CONTRIBUTING.md
COPYRIGHT
GNUmakefile.in
GNUmakefile.in_for_llt
License
Makefile
README.en.md
README.md
Third_Party_Open_Source_Software_Notice
aclocal.m4
build.sh
config.sh
configure
configure.in
dependency.xml
distribute_errmsg.txt
distribute_escan.txt
escan.txt
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
The openGauss contrib tree
---------------------------

This subtree contains porting tools, analysis utilities, and plug-in
features that are not part of the core openGauss system, mainly
because they address a limited audience or are too experimental to be
part of the main source tree.  This does not preclude their
usefulness.

User documentation for each module appears in the main SGML
documentation.

When building from the source distribution, these modules are not
built automatically, unless you build the "world" target.  You can
also build and install them all by running "gmake all" and "gmake
install" in this directory; or to build and install just one selected
module, do the same in that module's subdirectory.

Some directories supply new user-defined functions, operators, or
types.  To make use of one of these modules, after you have installed
the code you need to register the new SQL objects in the database
system by executing a CREATE EXTENSION command.  In a fresh database,
you can simply do

    CREATE EXTENSION module_name;

See the openGauss documentation for more information about this
procedure.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/opengauss/openGauss-server.git
git@gitee.com:opengauss/openGauss-server.git
opengauss
openGauss-server
openGauss-server
master

搜索帮助