postgresql/src/interfaces/libpq
Heikki Linnakangas ec903d20e3 Improve comment.
Based on the old comment, it took me a while to figure out what the
problem was. The importnat detail is that SSL_read() can return WANT_READ
even though some raw data was received from the socket.
2014-08-07 12:40:13 +03:00
..
po Translation updates 2014-07-21 01:08:04 -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
Makefile Remove dependency on wsock32.lib in favor of ws2_32 2014-07-15 14:18:39 +02:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02: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 Improve comment. 2014-08-07 12:40:13 +03: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 Stamp HEAD as 9.5devel. 2014-06-10 21:36:13 -04: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
win32.c Remove dependency on wsock32.lib in favor of ws2_32 2014-07-15 14:18:39 +02:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Remove dependency on wsock32.lib in favor of ws2_32 2014-07-15 14:18:39 +02:00

README

src/interfaces/libpq/README

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