| Age | Commit message (Expand) | Author |
| 2022-10-07 | autoconf: Rely on ar supporting index creation | Andres Freund |
| 2022-09-26 | windows: remove date from version number in win32ver.rc | Andres Freund |
| 2022-03-25 | Refactor DLSUFFIX handling | Peter Eisentraut |
| 2020-01-15 | Remove libpq.rc, use win32ver.rc for libpq | Peter Eisentraut |
| 2019-10-21 | Select CFLAGS_SL at configure time, not in platform-specific Makefiles. | Tom Lane |
| 2019-04-09 | Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. | Noah Misch |
| 2018-04-30 | Remove Windows module-list-dumping code. | Tom Lane |
| 2018-04-30 | Dump full memory maps around failing Windows reattach code. | Tom Lane |
| 2017-01-20 | Try to fix non-MSVC Windows builds in the wake of logical replication. | Tom Lane |
| 2016-01-28 | Fix typos in comments and doc | Fujii Masao |
| 2015-08-06 | Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. | Noah Misch |
| 2015-07-31 | Clean up Makefile.win32 "-I" flag additions. | Noah Misch |
| 2014-10-22 | MinGW: Use -static-libgcc when linking a DLL. | Noah Misch |
| 2014-07-14 | Add file version information to most installed Windows binaries. | Noah Misch |
| 2014-06-11 | Consistently define BUILDING_DLL during builds of src/port for Windows. | Noah Misch |
| 2014-02-11 | Get rid of use of dlltool in Mingw builds. | Tom Lane |
| 2013-02-22 | Blind attempt at fixing the non-MSVC Windows builds | Alvaro Herrera |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-07-05 | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-01-20 | Adjust windows makefiles too, now that the walreceiver dynamic module | Heikki Linnakangas |
| 2010-01-15 | Second try: walreceiver should not be built with -DBUILDING_DLL | Tom Lane |
| 2009-01-05 | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut |
| 2008-12-07 | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut |
| 2007-08-21 | Don't define BUILDING_DLL for snowball lib. Should fix build problems | Magnus Hagander |
| 2006-06-22 | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane |
| 2006-01-19 | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. | Bruce Momjian |
| 2006-01-19 | Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, | Bruce Momjian |
| 2004-12-17 | In a PGXS build, expect to find the postgres executable already installed, | Tom Lane |
| 2004-11-17 | Install include/port header files, and fix PGXS build to use them. | Tom Lane |
| 2004-10-27 | Fix Cygwin compile for timezone. | Bruce Momjian |
| 2004-10-22 | Fix tsearch build problems. | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-05-19 | Rename Win32 include directory from win32_include to win32. | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |