postgresql/src/interfaces/libpq
Magnus Hagander 47ed197c37 Disable FNM_CASEFOLD. Need a proper solution later, but just comment
it out for now so the buildfarm recovers.
2008-11-24 19:19:46 +00:00
..
po Translation updates 2008-01-31 18:04:52 +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
Makefile Add support for matching wildcard server certificates to the new SSL code. 2008-11-24 09:15:16 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
bcc32.mak Update standalong libpq makefiles for msvc and bcc to work with the new 2008-10-27 09:10:04 +00:00
exports.txt Fix dblink_connect() so that it verifies that a password is supplied in the 2008-09-22 13:55:14 +00:00
fe-auth.c Remove support for (insecure) crypt authentication. 2008-10-28 12:10:44 +00:00
fe-auth.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-connect.c Fix libpq certificate validation for SSL connections. 2008-11-13 09:45:25 +00:00
fe-exec.c Improve the recently-added libpq events code to provide more consistent 2008-09-19 16:40:40 +00:00
fe-lobj.c Make parameters in implementation have same const:ness as the ones in 2008-04-10 15:20:52 +00:00
fe-misc.c Add support for multiple error messages from libpq, by simply appending them 2008-10-27 09:42:31 +00:00
fe-print.c Use isatty() test for pager on Win32; not sure why it was disabled for 2008-05-17 23:34:44 +00:00
fe-protocol2.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-protocol3.c Add support for multiple error messages from libpq, by simply appending them 2008-10-27 09:42:31 +00:00
fe-secure.c Disable FNM_CASEFOLD. Need a proper solution later, but just comment 2008-11-24 19:19:46 +00:00
libpq-events.c Add a PQfireResultCreateEvents function to allow applications to mimic the 2008-09-19 20:06:13 +00:00
libpq-events.h Add a PQfireResultCreateEvents function to allow applications to mimic the 2008-09-19 20:06:13 +00:00
libpq-fe.h Fix dblink_connect() so that it verifies that a password is supplied in the 2008-09-22 13:55:14 +00:00
libpq-int.h Fix libpq certificate validation for SSL connections. 2008-11-13 09:45:25 +00:00
libpq.rc.in Stamp HEAD as 8.4devel. 2008-02-13 03:40:38 +00:00
nls.mk Translation updates 2007-10-27 00:13:43 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqexpbuffer.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqsignal.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqsignal.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pthread-win32.c Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 2008-05-21 14:20:48 +00:00
win32.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +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

README

$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.