You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/interfaces/libpq
Tom Lane 9f9d9b51f0 Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently. 12 years ago
..
po Translation updates 12 years ago
test Fix PQconninfoParse error message handling 13 years ago
.gitignore Re-include pqsignal() in libpq. 13 years ago
Makefile Stamp shared-library minor version numbers for 9.4. 13 years ago
README Remove cvs keywords from all files. 16 years ago
bcc32.mak Re-include pqsignal() in libpq. 13 years ago
exports.txt Add libpq function PQconninfo() 13 years ago
fe-auth.c Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
fe-auth.h Update copyrights for 2013 13 years ago
fe-connect.c Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 13 years ago
fe-exec.c Additional spelling corrections 13 years ago
fe-lobj.c Update copyrights for 2013 13 years ago
fe-misc.c Move pqsignal() to libpgport. 13 years ago
fe-print.c pgindent run for release 9.3 13 years ago
fe-protocol2.c Update copyrights for 2013 13 years ago
fe-protocol3.c pgindent run for release 9.3 13 years ago
fe-secure.c Fix SSL deadlock risk in libpq 12 years ago
libpq-events.c Update copyrights for 2013 13 years ago
libpq-events.h pgindent run for release 9.3 13 years ago
libpq-fe.h pg_isready 13 years ago
libpq-int.h Update copyrights for 2013 13 years ago
libpq.rc.in Stamp HEAD as 9.4devel. 13 years ago
nls.mk Translation updates 13 years ago
pg_service.conf.sample Remove useless whitespace at end of lines 15 years ago
pqexpbuffer.c Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently. 12 years ago
pqexpbuffer.h Update copyrights for 2013 13 years ago
pthread-win32.c Update copyrights for 2013 13 years ago
win32.c Update copyrights for 2013 13 years ago
win32.h Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
win32.mak Re-include pqsignal() in libpq. 13 years ago

README

src/interfaces/libpq/README

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