postgresql/src/interfaces/libpq
Bruce Momjian 3c4768d0d1 Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
applications don't need the SSL headers.

Martijn van Oosterhout
2006-04-27 00:53:58 +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
bcc32.mak Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 2006-04-24 04:03:25 +00:00
exports.txt Rename pg_make_encrypted_password to PQencryptPassword. 2005-12-26 14:58:06 +00:00
fe-auth.c * Stephen Frost (sfrost@snowman.net) wrote: 2006-03-06 17:59:30 +00:00
fe-auth.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-connect.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
fe-exec.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
fe-lobj.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-misc.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-print.c Fix ancient memory leak in PQprintTuples(); our code no longer uses this 2006-04-19 16:15:29 +00:00
fe-protocol2.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-protocol3.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
fe-secure.c Change libpq's PQgetssl() to return a void*, rather than SSL *, so that 2006-04-27 00:53:58 +00:00
libpq-fe.h Change libpq's PQgetssl() to return a void*, rather than SSL *, so that 2006-04-27 00:53:58 +00:00
libpq-int.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
Makefile Fix typo. 2006-04-11 20:26:40 +00:00
nls.mk
pg_service.conf.sample Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
pqexpbuffer.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pqexpbuffer.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pqsignal.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pqsignal.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pthread-win32.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +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
win32.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +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.