postgresql/src/interfaces/libpq
Tom Lane 523adeb111 Teach PQcmdTuples() that a COPY command tag might contain a row count,
and tighten up its sanity checking of the tag as a safety measure.
Volkan Yazici.
2006-03-03 20:57:32 +00:00
..
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +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 Adjust bcc to work for thread changes. 2005-09-16 19:00:05 +00:00
exports.txt Rename pg_make_encrypted_password to PQencryptPassword. 2005-12-26 14:58:06 +00:00
fe-auth.c Back out patch pending review. 2006-02-12 20:08:29 +00:00
fe-auth.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fe-connect.c Add positive defense against trying to connect when the connection 2006-02-13 22:33:57 +00:00
fe-exec.c Teach PQcmdTuples() that a COPY command tag might contain a row count, 2006-03-03 20:57:32 +00:00
fe-lobj.c Remove unnecessary lo_lseek call in lo_open. Apparently there was once 2006-03-02 21:56:14 +00:00
fe-misc.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
fe-print.c Fix HTML alignment in PQprint. 2006-02-07 00:26:15 +00:00
fe-protocol2.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
fe-protocol3.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
fe-secure.c Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 2006-01-24 16:38:42 +00:00
libpq-fe.h Rename pg_make_encrypted_password to PQencryptPassword. 2005-12-26 14:58:06 +00:00
libpq-int.h Add positive defense against trying to connect when the connection 2006-02-13 22:33:57 +00:00
libpq.rc.in Stamp libraries for 8.2 by updating minor library version numbers and 2005-12-09 02:49:09 +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 installation into directories containing spaces in the name. 2005-12-09 21:19:36 +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 Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqsignal.h Tag appropriate files for rc3 2004-12-31 22:04:05 +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:17:34 +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:04 +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.