postgresql/src/interfaces/libpq
Bruce Momjian d927ed20c2 I have ported another Python Postgres interface to Windows (PgSQL). It seems
that not many people actually use libpq on Win32; I have found another bug. Some
functions that are defined in libpq-fe.h aren't exported in the DLL version of
the library. I have added them to src/interfaces/libpq/libpqdll.def. The new
complete file is attached.

Gerhard H?ring
2001-06-07 00:10:18 +00:00
..
fe-auth.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
fe-auth.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
fe-connect.c On Cygwin, do initial connect() call in blocking mode, per report from 2001-03-31 23:14:37 +00:00
fe-exec.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
fe-lobj.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
fe-misc.c Suppress useless memmove() when buffer already contains left-justified 2001-05-28 15:29:51 +00:00
fe-print.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq-fe.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq-int.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq.rc Stamp CVS as 7.2. Update all interface version numbers. This is the 2001-05-11 01:46:33 +00:00
libpqdll.c pgindent run over code. 1999-05-25 16:15:34 +00:00
libpqdll.def I have ported another Python Postgres interface to Windows (PgSQL). It seems 2001-06-07 00:10:18 +00:00
Makefile Stamp CVS as 7.2. Update all interface version numbers. This is the 2001-05-11 01:46:33 +00:00
pqexpbuffer.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
pqexpbuffer.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pqsignal.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pqsignal.h Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.h Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for 2001-02-07 20:00:08 +00:00
win32.mak Here is an update on the Win32 patch. Modified files are 'config.h.win32' 2001-01-27 21:49:59 +00:00

This directory contains the C version of Libpq, the POSTGRES frontend library.