代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/187906/5215287
java pgconnection.java
/*-------------------------------------------------------------------------
* Derived from org.postgresql.PGConnection from jdbc8.0 which is licensed
* under BSD license.
*
* Copyright (c) 2003-20
www.eeworm.com/read/186489/5231597
java databaseconnector.java
/**
* Title: DatabaseConnectorPostgres
* Description: Class to manage a connection to a PostgreSQL database.
* Copyright: Copyright (c) 2001 Paul Bethe and Richie Bielak
* @autho
www.eeworm.com/read/186489/5231598
java databaseconnectorpostgres.java
/**
* Title: DatabaseConnectorPostgres
* Description: Class to manage a connection to a PostgreSQL database.
* Copyright: Copyright (c) 2001 Paul Bethe and Richie Bielak
* @autho
www.eeworm.com/read/183675/5252748
java pgconnection.java
/*-------------------------------------------------------------------------
* Derived from org.postgresql.PGConnection from jdbc8.0 which is licensed
* under BSD license.
*
* Copyright (c) 2003-20
www.eeworm.com/read/183001/5259098
h sco.h
/*-------------------------------------------------------------------------
*
* sco.h
* port-specific prototypes for SCO 3.2v5.2
*
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Devel
www.eeworm.com/read/183001/5259598
check_guc
#!/bin/sh
## currently, this script makes a lot of assumptions:
## in postgresql.conf.sample:
## 1) the valid config settings may be preceded by a '#', but NOT '# '
## (we use this to skip com
www.eeworm.com/read/183001/5259652
c geqo_mutation.c
/*------------------------------------------------------------------------
*
* geqo_mutation.c
*
* TSP mutation routines
*
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_mutation.c,v 1.9 2003/1
www.eeworm.com/read/183001/5259657
c geqo_erx.c
/*------------------------------------------------------------------------
*
* geqo_erx.c
* edge recombination crossover [ER]
*
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_erx.c,v 1.20 2005/
www.eeworm.com/read/183001/5259677
c ip.c
/*-------------------------------------------------------------------------
*
* ip.c
* IPv6-aware network access.
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Po
www.eeworm.com/read/183001/5259769
h spi.h
/*-------------------------------------------------------------------------
*
* spi.h
*
* $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.53 2005/10/15 02:49:44 momjian Exp $
*
*--------------