代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6073869
makefile
#-------------------------------------------------------------------------
#
# Makefile for src/bin/pg_controldata
#
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
#
# $Header: /cvsroo
www.eeworm.com/read/100285/6271739
txt notice.txt
/********************************************************************
PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC.
Copyright (C) 1998; Insight Distribution Systems
Th
www.eeworm.com/read/100285/6271785
c pgtcl.c
/*-------------------------------------------------------------------------
*
* pgtcl.c
*
* libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
* It's a Tcl wrapper for libpq.
www.eeworm.com/read/100285/6271791
py syscat.py
# syscat.py - parses some system catalogs
# inspired from the PostgreSQL tutorial
# adapted to Python 1995 by Pascal ANDRE
print "____________________________________________________________________
www.eeworm.com/read/100285/6271793
py func.py
# func.py - demonstrate the use of SQL functions
# inspired from the PostgreSQL tutorial
# adapted to Python 1995 by Pascal ANDRE
print "_____________________________________________________________
www.eeworm.com/read/183001/5259001
c buf_init.c
/*-------------------------------------------------------------------------
*
* buf_init.c
* buffer manager initialization routines
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Devel
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/5259028
c shmqueue.c
/*-------------------------------------------------------------------------
*
* shmqueue.c
* shared memory linked lists
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
www.eeworm.com/read/183001/5259031
c md.c
/*-------------------------------------------------------------------------
*
* md.c
* This code manages relations that reside on magnetic disk.
*
* Portions Copyright (c) 1996-2005, PostgreSQL
www.eeworm.com/read/183001/5259033
c smgrtype.c
/*-------------------------------------------------------------------------
*
* smgrtype.c
* storage manager type
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Po