postgresql/src/interfaces/libpq
2014-07-21 01:07:36 -04:00
..
po Translation updates 2014-07-21 01:07:36 -04:00
test pgindent run for 9.4 2014-05-06 12:12:18 -04:00
.gitignore Include files copied from libpqport in .gitignore 2014-05-08 10:59:09 +03:00
bcc32.mak Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 2014-05-05 16:07:40 +03:00
exports.txt Add libpq function PQhostaddr(). 2014-01-24 02:32:39 +09:00
fe-auth.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-auth.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
fe-connect.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-exec.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-lobj.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-misc.c Avoid buffer bloat in libpq when server is consistently faster than client. 2014-05-07 21:39:13 -04:00
fe-print.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
fe-protocol2.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-protocol3.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
fe-secure.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
libpq-events.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq-events.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq-fe.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
libpq-int.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
libpq.rc.in Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 2014-05-05 16:07:40 +03:00
nls.mk Translation updates 2013-09-02 02:43:18 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pqexpbuffer.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pthread-win32.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 2014-05-05 16:07:40 +03:00

src/interfaces/libpq/README

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