postgresql/src/interfaces/libpq
2018-02-05 16:03:36 -05:00
..
po Translation updates 2018-02-05 12:38:16 -05:00
test Make src/interfaces/libpq/test clean up after itself. 2017-02-19 17:18:36 -05:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
bcc32.mak Spelling fixes 2017-03-14 13:45:54 -04:00
exports.txt Add libpq support for recreating an error message with different verbosity. 2016-04-03 12:24:54 -04:00
fe-auth.c Clear auth context correctly when re-connecting after failed auth attempt. 2017-06-07 14:04:54 +03:00
fe-auth.h Update copyright for 2016 2016-01-02 13:33:40 -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 Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-misc.c Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -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 Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-protocol3.c Small wording tweaks 2016-08-02 22:33:56 -04:00
fe-secure-openssl.c Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 2016-10-07 12:53:40 +03:00
fe-secure.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-events.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-events.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-fe.h Add libpq support for recreating an error message with different verbosity. 2016-04-03 12:24:54 -04:00
libpq-int.h Fix typos in comments. 2017-02-06 11:34:15 +02:00
libpq.rc.in Stamp 9.6.7. 2018-02-05 16:03:36 -05:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pqexpbuffer.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pthread-win32.c Update copyright for 2016 2016-01-02 13:33:40 -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:15 +02:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Remove extraneous leading whitespace in Windows build script. 2016-06-13 11:50:27 -04:00

src/interfaces/libpq/README

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