| Age | Commit message (Expand) | Author |
| 2009-12-30 | Exclude part of the product name string that is localized in Japanese versions | Magnus Hagander |
| 2009-12-23 | Add basic build support for Visual Studio 2008, without resorting to | Magnus Hagander |
| 2009-12-19 | plpgsql patch broke the MSVC build, too. | Tom Lane |
| 2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-09-27 | Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a few | Tom Lane |
| 2009-09-26 | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane |
| 2009-09-19 | Fix MSVC build breakage from psql help changes. Per Josh Williams. | Andrew Dunstan |
| 2009-08-18 | Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of m... | Andrew Dunstan |
| 2009-08-07 | Expand test coverage support to entire tree | Peter Eisentraut |
| 2009-07-27 | Enable the use of multiple CPUs/cores when building on MSVC. This only | Magnus Hagander |
| 2009-07-16 | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane |
| 2009-06-05 | Search for versioned perl library instead of using hardcoded name on Windows.... | Andrew Dunstan |
| 2009-04-20 | Read nls.nk files to determine the proper name of NLS catalogs to install. | Magnus Hagander |
| 2009-04-07 | Support Perl 5.10 and TCL 8.5 in MSVC builds. | Magnus Hagander |
| 2009-03-08 | Fix MSVC build for new ways to pull in keywords.c and kwlookup.c. | Magnus Hagander |
| 2009-02-25 | Remove references to foreign data wrapper libraries, since they have | Magnus Hagander |
| 2009-01-21 | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander |
| 2009-01-21 | Install .mo files for NLS as <program>-<version>.mo when building with MSVC | Magnus Hagander |
| 2009-01-06 | Make the MSVC build output "32-bit" at the end of the version string, the | Magnus Hagander |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-20 | Teach MSVC build system about building foreign data wrappers. | Magnus Hagander |
| 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 |