postgresql/src
Andrew Dunstan 7e1531a450 Don't use deprecated dllwrap on Cygwin.
The preferred method is to use "cc -shared", and this allows binaries
to be rebased if required, unlike dllwrap.

Backpatch to 9.0 where we have buildfarm coverage.

There are still some issues with Cygwin, especially modern Cygwin, but
this helps us get closer to good support.

Marco Atzeri.
2014-02-01 16:08:33 -05:00
..
backend arrays: tighten checks for multi-dimensional input 2014-02-01 10:49:17 -05:00
bin Introduce replication slots. 2014-01-31 22:45:36 -05:00
common Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
include Introduce replication slots. 2014-01-31 22:45:36 -05:00
interfaces Copy the libpq DLL to the bin directory on Mingw and Cygwin. 2014-02-01 15:11:13 -05:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:08:33 -05:00
pl Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
port Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
template
test arrays: tighten checks for multi-dimensional input 2014-02-01 10:49:17 -05:00
timezone Update copyright for 2014 2014-01-07 16:05:30 -05:00
tools Introduce replication slots. 2014-01-31 22:45:36 -05:00
tutorial Update copyright for 2014 2014-01-07 16:05:30 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:08:33 -05:00
nls-global.mk
win32.mak