summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.cygwin
Commit message (Expand)AuthorAgeFilesLines
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-1/+0
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-091-0/+2
* Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane2017-01-201-1/+3
* Consistently define BUILDING_DLL during builds of src/port for Windows.Noah Misch2014-06-111-0/+4
* Flush a stray definition of $(DLLTOOL).Tom Lane2014-02-111-2/+2
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-011-5/+2
* Blind attempt at fixing the non-MSVC Windows buildsAlvaro Herrera2013-02-221-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-2/+2
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-6/+7
* Adjust windows makefiles too, now that the walreceiver dynamic moduleHeikki Linnakangas2010-01-201-2/+2
* Second try: walreceiver should not be built with -DBUILDING_DLLTom Lane2010-01-151-1/+3
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-3/+1
* Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.Tom Lane2007-08-221-1/+3
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-221-3/+2
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian2006-01-191-2/+2
* Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian2006-01-191-2/+2
* In a PGXS build, expect to find the postgres executable already installed,Tom Lane2004-12-171-1/+5
* Fix Cygwin compile for timezone.Bruce Momjian2004-10-271-1/+5
* Remove JDBC from the build system and documentation, too.Tom Lane2004-01-191-3/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix compilation on Cygwin.Peter Eisentraut2003-05-221-2/+2
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-211-0/+37