postgresql/src/interfaces/libpq
2013-12-03 11:42:18 -05:00
..
po Translation updates 2013-12-02 00:17:07 -05:00
test Fix PQconninfoParse error message handling 2013-07-15 20:04:14 -04:00
.gitignore Re-include pqsignal() in libpq. 2013-03-17 15:45:31 -04:00
bcc32.mak Re-include pqsignal() in libpq. 2013-03-17 15:45:31 -04:00
exports.txt Add libpq function PQconninfo() 2012-11-30 15:11:08 +09:00
fe-auth.c C comment: again update comment for pg_fe_sendauth for error cases 2013-12-03 11:42:18 -05:00
fe-auth.h libpq: change PQconndefaults() to ignore invalid service files 2013-12-03 11:12:25 -05:00
fe-connect.c libpq: change PQconndefaults() to ignore invalid service files 2013-12-03 11:12:25 -05:00
fe-exec.c Additional spelling corrections 2013-06-03 08:40:27 -04:00
fe-lobj.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
fe-misc.c Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
fe-print.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
fe-protocol2.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
fe-protocol3.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
fe-secure.c Fix SSL deadlock risk in libpq 2013-09-23 08:33:41 -04:00
libpq-events.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq-events.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
libpq-fe.h pg_isready 2013-01-23 11:01:20 -05:00
libpq-int.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq.rc.in Stamp HEAD as 9.4devel. 2013-06-14 14:41:28 -04:00
Makefile Stamp shared-library minor version numbers for 9.4. 2013-06-14 14:49:46 -04:00
nls.mk Translation updates 2013-09-02 02:43:18 -04:00
pg_service.conf.sample
pqexpbuffer.c Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently. 2013-10-25 17:42:26 -04:00
pqexpbuffer.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pthread-win32.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
README
win32.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Re-include pqsignal() in libpq. 2013-03-17 15:45:31 -04:00

src/interfaces/libpq/README

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