postgresql/src/interfaces/libpq
Bruce Momjian f1792b932c Use PQfreemem() consistently, and document its use for Notify.
Keep PQfreeNotify() around for binary compatibility.
2003-03-25 02:44:36 +00:00
..
po Translation updates 2002-10-21 18:51:03 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
blibpqdll.def Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
fe-auth.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c PGRES_POLLING_ACTIVE is unused, keep for backward compatibility. 2003-03-20 06:23:30 +00:00
fe-exec.c Use PQfreemem() consistently, and document its use for Notify. 2003-03-25 02:44:36 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Use poll(2) in preference to select(2), if available. This solves 2003-03-06 03:16:55 +00:00
fe-print.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
fe-secure.c #ifdef out stuff that shouldn't be compiled when not USE_SSL. 2003-02-03 22:33:51 +00:00
libpq-fe.h Use PQfreemem() consistently, and document its use for Notify. 2003-03-25 02:44:36 +00:00
libpq-int.h Fix connection_timeout to use time() and handle timeout == 1. 2002-10-16 02:55:30 +00:00
libpq.rc Stamp minor version numbers for 7.4 release. 2002-12-04 18:14:11 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
Makefile Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
nls.mk Translation updates, some messages tweaked. 2002-09-22 20:57:21 +00:00
pg_service.conf.sample Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
pqexpbuffer.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Fix inclusion order, per Andreas. 2002-11-04 14:27:21 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c pgindent run. 2002-09-04 20:31:48 +00:00
win32.h Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00

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