| Age | Commit message (Expand) | Author |
| 2007-09-18 | Doc reminder that integer pg version also needs updating. | Bruce Momjian |
| 2007-09-12 | Whitespace improvement. | Bruce Momjian |
| 2007-09-12 | Install dictionary sample files. | Magnus Hagander |
| 2007-09-12 | Document an efficient way to create documentation for back branches. | Bruce Momjian |
| 2007-09-10 | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane |
| 2007-09-03 | Fix MSVC build (I think) for recent pg_proc.h column addition. | Tom Lane |
| 2007-08-27 | Exclude tsearch2 contrib tests in regression tests, | Magnus Hagander |
| 2007-08-27 | Install stopword files | Magnus Hagander |
| 2007-08-27 | Fix generation of snowball_create.sql on msvc builds. | Magnus Hagander |
| 2007-08-21 | Exclude snowball/libstemmer/ files from the set processed by pgindent. | Tom Lane |
| 2007-08-21 | Build snowball DLL for tsearch-in-core. | Magnus Hagander |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-13 | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane |
| 2007-07-25 | Disable warning 4090 = different const qualifiers on msvc since it | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-12 | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander |
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander |
| 2007-07-07 | Move parse.h into src/backend on msvc, which is where it is on Unix. | Magnus Hagander |
| 2007-07-01 | Add notes about configuring Visual Studio Express for use with the | Magnus Hagander |
| 2007-06-26 | Add extra checks for buildfarm to pick up errors when running | Magnus Hagander |
| 2007-06-20 | Quiet warnings about redefined PGPORT macros for MSVC. | Andrew Dunstan |
| 2007-06-12 | ECPG requires a local include directory to override the project-wide ones. | Magnus Hagander |
| 2007-06-12 | Rewrite ECPG regression test driver in C, by splitting the standard | Magnus Hagander |
| 2007-05-27 | Applied Joachim's patch for ecpg_config.h creation on Vista. | Michael Meskes |
| 2007-05-15 | fix perl thinko | Andrew Dunstan |
| 2007-05-15 | Use configured pgport in MSVC config file. | Andrew Dunstan |
| 2007-05-13 | Log directory we're installing into. | Magnus Hagander |
| 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 |