postgresql/src/interfaces/libpq
2011-09-22 23:10:16 +03:00
..
po Translation updates 2011-09-22 23:10:16 +03:00
.gitignore More fixes for libpq's .gitignore file. 2010-09-22 22:32:19 -04:00
bcc32.mak Assorted portability fixes for Borland C, from Pavel Golub. 2009-04-19 22:37:13 +00:00
exports.txt Introduce two new libpq connection functions, PQconnectdbParams and 2010-01-28 06:28:26 +00:00
fe-auth.c Fix portability bugs in use of credentials control messages for peer auth. 2011-05-30 19:16:11 -04:00
fe-auth.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fe-connect.c Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 2011-08-27 16:37:08 -04:00
fe-exec.c Fix PQsetvalue() to avoid possible crash when adding a new tuple. 2011-07-21 12:25:01 -04:00
fe-lobj.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fe-misc.c Fix previous patch so it also works if not USE_SSL (mea culpa). 2011-07-24 23:29:15 -04:00
fe-print.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fe-protocol2.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fe-protocol3.c Fix typo that had the code check the same thing twice. 2010-04-28 13:46:23 +00:00
fe-secure.c Fix previous patch so it also works if not USE_SSL (mea culpa). 2011-07-24 23:29:15 -04:00
libpq-events.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq-events.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq-fe.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
libpq-int.h Allow full SSL certificate verification (wherein libpq checks its host name 2010-07-14 17:09:54 +00:00
libpq.rc.in Tag 9.0.4. 2011-04-15 00:15:53 -03:00
Makefile Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nls.mk Translation updates 2011-09-22 23:10:16 +03:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pqexpbuffer.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pqsignal.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pqsignal.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pthread-win32.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
win32.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
win32.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
win32.mak Add missing library to standalone libpq build on Win32. 2009-11-23 12:54:37 +00:00

$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $

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