| Age | Commit message (Expand) | Author |
| 2007-11-13 | contrib/tsearch2 need not be special-cased any longer. | Tom Lane |
| 2007-11-05 | Properly pass third argument to open() in fsync test program. | Bruce Momjian |
| 2007-10-30 | removed from CVS | Marc G. Fournier |
| 2007-10-30 | simple script to pull together a very small (<500k) tar file that builds | Marc G. Fournier |
| 2007-10-23 | Rename and slightly redefine the default text search parser's "word" | Tom Lane |
| 2007-10-16 | Teach pgxs.mk and Install.pm how to install files from a contrib module | Tom Lane |
| 2007-10-13 | Ooops, forgot about adding -DFRONTEND. | Tom Lane |
| 2007-10-13 | Try to fix msvc build for recent initdb changes. | Tom Lane |
| 2007-10-09 | Add comment. | Bruce Momjian |
| 2007-10-05 | Add comment about cvs branch numbers. | Bruce Momjian |
| 2007-10-05 | Add pgcvslog '-d' capability to allow stripping of commit messages that | Bruce Momjian |
| 2007-10-03 | Build two more .DEF files for ecpg instead of using default ones. | Magnus Hagander |
| 2007-10-03 | More detailed error msg (with stack trace) if a file copy fails. | Magnus Hagander |
| 2007-10-03 | Use snprintf from libpgport in ecpg compatlib. Required since | Magnus Hagander |
| 2007-10-03 | Fix commandlines for final two ECPG regression tests | Magnus Hagander |
| 2007-10-03 | Build DEF file for libecpg instead of generating a default one. | Magnus Hagander |
| 2007-10-03 | Make ECPG regression tests run with -c only for array_of_struct.pgc | Magnus Hagander |
| 2007-10-03 | Fix typo | Magnus Hagander |
| 2007-10-01 | Update pgcvslog text to simply "<branch>" | Bruce Momjian |
| 2007-10-01 | Fixup for new pgcvslog feature. | Bruce Momjian |
| 2007-10-01 | Have pgcvslog mark back-branch commits with "<back-patch>". | Bruce Momjian |
| 2007-09-29 | In the release checklist, mention packagers will see the minor upgrade | Bruce Momjian |
| 2007-09-29 | Add chklocale.c to pgport files for msvc builds, per | Magnus Hagander |
| 2007-09-28 | exclude contrib/tsearch2 from regression tests. | Andrew Dunstan |
| 2007-09-27 | Turn build and vcregress .bat files into pure one line wrappers for | Andrew Dunstan |
| 2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
| 2007-09-26 | Properly pass -c parameter to ecpg when building regression tests. | Magnus Hagander |
| 2007-09-24 | Use proper search for contrib makefiles in vcregress.pl | Andrew Dunstan |
| 2007-09-24 | fix typo in vcregress.pl | Andrew Dunstan |
| 2007-09-23 | Add perl replacements for build.bat and vcregress.bat. In due course | Andrew Dunstan |
| 2007-09-23 | Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder. | Andrew Dunstan |
| 2007-09-22 | Replace calls to external dir program with perlish globs and File::Find | Andrew Dunstan |
| 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 |