| Commit message (Expand) | Author | Age | Files | Lines |
| * | Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. | Noah Misch | 2015-08-05 | 1 | -1/+7 |
| * | Clean up Makefile.win32 "-I" flag additions. | Noah Misch | 2015-07-30 | 1 | -8/+2 |
| * | MinGW: Use -static-libgcc when linking a DLL. | Noah Misch | 2014-10-21 | 1 | -1/+1 |
| * | Add file version information to most installed Windows binaries. | Noah Misch | 2014-07-14 | 1 | -2/+2 |
| * | Consistently define BUILDING_DLL during builds of src/port for Windows. | Noah Misch | 2014-06-11 | 1 | -0/+4 |
| * | Get rid of use of dlltool in Mingw builds. | Tom Lane | 2014-02-11 | 1 | -3/+1 |
| * | Blind attempt at fixing the non-MSVC Windows builds | Alvaro Herrera | 2013-02-22 | 1 | -0/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane | 2010-07-05 | 1 | -2/+2 |
| * | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 1 | -6/+7 |
| * | Adjust windows makefiles too, now that the walreceiver dynamic module | Heikki Linnakangas | 2010-01-20 | 1 | -2/+2 |
| * | Second try: walreceiver should not be built with -DBUILDING_DLL | Tom Lane | 2010-01-15 | 1 | -1/+3 |
| * | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut | 2009-01-05 | 1 | -2/+2 |
| * | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut | 2008-12-07 | 1 | -3/+20 |
| * | Don't define BUILDING_DLL for snowball lib. Should fix build problems | Magnus Hagander | 2007-08-21 | 1 | -1/+3 |
| * | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane | 2006-06-22 | 1 | -3/+2 |
| * | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. | Bruce Momjian | 2006-01-19 | 1 | -2/+2 |
| * | Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, | Bruce Momjian | 2006-01-19 | 1 | -2/+2 |
| * | In a PGXS build, expect to find the postgres executable already installed, | Tom Lane | 2004-12-17 | 1 | -1/+5 |
| * | Install include/port header files, and fix PGXS build to use them. | Tom Lane | 2004-11-17 | 1 | -1/+12 |
| * | Fix Cygwin compile for timezone. | Bruce Momjian | 2004-10-27 | 1 | -2/+2 |
| * | Fix tsearch build problems. | Tom Lane | 2004-10-22 | 1 | -1/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Rename Win32 include directory from win32_include to win32. | Bruce Momjian | 2003-05-19 | 1 | -2/+2 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -0/+33 |