代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/100285/6271052

c nbtpage.c

/*------------------------------------------------------------------------- * * nbtpage.c * BTree-specific page management code for the Postgres btree access * method. * * Copyright (c) 1994
www.eeworm.com/read/100285/6271065

c hio.c

/*------------------------------------------------------------------------- * * hio.c * POSTGRES heap access method input/output code. * * Copyright (c) 1994, Regents of the University of Calif
www.eeworm.com/read/100285/6271122

y gram.y

%{ /* -*-text-*- */ /*#define YYDEBUG 1*/ /*------------------------------------------------------------------------- * * gram.y * POSTGRES SQL YACC rules/actions * * Copyright (c) 1994, Regen
www.eeworm.com/read/100285/6271347

h itempos.h

/*------------------------------------------------------------------------- * * itempos.h * Standard POSTGRES buffer page long item subposition definitions. * * * Copyright (c) 1994, Regents o
www.eeworm.com/read/100285/6271556

h tqual.h

/*------------------------------------------------------------------------- * * tqual.h * POSTGRES "time" qualification definitions. * * Should be moved/renamed... - vadim 07/28/98 * * Copy
www.eeworm.com/read/100285/6271769

c connection.c

/* Module: connection.c * * Description: This module contains routines related to * connecting to and disconnecting from the Postgres DBMS. * * Classes: Co
www.eeworm.com/read/183001/5259018

c lmgr.c

/*------------------------------------------------------------------------- * * lmgr.c * POSTGRES lock manager code * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group *
www.eeworm.com/read/183001/5259025

c sinval.c

/*------------------------------------------------------------------------- * * sinval.c * POSTGRES shared cache invalidation communication code. * * Portions Copyright (c) 1996-2005, PostgreSQ
www.eeworm.com/read/183001/5259026

c sinvaladt.c

/*------------------------------------------------------------------------- * * sinvaladt.c * POSTGRES shared cache invalidation segment definitions. * * Portions Copyright (c) 1996-2005, Postg
www.eeworm.com/read/183001/5259184

c hashsearch.c

/*------------------------------------------------------------------------- * * hashsearch.c * search code for postgres hash tables * * Portions Copyright (c) 1996-2005, PostgreSQL Global Devel