代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
www.eeworm.com/read/387667/2557418

h palloc.h

/*------------------------------------------------------------------------- * * palloc.h * POSTGRES memory allocator definitions. * * This file contains the basic memory allocation interface th
www.eeworm.com/read/386059/2573895

properties database.properties

# # clear text name ############################################################################## postgresql.name=Postgres 7.4.x and newer # # Alkacon OpenCms driver classes #################
www.eeworm.com/read/376006/2717098

c deadlock.c

/*------------------------------------------------------------------------- * * deadlock.c * POSTGRES deadlock detection code * * See src/backend/storage/lmgr/README for a description of the de
www.eeworm.com/read/376006/2717110

c ipc.c

/*------------------------------------------------------------------------- * * ipc.c * POSTGRES inter-process communication definitions. * * This file is misnamed, as it no longer has much of
www.eeworm.com/read/376006/2717166

c bsdi.c

/*------------------------------------------------------------------------- * * dynloader.c * Dynamic Loader for Postgres for Linux, generated from those for * Ultrix. * * You need to inst
www.eeworm.com/read/376006/2717182

c linux.c

/*------------------------------------------------------------------------- * * linux.c * Dynamic Loader for Postgres for Linux, generated from those for * Ultrix. * * You need to install
www.eeworm.com/read/376006/2717205

c ginbtree.c

/*------------------------------------------------------------------------- * * ginbtree.c * page utilities routines for the postgres inverted index access method. * * * Portions Copyright (c)
www.eeworm.com/read/376006/2717318

c resowner.c

/*------------------------------------------------------------------------- * * resowner.c * POSTGRES resource owner management code. * * Query-lifespan resources are tracked by associating the
www.eeworm.com/read/376006/2717407

c postinit.c

/*------------------------------------------------------------------------- * * postinit.c * postgres initialization utilities * * Portions Copyright (c) 1996-2008, PostgreSQL Global Developmen
www.eeworm.com/read/376006/2717710

c c_keywords.c

/*------------------------------------------------------------------------- * * keywords.c * lexical token lookup for reserved words in postgres embedded SQL * * $PostgreSQL: pgsql/src/interfac