postgresql/src/interfaces/libpq
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8.
OpenSSL officially only supports 1.0.1 and newer. Some OS distributions
still provide patches for 0.9.8, but anything older than that is not
interesting anymore. Let's simplify things by removing compatibility code.

Andreas Karlsson, with small changes by me.
2016-08-29 20:16:02 +03:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
test Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
Makefile Automate the maintenance of SO_MINOR_VERSION for our shared libraries. 2016-08-16 13:58:54 -04:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -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 Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:55:19 -04:00
fe-auth.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-connect.c Obstruct shell, SQL, and conninfo injection via database and role names. 2016-08-08 10:07:46 -04:00
fe-exec.c Add a nonlocalized version of the severity field to client error messages. 2016-08-26 16:20:17 -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 Update copyright for 2016 2016-01-02 13:33:40 -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 Remove support for OpenSSL versions older than 0.9.8. 2016-08-29 20:16:02 +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 Remove support for OpenSSL versions older than 0.9.8. 2016-08-29 20:16:02 +03:00
libpq.rc.in Stamp HEAD as 10devel. 2016-08-15 13:49:49 -04: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
win32.c Update copyright for 2016 2016-01-02 13:33:40 -05: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

README

src/interfaces/libpq/README

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