postgresql/src/interfaces/libpq
2017-11-06 17:13:17 -05:00
..
po Translation updates 2017-11-05 17:04:00 -05:00
test Make src/interfaces/libpq/test clean up after itself. 2017-02-19 17:18:46 -05:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:16:19 -04:00
bcc32.mak Spelling fixes 2017-03-14 13:45:48 -04:00
exports.txt Revert "Add libpq function PQhostaddr()." 2014-11-29 12:34:12 -05:00
fe-auth.c Clear auth context correctly when re-connecting after failed auth attempt. 2017-06-07 14:04:49 +03:00
fe-auth.h Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:47 -05:00
fe-connect.c Fix libpq to not require user's home directory to exist. 2017-10-25 19:32:24 -04:00
fe-exec.c Teach libpq to detect integer overflow in the row count of a PGresult. 2017-08-29 15:18:01 -04:00
fe-lobj.c Cast to (void *) rather than (int *) when passing int64's to PQfn(). 2015-03-08 13:58:36 -04:00
fe-misc.c Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 2015-11-12 13:03:52 -05:00
fe-print.c Handle empty or all-blank PAGER setting more sanely in psql. 2016-12-07 12:19:56 -05:00
fe-protocol2.c Improve handling of out-of-memory in libpq. 2015-07-07 18:45:17 +03:00
fe-protocol3.c Fix out-of-memory error handling in ParameterDescription message processing. 2015-12-14 18:40:51 +02:00
fe-secure.c Support OpenSSL 1.1.0 in 9.4 branch. 2017-04-15 20:16:03 -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 Revert "Add libpq function PQhostaddr()." 2014-11-29 12:34:12 -05:00
libpq-int.h Support OpenSSL 1.1.0 in 9.4 branch. 2017-04-15 20:16:03 -04:00
libpq.rc.in Stamp 9.4.15. 2017-11-06 17:13:17 -05:00
Makefile Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:16:19 -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
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Fix typos in comments. 2017-02-06 11:34:24 +02:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:16:19 -04:00

src/interfaces/libpq/README

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