1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Remove cvs keywords from all files.

This commit is contained in:
Magnus Hagander
2010-09-20 22:08:53 +02:00
parent cecde97577
commit 9f2e211386
2182 changed files with 2182 additions and 2182 deletions

View File

@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/Makefile,v 1.57 2009/08/07 20:50:22 petere Exp $
# src/interfaces/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.4 2010/08/19 05:57:34 petere Exp $
src/interfaces/ecpg/README.dynSQL
descriptor statements have the following shortcomings

View File

@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.47 2010/07/12 16:18:44 momjian Exp $
# src/interfaces/ecpg/compatlib/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.6 2009/08/27 16:49:41 mha Exp $
# src/interfaces/ecpg/compatlib/exports.txt
# Functions to be exported by ecpg_compatlib DLL
ECPG_informix_get_var 1
ECPG_informix_set_var 2

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.64 2010/02/26 02:01:29 momjian Exp $ */
/* src/interfaces/ecpg/compatlib/informix.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.67 2010/07/12 16:18:44 momjian Exp $
# src/interfaces/ecpg/ecpglib/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.56 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/connect.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/data.c,v 1.53 2010/05/25 17:28:20 meskes Exp $ */
/* src/interfaces/ecpg/ecpglib/data.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,6 +1,6 @@
/* dynamic SQL support routines
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v 1.38 2010/05/25 17:28:20 meskes Exp $
* src/interfaces/ecpg/ecpglib/descriptor.c
*/
#define POSTGRES_ECPG_INTERNAL

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/error.c,v 1.27 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/error.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.98 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/execute.c */
/*
* The aim is to get a simpler inteface to the database routines.

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.7 2010/01/26 09:07:31 meskes Exp $
# src/interfaces/ecpg/ecpglib/exports.txt
# Functions to be exported by ecpglib DLL
ECPGallocate_desc 1
ECPGconnect 2

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.41 2010/05/25 14:32:55 meskes Exp $ */
/* src/interfaces/ecpg/ecpglib/extern.h */
#ifndef _ECPG_LIB_EXTERN_H
#define _ECPG_LIB_EXTERN_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/memory.c,v 1.12 2007/11/15 21:14:45 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/memory.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.59 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/misc.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/nls.mk,v 1.7 2010/05/13 15:56:40 petere Exp $
# src/interfaces/ecpg/ecpglib/nls.mk
CATALOG_NAME = ecpglib
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
GETTEXT_FILES = connect.c error.c execute.c misc.c

View File

@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.11 2010/01/05 01:06:57 tgl Exp $
* src/interfaces/ecpg/ecpglib/pg_type.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,7 +1,7 @@
# translation of ecpglib.po to fr_fr
# french message translation file for ecpglib
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/po/fr.po,v 1.3 2010/05/13 15:56:40 petere Exp $
# src/interfaces/ecpg/ecpglib/po/fr.po
#
# Use these quotes: <20> %s <20>
#

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.38 2010/03/21 11:33:44 meskes Exp $ */
/* src/interfaces/ecpg/ecpglib/prepare.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/typename.c,v 1.19 2010/02/26 02:01:30 momjian Exp $ */
/* src/interfaces/ecpg/ecpglib/typename.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.17 2009/06/11 14:49:13 momjian Exp $ */
/* src/interfaces/ecpg/include/datetime.h */
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.19 2009/06/11 14:49:13 momjian Exp $ */
/* src/interfaces/ecpg/include/decimal.h */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg-pthread-win32.h,v 1.5 2007/11/15 21:14:45 momjian Exp $ */
/* src/interfaces/ecpg/include/ecpg-pthread-win32.h */
/*
* pthread mapping macros for win32 native thread implementation
*/

View File

@@ -1,6 +1,6 @@
/*
* This file contains stuff needed to be as compatible to Informix as possible.
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.24 2010/02/26 02:01:31 momjian Exp $
* src/interfaces/ecpg/include/ecpg_informix.h
*/
#ifndef _ECPG_INFORMIX_H
#define _ECPG_INFORMIX_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgerrno.h,v 1.27 2006/03/11 04:38:39 momjian Exp $ */
/* src/interfaces/ecpg/include/ecpgerrno.h */
#ifndef _ECPG_ERRNO_H
#define _ECPG_ERRNO_H

