| Age | Commit message (Expand) | Author |
| 2008-12-16 | Attempt to fix MSVC breakage from Major Version patch. | Andrew Dunstan |
| 2008-12-02 | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander |
| 2008-12-01 | Remove the last traces of --temp-port. | Tom Lane |
| 2008-11-28 | Partial fix for fallout from temp-port changes. ecpg still needs more work, | Tom Lane |
| 2008-11-24 | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander |
| 2008-11-14 | Exclude contrib/intagg from the list of MSVC project files to be generated, | Magnus Hagander |
| 2008-11-14 | Enable script to generate preproc.y in build process. | Michael Meskes |
| 2008-10-06 | Experimental patch to see if it fixes MSVC builds ... | Tom Lane |
| 2008-09-17 | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane |
| 2008-09-05 | Add Win32 MSVC code to support this recent patch: | Bruce Momjian |
| 2008-08-30 | Fix (hopefully) some oversights in recent Bison cleanup patch. | Tom Lane |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-18 | Properly remove src\include\utils\probes.h when running clean.bat. | Magnus Hagander |
| 2008-08-16 | probes.h is generated from probes.d, not pg_trace.d. | Magnus Hagander |
| 2008-07-19 | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane |
| 2008-06-24 | Oops, make the MSVC build put fmgroids.h where it needs to be. | Tom Lane |
| 2008-06-23 | Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers | Tom Lane |
| 2008-05-30 | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane |
| 2008-05-21 | Link in keywords file instead of copying it. | Michael Meskes |
| 2008-05-21 | Add include directory required after the latest changes to the ecpg build. | Magnus Hagander |
| 2008-05-10 | Remaining pieces of fix for contrib makefiles | Andrew Dunstan |
| 2008-05-09 | Improve logic for finding object files on OBJS lines in contrib Makefiles. If... | Andrew Dunstan |
| 2008-05-03 | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan |
| 2008-04-21 | Clean up float4byval and float8byval handling by dealing with them completely | Magnus Hagander |
| 2008-04-21 | Make float4byval and float8byval configurable on MSVC. | Magnus Hagander |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan |
| 2008-04-15 | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan |
| 2008-04-15 | Make integer_datetimes the default for MSVC even if not mentioned in config.pl. | Andrew Dunstan |
| 2008-04-08 | Make integer_datetimes the default on msvc as well, to have the same | Magnus Hagander |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-21 | Generate dummy probes.h for MSVC builds. | Andrew Dunstan |
| 2008-02-28 | Support for building contrib/uuid-ossp with MSVC. | Magnus Hagander |
| 2008-02-19 | Un-break msvc port yet again (it started pulling in the Darwin | Magnus Hagander |
| 2008-02-19 | Unbreak MSVC build after recent addition of HTMLDIR. | Magnus Hagander |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2008-02-07 | Fix msvc install for cases where msgfmt (from gettext) is in a directory | Magnus Hagander |
| 2008-02-07 | Fix msvc install script to properly install NLS files when built with | Magnus Hagander |
| 2008-02-06 | Fix very broken clean.bat for msvc install. The way we used subroutines | Magnus Hagander |
| 2008-02-05 | Handle libraries in directories with spaces in them. | Magnus Hagander |
| 2008-01-31 | Remove 3 hex digit limit on symbol number in recent fix. | Andrew Dunstan |
| 2008-01-31 | Fix test that wrongly excluded some dumpbin symbols. | Andrew Dunstan |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-19 | Remove unnecessary logo output from msbuild when cleaning ecpg regression | Magnus Hagander |
| 2007-12-19 | Make all msvc build scripts use buildenv.pl, not buildenv.bat. | Magnus Hagander |
| 2007-12-11 | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander |
| 2007-12-06 | Disable asserts by default on msvc build (to make it the same | Magnus Hagander |
| 2007-12-03 | Default to integer timestamps being off until 8.4, to correspond | Magnus Hagander |
| 2007-12-03 | Don't try to install README.spi | Magnus Hagander |
| 2007-11-13 | contrib/tsearch2 need not be special-cased any longer. | Tom Lane |