postgresql/src/interfaces/libpq
Peter Eisentraut cb4a3b0410 Install shared libraries also in bin on cygwin, mingw
This was previously only done for libpq, not it's done for all shared
libraries.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2015-01-18 22:36:40 -05:00
..
po Translation updates 2014-12-15 00:25:35 -05:00
test Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore Include files copied from libpqport in .gitignore 2014-05-08 10:59:09 +03:00
bcc32.mak Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 2014-05-05 16:07:40 +03:00
exports.txt Revert "Add libpq function PQhostaddr()." 2014-11-29 12:31:21 -05:00
fe-auth.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05: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 libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
fe-exec.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-lobj.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-misc.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-print.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-protocol2.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-protocol3.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-secure-openssl.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-secure.c Update copyright for 2015 2015-01-06 11:43:47 -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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-int.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq.rc.in Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Install shared libraries also in bin on cygwin, mingw 2015-01-18 22:36:40 -05: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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqexpbuffer.h Update copyright for 2015 2015-01-06 11:43:47 -05: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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak MinGW: Link with shell32.dll instead of shfolder.dll. 2014-10-21 22:55:43 -04:00

src/interfaces/libpq/README

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