View File

@@ -1,7 +1,7 @@
/*
* this is a small part of c.h since we don't want to leak all postgres
* definitions into ecpg programs
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.83 2010/02/26 02:01:31 momjian Exp $
* src/interfaces/ecpg/include/ecpglib.h
*/
#ifndef _ECPGLIB_H

View File

@@ -5,7 +5,7 @@
* All types that can be handled for host variable declarations has to
* be handled eventually.
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgtype.h,v 1.40 2010/02/26 02:01:31 momjian Exp $
* src/interfaces/ecpg/include/ecpgtype.h
*/
/*

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_date.h,v 1.11 2006/10/04 00:30:11 momjian Exp $ */
/* src/interfaces/ecpg/include/pgtypes_date.h */
#ifndef PGTYPES_DATETIME
#define PGTYPES_DATETIME

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_error.h,v 1.8 2006/08/15 06:40:19 meskes Exp $ */
/* src/interfaces/ecpg/include/pgtypes_error.h */
#define PGTYPES_NUM_OVERFLOW 301
#define PGTYPES_NUM_BAD_NUMERIC 302

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.16 2010/02/26 02:01:31 momjian Exp $ */
/* src/interfaces/ecpg/include/pgtypes_interval.h */
#ifndef PGTYPES_INTERVAL
#define PGTYPES_INTERVAL

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_timestamp.h,v 1.11 2006/08/23 12:01:52 meskes Exp $ */
/* src/interfaces/ecpg/include/pgtypes_timestamp.h */
#ifndef PGTYPES_TIMESTAMP
#define PGTYPES_TIMESTAMP

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda-native.h,v 1.3 2010/02/26 02:01:31 momjian Exp $
* src/interfaces/ecpg/include/sqlda-native.h
*/
#ifndef ECPG_SQLDA_NATIVE_H

View File

@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.47 2010/07/12 16:18:44 momjian Exp $
# src/interfaces/ecpg/pgtypeslib/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/common.c,v 1.14 2006/07/30 16:28:58 meskes Exp $ */
/* src/interfaces/ecpg/pgtypeslib/common.c */
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/datetime.c,v 1.38 2009/06/11 14:49:13 momjian Exp $ */
/* src/interfaces/ecpg/pgtypeslib/datetime.c */
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.44 2009/06/11 14:49:13 momjian Exp $ */
/* src/interfaces/ecpg/pgtypeslib/dt.h */
#ifndef DT_H
#define DT_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.54 2010/06/16 00:54:16 petere Exp $ */
/* src/interfaces/ecpg/pgtypeslib/dt_common.c */
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/exports.txt,v 1.3 2007/10/04 17:49:31 meskes Exp $
# src/interfaces/ecpg/pgtypeslib/exports.txt
# Functions to be exported by pgtypeslib DLL
PGTYPESdate_dayofweek 1
PGTYPESdate_defmt_asc 2

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/extern.h,v 1.8 2006/03/11 04:38:39 momjian Exp $ */
/* src/interfaces/ecpg/pgtypeslib/extern.h */
#ifndef __PGTYPES_COMMON_H__
#define __PGTYPES_COMMON_H__

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.43 2010/08/02 01:24:54 tgl Exp $ */
/* src/interfaces/ecpg/pgtypeslib/interval.c */
#include "postgres_fe.h"
#include <time.h>

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/numeric.c,v 1.36 2010/08/17 09:36:04 meskes Exp $ */
/* src/interfaces/ecpg/pgtypeslib/numeric.c */
#include "postgres_fe.h"
#include <ctype.h>

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c,v 1.46 2009/09/03 09:59:20 meskes Exp $
* src/interfaces/ecpg/pgtypeslib/timestamp.c
*/
#include "postgres_fe.h"

View File

@@ -4,7 +4,7 @@
#
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.151 2010/07/12 16:18:44 momjian Exp $
# src/interfaces/ecpg/preproc/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -3,7 +3,7 @@
* c_keywords.c
* lexical token lookup for reserved words in postgres embedded SQL
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/c_keywords.c,v 1.25 2010/02/26 02:01:31 momjian Exp $
* src/interfaces/ecpg/preproc/c_keywords.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
#!/usr/bin/perl
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/check_rules.pl,v 1.3 2010/08/19 05:57:34 petere Exp $
# src/interfaces/ecpg/preproc/check_rules.pl
# test parser generater for ecpg
# call with backend parser as stdin
#

