| Age | Commit message (Expand) | Author |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-03 | Release builds generate different strangely formatted export names | Magnus Hagander |
| 2007-05-01 | Add wrapper script around install.pl that calls buildenv.bat before doing | Magnus Hagander |
| 2007-04-27 | Properly set MODULE_PATHNAME based on module name instead of incorrectly based | Magnus Hagander |
| 2007-04-26 | libpgtypes is a client lib, should not link with backend. | Magnus Hagander |
| 2007-04-26 | Generate "fake configure output" for pg_config, so that external builds | Magnus Hagander |
| 2007-04-25 | Install libpgport.lib as needed by some client programs. | Magnus Hagander |
| 2007-04-25 | Install headers in the same directory structure as Mingw. | Magnus Hagander |
| 2007-04-23 | Don't try to install uuid-ossp since we don't build it. | Magnus Hagander |
| 2007-04-21 | Fix build for directories with spaces in them by quoting properly. | Magnus Hagander |
| 2007-04-21 | Don't try to build uuid-ossp on msvc. | Magnus Hagander |
| 2007-04-20 | Add script major_release_split to simplify creating release notes for | Bruce Momjian |
| 2007-04-20 | Add mention of checking <link> behavior of HISTORY.html to release | Bruce Momjian |
| 2007-04-18 | Change default build to release, to be consistent with unix build. | Magnus Hagander |
| 2007-04-16 | Enable IPV6 for all MSVC builds, including the VC6 libpq-only build. | Magnus Hagander |
| 2007-04-12 | Install debugger symbols (in their own directory) | Magnus Hagander |
| 2007-04-12 | Enable IPV6 when building with MSVC. | Magnus Hagander |
| 2007-04-06 | Only run contrib check if there is a Makefile | Andrew Dunstan |
| 2007-04-05 | Continue running contrib regression tests if one fails, and exit | Magnus Hagander |
| 2007-04-05 | Make sure list of tests is cleared out before getting the new list | Magnus Hagander |
| 2007-04-04 | improve test headings | Andrew Dunstan |
| 2007-04-04 | Don't install files for xml2 when building without libxml. | Andrew Dunstan |
| 2007-04-04 | Don't install files for sslinfo when building without openssl. | Magnus Hagander |
| 2007-04-02 | xcopy can only deal with forward-slashed paths when it's quoted - needed | Magnus Hagander |
| 2007-03-29 | Install include files | Magnus Hagander |
| 2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander |
| 2007-03-27 | Install import libraries used to link to libpq, ecpg and the backend. | Magnus Hagander |
| 2007-03-24 | Support for installing NLS files, and update support to use gettext | Magnus Hagander |
| 2007-03-24 | Install contrib sql and readme files | Magnus Hagander |
| 2007-03-24 | Properly parse the name of contrib modules that aren't named the same | Magnus Hagander |
| 2007-03-23 | Forgot commit: support for special-cases in pgcrypto | Magnus Hagander |
| 2007-03-23 | Support for running contribcheck on msvc | Magnus Hagander |
| 2007-03-23 | Generate SQL files for /contrib (based on .sql.in) | Magnus Hagander |
| 2007-03-23 | Add define to exclude configured libraries, to be able to easily build a | Magnus Hagander |
| 2007-03-22 | Forgot to add file needed for PL regression tests | Magnus Hagander |
| 2007-03-21 | Add support for running regression tests on procedural languages | Magnus Hagander |
| 2007-03-21 | Properly return exitcode when regression tests fails. | Magnus Hagander |
| 2007-03-21 | Native shared memory implementation for win32. | Magnus Hagander |
| 2007-03-19 | ecpglib requires libpgport, per Andrew Dunstan | Magnus Hagander |
| 2007-03-17 | msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before. | Magnus Hagander |
| 2007-03-17 | Add cvs tags to msvc build files, along with a (very short) comment about | Magnus Hagander |
| 2007-03-17 | Oops, forgot to remove the old genbki script. | Magnus Hagander |
| 2007-03-17 | Turn most vc build scripts into modules instead of scripts, and just have | Magnus Hagander |
| 2007-03-14 | Remove extra single-quotes copied from Unix build. Win32 doesn't strip | Magnus Hagander |
| 2007-03-13 | Rewrite win32 install documentation (it's not client only anymore, and it's | Magnus Hagander |
| 2007-03-13 | Filter out warnings coming from the stylesheets, so that actual warnings show... | Magnus Hagander |
| 2007-03-13 | Set root of docbook stuff from buildenv.bat and not from builddoc.bat. | Magnus Hagander |
| 2007-03-12 | Make a run with perltidy to format the code. Per request from Andrew Dunstan. | Magnus Hagander |
| 2007-03-06 | Add script to build documentation on win32 without mingw | Magnus Hagander |
| 2007-02-27 | Make build.bat return a proper errorcode if the build fails. | Magnus Hagander |