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
Heikki Linnakangas 7b96bf445a Fix out-of-memory error handling in ParameterDescription message processing. 10 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 Stamp shared-library minor version numbers for 9.6. 11 years ago
README
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 11 years ago
exports.txt Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 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 Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
fe-exec.c Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 years ago
fe-lobj.c Cast to (void *) rather than (int *) when passing int64's to PQfn(). 11 years ago
fe-misc.c Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 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 Fix out-of-memory error handling in ParameterDescription message processing. 10 years ago
fe-secure-openssl.c Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
fe-secure.c Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 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 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
libpq-int.h Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
libpq.rc.in Stamp HEAD as 9.6devel. 11 years ago
nls.mk Add new files to nls.mk 11 years ago
pg_service.conf.sample
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
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.