postgresql/src/interfaces/libpq
2009-05-27 14:16:51 +00:00
..
po Translation updates 2009-05-14 21:41:53 +00:00
.cvsignore Create two separate libpq.rc's: One that is built at build time, and one 2008-02-26 13:31:40 +00:00
bcc32.mak Assorted portability fixes for Borland C, from Pavel Golub. 2009-04-19 22:37:13 +00:00
exports.txt Add PQinitOpenSSL() function to support applications that use libcrypto 2009-03-31 01:41:27 +00:00
fe-auth.c Clean up pg_SSPI_error() coding a little bit: make the messages more 2009-03-22 18:06:35 +00:00
fe-auth.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-connect.c Make pwdfMatchesString() a little more careful about matching * fields. 2009-05-18 16:15:22 +00:00
fe-exec.c Reverting patch just in case a compiler treats this enum as signed. 2009-05-27 14:16:51 +00:00
fe-lobj.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-misc.c Removed comparison of unsigned expression < 0. 2009-05-21 12:54:27 +00:00
fe-print.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-protocol2.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-protocol3.c Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an 2009-01-09 18:50:03 +00:00
fe-secure.c Fix already-obsolete hint message ... sslverify parameter is no more. 2009-05-03 17:16:58 +00:00
libpq-events.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq-events.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq-fe.h Add PQinitOpenSSL() function to support applications that use libcrypto 2009-03-31 01:41:27 +00:00
libpq-int.h Remove sslverify parameter again, replacing it with two new sslmode values: 2009-04-24 09:43:10 +00:00
libpq.rc.in Fix a couple of missed copyright dates. 2009-01-01 17:59:40 +00:00
Makefile Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls.mk Translation updates for 8.4 beta 2009-04-09 19:38:53 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqexpbuffer.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqsignal.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqsignal.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pthread-win32.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
win32.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
win32.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
win32.mak Update standalong libpq makefiles for msvc and bcc to work with the new 2008-10-27 09:10:04 +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.