代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/120487/6072228

c linux.c

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

c functioncmds.c

/*------------------------------------------------------------------------- * * functioncmds.c * * Routines for CREATE and DROP FUNCTION commands * * Portions Copyright (c) 1996-2003, PostgreS
www.eeworm.com/read/120487/6072362

c vacuum.c

/*------------------------------------------------------------------------- * * vacuum.c * The postgres vacuum cleaner. * * This file includes the "full" version of VACUUM, as well as control c
www.eeworm.com/read/120487/6072380

c analyze.c

/*------------------------------------------------------------------------- * * analyze.c * the postgres statistics generator * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development
www.eeworm.com/read/120487/6072512

c postinit.c

/*------------------------------------------------------------------------- * * postinit.c * postgres initialization utilities * * Portions Copyright (c) 1996-2003, PostgreSQL Global Developmen
www.eeworm.com/read/120487/6072768

c utility.c

/*------------------------------------------------------------------------- * * utility.c * Contains functions which control the execution of the POSTGRES utility * commands. At one time acte
www.eeworm.com/read/120487/6072793

h ipc.h

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

h executor.h

/*------------------------------------------------------------------------- * * executor.h * support for the POSTGRES executor module * * * Portions Copyright (c) 1996-2003, PostgreSQL Global
www.eeworm.com/read/120487/6073027

h palloc.h

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

java pgtokenizer.java

/*------------------------------------------------------------------------- * * PGtokenizer.java * This class is used to tokenize the text output of org.postgres. * * Copyright (c) 2003, Post