postgresql/src/interfaces/libpq
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is
rewritten and the protocol is changed, but most elog calls are still
elog calls.  Also, we need to contemplate mechanisms for controlling
all this functionality --- eg, how much stuff should appear in the
postmaster log?  And what API should libpq expose for it?
2003-04-24 21:16:45 +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 Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. 2003-04-24 15:09:27 +00:00
fe-auth.c Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
fe-exec.c Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Another round of protocol changes. Backend-to-frontend messages now all 2003-04-22 00:08:07 +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 Fix error recovery for SSL_read/SSL_write calls. 2003-04-10 23:03:08 +00:00
libpq-fe.h Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
libpq-int.h Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +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 Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. 2003-04-24 15:09:27 +00:00
Makefile Remove Win32 special rename/unlink from libpq. 2003-04-22 19:42:27 +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.