| Age | Commit message (Expand) | Author |
| 2007-10-09 | Clarify user of "postmaster" vs. "server" in FAQs. | Bruce Momjian |
| 2007-10-08 | Faster test for overflow in str2txid, from Marko. | Tom Lane |
| 2007-10-08 | Get rid of dependency on strtoull() --- Marko Kreen. | Tom Lane |
| 2007-10-08 | Add: | Bruce Momjian |
| 2007-10-07 | Added the Skytools extended transaction ID module to contrib as discussed | Jan Wieck |
| 2007-10-07 | A few improvements to analyze and vacuum sections in documentation: add "see | Alvaro Herrera |
| 2007-10-07 | Change π to plain "pi" in index entry, to avoid double escaping issues. | Alvaro Herrera |
| 2007-10-07 | Clean up the doc makefile for draft HTML generation. It no longer works | Alvaro Herrera |
| 2007-10-07 | Remove stylesheet.css file on "make clean", created only on VPATH builds. | Alvaro Herrera |
| 2007-10-06 | Fix missing parenthesis, per Guillaume Lelarge. | Alvaro Herrera |
| 2007-10-06 | Make dumpcolors() have tolerable performance when using 32-bit chr, | Tom Lane |
| 2007-10-06 | Adjust some regex debugging printouts to not give wrong-format-width | Tom Lane |
| 2007-10-06 | Adjust regcustom.h so that all those assert() calls in the regex package | Tom Lane |
| 2007-10-06 | Fix SGML markup, from Guillaume Lelarge. | Alvaro Herrera |
| 2007-10-05 | Add comment about cvs branch numbers. | Bruce Momjian |
| 2007-10-05 | Fix plperl and pltcl to include the name of the current function when | Tom Lane |
| 2007-10-05 | Add pgcvslog '-d' capability to allow stripping of commit messages that | Bruce Momjian |
| 2007-10-05 | Remove some cross-references that don't seem to work in HISTORY | Tom Lane |
| 2007-10-05 | tag it 8.3beta1 ... the beta cycle begins | Marc G. Fournier |
| 2007-10-05 | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane |
| 2007-10-05 | Add .cvsignore files to suppress CVS gripes about ecpg .def files. | Tom Lane |
| 2007-10-04 | Some desultory markup improvements in the new release notes. | Tom Lane |
| 2007-10-04 | Results from buildfarm show that ecpglib was depending on pg_strcasecmp, | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-10-04 | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane |
| 2007-10-04 | Update timezone data files to release 2007h of the zic database. | Tom Lane |
| 2007-10-04 | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane |
| 2007-10-04 | Replaced tabs by white spaces | Michael Meskes |
| 2007-10-04 | Removed newline at end of exports files. | Michael Meskes |
| 2007-10-04 | Change Assert() to a plain test and elog, just to see if that works | Tom Lane |
| 2007-10-04 | Added def-files to all: target so they are build everytime. | Michael Meskes |
| 2007-10-04 | Two fixes for the release notes from Guillaume Smet. In passing, make | Neil Conway |
| 2007-10-04 | First pass at SGML-ifying the 8.3 release notes. Plenty of improvements | Neil Conway |
| 2007-10-03 | Second pass at 8.3 release notes: put items in a bit more logical order | Tom Lane |
| 2007-10-03 | Various minor improvements to the 8.3 release notes. | Neil Conway |
| 2007-10-03 | Teach chklocale.c how to extract encoding info from Windows locale | Tom Lane |
| 2007-10-03 | Some editorial improvements for recently-added ALTER SEQUENCE/VIEW | Tom Lane |
| 2007-10-03 | Suppress compiler warning in non-threaded build. | Tom Lane |
| 2007-10-03 | Tweak recently-added tests to suppress scary-looking warnings on 64-bit | Tom Lane |
| 2007-10-03 | Argh, missing dll in filename | Michael Meskes |
| 2007-10-03 | Minor improvements to hack for old OpenSSL libraries: avoid unused | Tom Lane |
| 2007-10-03 | Fix command for fetching snprintf.c. | Tom Lane |
| 2007-10-03 | This could be what's missing on some systems. | Michael Meskes |
| 2007-10-03 | Stripped two symbols that are needed. | Michael Meskes |
| 2007-10-03 | Attempt to open certificate file "manually" using fopen before | Magnus Hagander |
| 2007-10-03 | Build two more .DEF files for ecpg instead of using default ones. | Magnus Hagander |
| 2007-10-03 | Also build snprintf from pgport if needed. | Michael Meskes |
| 2007-10-03 | Remove exports.list in clean target. | Michael Meskes |
| 2007-10-03 | More detailed error msg (with stack trace) if a file copy fails. | Magnus Hagander |
| 2007-10-03 | Also created export list for pgytpeslib and compatlib. | Michael Meskes |