postgresql/src/interfaces/libpq
2013-02-04 16:28:27 -05:00
..
po Translation updates 2013-02-03 23:58:38 -05:00
.gitignore Need to list getpeereid.c in .gitignore, too ... 2011-06-02 22:24:08 -04:00
bcc32.mak Allow bcc32 and win32 batch files to compile libpq. 2011-09-07 15:43:52 -04:00
exports.txt Add PQlibVersion() function to libpq 2010-12-22 14:23:56 +01:00
fe-auth.c Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
fe-auth.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
fe-connect.c Produce a more useful error message for over-length Unix socket paths. 2012-11-29 19:57:17 -05:00
fe-exec.c Fix PQsetvalue() to avoid possible crash when adding a new tuple. 2011-07-21 12:24:48 -04:00
fe-lobj.c Fix lo_import and lo_export to return useful error messages more often. 2012-10-08 21:52:48 -04:00
fe-misc.c Fix previous patch so it also works if not USE_SSL (mea culpa). 2011-07-24 23:29:10 -04:00
fe-print.c Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:43:56 -05:00
fe-protocol2.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
fe-protocol3.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
fe-secure.c Remove arbitrary limitation on length of common name in SSL certificates. 2012-02-23 15:48:09 -05:00
libpq-events.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq-events.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq-fe.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
libpq-int.h Remove arbitrary limitation on length of common name in SSL certificates. 2012-02-23 15:48:09 -05:00
libpq.rc.in Stamp 9.1.8. 2013-02-04 16:28:27 -05:00
Makefile fe-misc.c depends on pg_config_paths.h 2012-02-06 11:52:01 -03:00
nls.mk Translation updates for 9.1.0 2011-09-08 23:10:40 +03:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pqexpbuffer.h Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
pqsignal.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pqsignal.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pthread-win32.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
win32.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.mak Teach the makefile used to build stand-alone libpq on Windows that libpq 2011-09-14 17:59:25 +03:00

src/interfaces/libpq/README

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