postgresql/src/interfaces/libpq
Magnus Hagander b25d3e4db0 The correct min buffer size is
INITIAL_EXPBUFFER_SIZE, not PQERRORMSG_LENGTH.

Backpatch only, the proper fix in HEAD is
to use PQExpBuffers everywhere.
2007-07-23 18:13:02 +00:00
..
po Translation updates 2007-01-31 08:27:01 +00:00
.cvsignore Patch to make libpq.rc be a built-for-distribution file was a few 2004-12-21 02:14:41 +00:00
bcc32.mak Have BCC echo output "" using "", rather than \"\" as earlier reported. 2006-06-06 16:17:31 +00:00
exports.txt Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:19:44 +00:00
fe-auth.c The correct min buffer size is 2007-07-23 18:13:02 +00:00
fe-auth.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
fe-connect.c The correct min buffer size is 2007-07-23 18:13:02 +00:00
fe-exec.c Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:19:44 +00:00
fe-lobj.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
fe-misc.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
fe-print.c Fix ancient memory leak in PQprintTuples(); our code no longer uses this 2006-04-19 16:15:34 +00:00
fe-protocol2.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
fe-protocol3.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
fe-secure.c Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 2006-01-24 16:38:50 +00:00
libpq-fe.h Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:19:44 +00:00
libpq-int.h The correct min buffer size is 2007-07-23 18:13:02 +00:00
libpq.rc.in Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 2007-04-19 03:06:50 +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
Makefile Allow Win32 libpq will use it's minimal pthread implementation, and ecpg 2005-08-29 00:47:35 +00:00
nls.mk Translation updates 2005-01-14 08:57:06 +00:00
pg_service.conf.sample Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
pqexpbuffer.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
pqexpbuffer.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqsignal.c Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:58:07 +00:00
pqsignal.h Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:58:07 +00:00
pthread-win32.c Update pthread_self() on Win32 to return DWORD. 2005-08-28 21:42:28 +00:00
pthread-win32.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
win32.h Make Win32 build use our port/snprintf.c routines, instead of depending 2005-12-06 02:29:27 +00:00
win32.mak This correction is required of nmake of Windows. 2005-09-16 18:58:48 +00:00

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