postgresql/src/interfaces/libpq
2018-08-06 16:09:28 -04:00
..
po Translation updates 2018-08-06 19:35:42 +02:00
test Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-07-09 17:23:31 -04: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:51 -04:00
exports.txt Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 2015-11-07 16:13:49 -05:00
fe-auth.c Clear auth context correctly when re-connecting after failed auth attempt. 2017-06-07 14:03:27 +03:00
fe-auth.h Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
fe-connect.c Fix failure to reset libpq's state fully between connection attempts. 2018-08-06 10:53:35 -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:28 -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 In libpq, free any partial query result before collecting a server error. 2018-04-13 12:53:46 -04:00
fe-protocol3.c In libpq, free any partial query result before collecting a server error. 2018-04-13 12:53:46 -04:00
fe-secure-openssl.c Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 2016-10-07 12:53:42 +03:00
fe-secure.c Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 2015-11-07 16:13:49 -05:00
libpq-events.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-events.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-fe.h Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 2015-11-07 16:13:49 -05:00
libpq-int.h Fix failure to reset libpq's state fully between connection attempts. 2018-08-06 10:53:35 -04:00
libpq.rc.in Stamp 9.5.14. 2018-08-06 16:09:28 -04:00
Makefile Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
nls.mk Translation updates 2016-02-08 14:21:00 -05:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pqexpbuffer.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pthread-win32.c Update copyright for 2015 2015-01-06 11:43:47 -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:18 +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:34 -04:00

src/interfaces/libpq/README

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