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
Peter Eisentraut 58b30d9829 Translation updates 11 years ago
..
po Translation updates 11 years ago
test Fix libpq test expected output file 11 years ago
.gitignore Revert error-throwing wrappers for the printf family of functions. 11 years ago
Makefile Revert error-throwing wrappers for the printf family of functions. 11 years ago
README Remove cvs keywords from all files. 15 years ago
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 11 years ago
exports.txt Add API functions to libpq to interrogate SSL related stuff. 11 years ago
fe-auth.c Fix more typos in comments. 11 years ago
fe-auth.h Fix libpq's behavior when /etc/passwd isn't readable. 11 years ago
fe-connect.c pgindent run for 9.5 11 years ago
fe-exec.c Fix documentation for libpq's PQfn(). 11 years ago
fe-lobj.c Cast to (void *) rather than (int *) when passing int64's to PQfn(). 11 years ago
fe-misc.c pgindent run for 9.5 11 years ago
fe-print.c Update copyright for 2015 11 years ago
fe-protocol2.c Improve handling of out-of-memory in libpq. 11 years ago
fe-protocol3.c Improve handling of out-of-memory in libpq. 11 years ago
fe-secure-openssl.c pgindent run for 9.5 11 years ago
fe-secure.c pgindent run for 9.5 11 years ago
libpq-events.c Update copyright for 2015 11 years ago
libpq-events.h Update copyright for 2015 11 years ago
libpq-fe.h Add API functions to libpq to interrogate SSL related stuff. 11 years ago
libpq-int.h Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
libpq.rc.in Update copyright for 2015 11 years ago
nls.mk Add new files to nls.mk 11 years ago
pg_service.conf.sample Remove useless whitespace at end of lines 15 years ago
pqexpbuffer.c Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
pqexpbuffer.h Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
pthread-win32.c Update copyright for 2015 11 years ago
win32.c Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
win32.h Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
win32.mak Revert error-throwing wrappers for the printf family of functions. 11 years ago

README

src/interfaces/libpq/README

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