View File

@@ -1,7 +1,7 @@
/*
* functions needed for descriptor handling
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/descriptor.c,v 1.34 2010/04/01 10:30:53 meskes Exp $
* src/interfaces/ecpg/preproc/descriptor.c
*
* since descriptor might be either a string constant or a string var
* we need to check for a constant if we expect a constant

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.20 2010/09/10 10:13:20 meskes Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.addons */
ECPG: stmtClosePortalStmt block
{
if (INFORMIX_MODE)

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.116 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.c */
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* Copyright (c) 1996-2010, PostgreSQL Global Development Group */

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.header,v 1.17 2010/09/10 10:13:20 meskes Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.header */
/* Copyright comment */
%{

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.tokens,v 1.3 2010/08/19 05:57:34 petere Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.tokens */
/* special embedded SQL tokens */
%token SQL_ALLOCATE SQL_AUTOCOMMIT SQL_BOOL SQL_BREAK

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.trailer,v 1.27 2010/09/10 10:13:20 meskes Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.trailer */
statements: /*EMPTY*/
| statements statement

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.type,v 1.7 2010/08/19 05:57:34 petere Exp $ */
/* src/interfaces/ecpg/preproc/ecpg.type */
%type <str> ECPGAllocateDescr
%type <str> ECPGCKeywords
%type <str> ECPGColId

View File

@@ -4,7 +4,7 @@
* lexical token lookup for reserved words in postgres embedded SQL
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg_keywords.c,v 1.41 2009/07/14 20:24:10 tgl Exp $
* src/interfaces/ecpg/preproc/ecpg_keywords.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.78 2010/01/26 09:07:31 meskes Exp $ */
/* src/interfaces/ecpg/preproc/extern.h */
#ifndef _ECPG_PREPROC_EXTERN_H
#define _ECPG_PREPROC_EXTERN_H

View File

@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.90 2010/01/02 16:58:11 momjian Exp $
* src/interfaces/ecpg/preproc/keywords.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/nls.mk,v 1.7 2010/09/19 16:17:45 tgl Exp $
# src/interfaces/ecpg/preproc/nls.mk
CATALOG_NAME = ecpg
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/output.c,v 1.26 2009/12/16 10:15:06 meskes Exp $ */
/* src/interfaces/ecpg/preproc/output.c */
#include "postgres_fe.h"

View File

@@ -1,5 +1,5 @@
#!/usr/bin/perl
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.9 2010/06/04 10:09:58 meskes Exp $
# src/interfaces/ecpg/preproc/parse.pl
# parser generater for ecpg
# call with backend parser as stdin
#

View File

@@ -14,7 +14,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parser.c,v 1.6 2010/01/02 16:58:11 momjian Exp $
* src/interfaces/ecpg/preproc/parser.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -12,7 +12,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.174 2010/05/30 18:10:41 tgl Exp $
* src/interfaces/ecpg/preproc/pgc.l
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.c,v 1.93 2010/07/06 19:19:00 momjian Exp $ */
/* src/interfaces/ecpg/preproc/type.c */
#include "postgres_fe.h"

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.h,v 1.56 2010/04/01 10:30:53 meskes Exp $
* src/interfaces/ecpg/preproc/type.h
*/
#ifndef _ECPG_PREPROC_TYPE_H
#define _ECPG_PREPROC_TYPE_H

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/variable.c,v 1.56 2010/04/01 10:30:53 meskes Exp $ */
/* src/interfaces/ecpg/preproc/variable.c */
#include "postgres_fe.h"

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.79 2010/07/05 18:54:38 tgl Exp $
# src/interfaces/ecpg/test/Makefile
subdir = src/interfaces/ecpg/test
top_builddir = ../../../..

View File

@@ -1,4 +1,4 @@
$PostgreSQL: pgsql/src/interfaces/ecpg/test/connect/README,v 1.2 2008/03/21 13:23:28 momjian Exp $
src/interfaces/ecpg/test/connect/README
Programs in this directory test all sorts of connections.

View File

@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress_ecpg.c,v 1.7 2010/01/02 16:58:11 momjian Exp $
* src/interfaces/ecpg/test/pg_regress_ecpg.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.178 2010/07/12 16:18:44 momjian Exp $
# src/interfaces/libpq/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,3 +1,3 @@
$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
src/interfaces/libpq/README
This directory contains the C version of Libpq, the POSTGRES frontend library.

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.25 2010/01/28 06:28:26 joe Exp $
# src/interfaces/libpq/exports.txt
# Functions to be exported by libpq DLLs
PQconnectdb 1
PQsetdbLogin 2

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.145 2010/07/14 17:09:45 tgl Exp $
* src/interfaces/libpq/fe-auth.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.h,v 1.31 2010/01/02 16:58:11 momjian Exp $
* src/interfaces/libpq/fe-auth.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.403 2010/07/19 18:53:25 petere Exp $
* src/interfaces/libpq/fe-connect.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.211 2010/02/26 02:01:32 momjian Exp $
* src/interfaces/libpq/fe-exec.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.69 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/fe-lobj.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -23,7 +23,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.144 2010/07/06 19:19:01 momjian Exp $
* src/interfaces/libpq/fe-misc.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -10,7 +10,7 @@
* didn't really belong there.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.78 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/fe-print.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.30 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/fe-protocol2.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol3.c,v 1.43 2010/04/28 13:46:23 mha Exp $
* src/interfaces/libpq/fe-protocol3.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.136 2010/07/14 17:09:45 tgl Exp $
* src/interfaces/libpq/fe-secure.c
*
* NOTES
*

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-events.c,v 1.6 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/libpq-events.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-events.h,v 1.5 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/libpq-events.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.152 2010/02/26 02:01:33 momjian Exp $
* src/interfaces/libpq/libpq-fe.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.154 2010/07/18 11:37:26 petere Exp $
* src/interfaces/libpq/libpq-int.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.25 2010/05/13 15:56:42 petere Exp $
# src/interfaces/libpq/nls.mk
CATALOG_NAME := libpq
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ru sv ta tr zh_CN
GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c

View File

@@ -1,7 +1,7 @@
# translation of libpq-cs.po to Czech
# Czech translation of libpq messages
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/cs.po,v 1.7 2009/06/26 19:33:51 petere Exp $
# src/interfaces/libpq/po/cs.po
# Karel Žák, 2001-2003, 2004.
# Zdeněk Kotala, 2009.
#

View File

@@ -1,7 +1,7 @@
# translation of libpq.po to fr_fr
# french message translation file for libpq
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.26 2010/07/08 21:32:28 petere Exp $
# src/interfaces/libpq/po/fr.po
#
# Use these quotes: <20> %s <20>
#

View File

@@ -4,7 +4,7 @@
# Copyright (c) 2001-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca
# Distributed under the same licensing terms as PostgreSQL itself.
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.19 2007/10/27 00:13:43 petere Exp $
# src/interfaces/libpq/po/ru.po
#
# ChangeLog:
# - January, 2005: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>

View File

@@ -1,7 +1,7 @@
# simplified Chinese translation file for libpq
# Bao Wei <weibao@forevertek.com>, 2002
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/zh_CN.po,v 1.11 2010/05/13 15:56:42 petere Exp $
# src/interfaces/libpq/po/zh_CN.po
#
msgid ""
msgstr ""

View File

@@ -17,7 +17,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.28 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/pqexpbuffer.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -18,7 +18,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.24 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/pqexpbuffer.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.c,v 1.31 2010/08/13 20:04:33 tgl Exp $
* src/interfaces/libpq/pqsignal.c
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.h,v 1.26 2010/08/13 20:04:33 tgl Exp $
* src/interfaces/libpq/pqsignal.h
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 2004-2010, PostgreSQL Global Development Group
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.20 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/pthread-win32.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/interfaces/libpq/win32.c,v 1.27 2010/01/02 16:58:12 momjian Exp $
* src/interfaces/libpq/win32.c
*
*
* FILE

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/interfaces/libpq/win32.h,v 1.30 2009/06/11 14:49:14 momjian Exp $
* src/interfaces/libpq/win32.h
*/
#ifndef __win32_h_included
#define __win32_h_included