postgresql/src/interfaces/libpq
Tom Lane 9a42e8514f Stamp 9.0.23. 2015-10-05 15:19:44 -04:00
..
po Translation updates 2015-10-05 11:00:51 -04:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:18:56 -04:00
Makefile Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:18:56 -04:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:18:56 -04:00
exports.txt Introduce two new libpq connection functions, PQconnectdbParams and 2010-01-28 06:28:26 +00:00
fe-auth.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
fe-auth.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fe-connect.c Fix minor bugs in commit 30bf4689a9 et al. 2014-11-30 12:21:01 -05:00
fe-exec.c Fix documentation for libpq's PQfn(). 2015-03-08 13:35:53 -04:00
fe-lobj.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
fe-misc.c Fix potential deadlock with libpq non-blocking mode. 2015-02-23 13:32:53 +02:00
fe-print.c Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:44:01 -05:00
fe-protocol2.c Oops, PQExpBufferDataBroken doesn't exist before 9.2. 2015-07-07 18:54:08 +03:00
fe-protocol3.c Oops, PQExpBufferDataBroken doesn't exist before 9.2. 2015-07-07 18:54:08 +03:00
fe-secure.c Back-patch libpq support for TLS versions beyond v1. 2015-05-21 20:41:55 -04:00
libpq-events.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq-events.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq-fe.h Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
libpq-int.h check socket creation errors against PGINVALID_SOCKET 2014-04-16 10:45:48 -04:00
libpq.rc.in Stamp 9.0.23. 2015-10-05 15:19:44 -04:00
nls.mk Translation updates 2011-09-22 23:10:16 +03:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
pqexpbuffer.h Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
pqsignal.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pqsignal.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pthread-win32.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
win32.c Update copyright for the year 2010. 2010-01-02 16:58:17 +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 Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:18:56 -04: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.