postgresql/src/interfaces/libpq
2006-09-07 15:37:25 +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 Move pthread-win32.h to /port, modify bcc/msvc makefiles. 2006-07-10 18:53:29 +00:00
exports.txt Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 2006-08-18 19:52:39 +00:00
fe-auth.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
fe-auth.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-connect.c Allow LDAP lookups from pg_service.conf. 2006-07-27 13:20:24 +00:00
fe-exec.c Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 2006-08-18 19:52:39 +00:00
fe-lobj.c Specify lo_write() to take a _const_ buffer, to match documentation. 2006-09-07 15:37:25 +00:00
fe-misc.c Fix a passel of recently-committed violations of the rule 'thou shalt 2006-07-14 05:28:29 +00:00
fe-print.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
fe-protocol2.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
fe-protocol3.c Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 2006-08-18 19:52:39 +00:00
fe-secure.c Add missing gettext calls for some SSL errors. 2006-09-04 14:57:27 +00:00
libpq-fe.h Specify lo_write() to take a _const_ buffer, to match documentation. 2006-09-07 15:37:25 +00:00
libpq-int.h Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 2006-08-18 19:52:39 +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 Allow LDAP lookups from pg_service.conf. 2006-07-27 13:20:24 +00:00
nls.mk
pg_service.conf.sample
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 Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:57:56 +00:00
pqsignal.h Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:57:56 +00:00
pthread-win32.c Add #include postgres_fe.h in two win32-specific files, because there is 2006-07-29 15:22:27 +00:00
README
win32.c Add #include postgres_fe.h in two win32-specific files, because there is 2006-07-29 15:22:27 +00:00
win32.h
win32.mak Suppress MSVC warnings about weak functions by using 2006-08-09 03:09:56 +00:00

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