代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/100285/6270799
sgml install-win32.sgml
Installation on Win32
Build and installation instructions for Postgres
v6.4 client libraries on Win32.
www.eeworm.com/read/100285/6271552
h numeric.h
/* ----------
* numeric.h
*
* Definitions for the exact numeric data type of Postgres
*
* 1998 Jan Wieck
*
* $Header: /usr/local/cvsroot/pgsql/src/include/utils/numeric.h,v 1.6.2.1 1999/08/02 0
www.eeworm.com/read/100285/6271635
cc testlibpq6.cc
/*
* testlibpq4.cc
* Test the C++ version of LIBPQ, the POSTGRES frontend library.
* tests the copy in features
*
*/
#include
#include
#include
main()
{
//
www.eeworm.com/read/100285/6271684
java field.java
package postgresql;
import java.lang.*;
import java.sql.*;
import java.util.*;
import postgresql.*;
import postgresql.util.*;
/**
* postgresql.Field is a class used to describe fields in a PostgreS
www.eeworm.com/read/100285/6271812
c ecpg.c
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes Feb 5th, 1998 */
/* Placed under the same copyright as PostgresSQL */
#include "postgres.h"
www.eeworm.com/read/183001/5259011
readme
$PostgreSQL: pgsql/src/backend/storage/lmgr/README,v 1.17 2005/06/14 22:15:32 tgl Exp $
LOCKING OVERVIEW
Postgres uses three types of interprocess locks:
* Spinlocks. These are intended for *very
www.eeworm.com/read/183001/5259030
readme
# $PostgreSQL: pgsql/src/backend/storage/smgr/README,v 1.3 2004/02/10 01:55:26 tgl Exp $
In the original Berkeley Postgres system, there were several storage managers,
of which only the "magnetic dis
www.eeworm.com/read/183001/5259181
readme
$PostgreSQL: pgsql/src/backend/access/hash/README,v 1.4 2003/11/29 19:51:40 pgsql Exp $
This directory contains an implementation of hash indexing for Postgres.
A hash index consists of two or more
www.eeworm.com/read/183001/5259208
readme
$PostgreSQL: pgsql/src/backend/access/gist/README,v 1.3 2005/09/16 14:40:54 teodor Exp $
This directory contains an implementation of GiST indexing for Postgres.
GiST stands for Generalized Search T
www.eeworm.com/read/376006/2717116
readme
# $PostgreSQL: pgsql/src/backend/storage/smgr/README,v 1.3 2004/02/10 01:55:26 tgl Exp $
In the original Berkeley Postgres system, there were several storage managers,
of which only the "magnetic dis