postgresql/src/interfaces/libpq
2003-11-29 19:52:15 +00:00
..
po $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bcc32.mak Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
blibpqdll.def Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 2003-08-13 16:29:03 +00:00
fe-auth.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-auth.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
fe-connect.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-exec.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-lobj.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-misc.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-print.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-protocol2.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-protocol3.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-secure.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
libpq-fe.h Share PG_DIAG_* macros between client and server and use them internally. 2003-08-27 00:33:34 +00:00
libpq-int.h Enable Win32 to compile libpq again, and enable SSL compiles on that 2003-09-05 02:08:36 +00:00
libpq.rc Stamp minor version numbers for 7.4 release. 2002-12-04 18:14:11 +00:00
libpqdll.c
libpqdll.def Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 2003-08-13 16:29:03 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_service.conf.sample Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
pqexpbuffer.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pqexpbuffer.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pqsignal.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pqsignal.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
README
win32.c Enable Win32 to compile libpq again, and enable SSL compiles on that 2003-09-05 02:08:36 +00:00
win32.h Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
win32.mak Enable Win32 to compile libpq again, and enable SSL compiles on that 2003-09-05 02:08:36 +00:00

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