postgresql/src/interfaces/libpq
2009-07-13 01:37:05 +00:00
..
po Translation updates for 8.4 release. 2009-06-26 19:33: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
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 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
fe-auth.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-connect.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
fe-exec.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
fe-lobj.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
fe-misc.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +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 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
fe-secure.c Properly initialize SSL engines when used from libpq. This is required for 2009-06-23 18:13:23 +00:00
libpq-events.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
libpq-events.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
libpq-fe.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
libpq-int.h Properly initialize SSL engines when used from libpq. This is required for 2009-06-23 18:13:23 +00:00
libpq.rc.in Stamp HEAD as 8.5devel. 2009-07-01 23:15:55 +00:00
Makefile Stamp minor library version numbers for 8.5; sorry for the delay. 2009-07-13 01:37:05 +00:00
nls.mk Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pqexpbuffer.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +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 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
win32.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +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 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.