| Age | Commit message (Expand) | Author |
| 2004-12-14 | Prevent pg_resetxlog from being run as root. If this is allowed, some | Neil Conway |
| 2004-12-13 | New translation | Peter Eisentraut |
| 2004-12-13 | Translation updates | Peter Eisentraut |
| 2004-12-13 | Clearify which version numbers are bumped for major and minor releases. | Bruce Momjian |
| 2004-12-13 | New translations | Peter Eisentraut |
| 2004-12-13 | Translation updates | Peter Eisentraut |
| 2004-12-13 | Avoid generating excess (and illegal) parentheses around an aliased JOIN | Tom Lane |
| 2004-12-12 | Add regression tests for the fix committed by Tom for casting between | Neil Conway |
| 2004-12-12 | PREPARE and EXPLAIN need to copy the source query just like we recently | Tom Lane |
| 2004-12-12 | Add missing newlines at end of error messages. | Peter Eisentraut |
| 2004-12-12 | Translation updates | Peter Eisentraut |
| 2004-12-12 | Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the | Peter Eisentraut |
| 2004-12-12 | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-06 | ActiveSnapshot must be set to something valid while running deferred | Tom Lane |
| 2004-12-06 | Translation updates | Peter Eisentraut |
| 2004-12-06 | Fixed bug in parsing of typedef'ed array sizes. | Michael Meskes |
| 2004-12-06 | Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.cz | Neil Conway |
| 2004-12-04 | Back out addition of Win1252 encoding. | Bruce Momjian |
| 2004-12-03 | As long as we're forcing an ORDER BY in these four join queries, we had | Tom Lane |
| 2004-12-03 | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane |
| 2004-12-03 | Adjust help message for --no-owner, per Alvaro Herrera. | Tom Lane |
| 2004-12-03 | > If it bothers you that much. I'd make a flag, cleared at the start of | Bruce Momjian |
| 2004-12-03 | Fix compile breakage from SIGPIPE fix for threading. | Bruce Momjian |
| 2004-12-03 | Back out fix for Unicode characters above 0x10000 | Bruce Momjian |
| 2004-12-02 | Code review for recent libpq changes. Be more careful about error | Tom Lane |
| 2004-12-02 | > I have installed your patch and adjusted the names of the standards | Bruce Momjian |
| 2004-12-02 | > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60 | Bruce Momjian |
| 2004-12-02 | Fix for Unicode characters above 0x10000. | Bruce Momjian |
| 2004-12-02 | On win32, there is currently no way to get the equivalent function of | Bruce Momjian |
| 2004-12-02 | Add Charset WIN1252 support. | Bruce Momjian |
| 2004-12-02 | Change Win32 dlerror message to: | Bruce Momjian |
| 2004-12-02 | Disallow the combination VACUUM FULL FREEZE for safety's sake, for the | Tom Lane |
| 2004-12-02 | Don't bother adding to cflags/cppflags, just set them because configure | Bruce Momjian |
| 2004-12-02 | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian |
| 2004-12-02 | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane |
| 2004-12-02 | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane |
| 2004-12-01 | Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. | Bruce Momjian |
| 2004-12-01 | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-11-30 | Add \n to end of output for psql \s with no history file name. | Bruce Momjian |
| 2004-11-30 | Quote SHELL arguments only on Win32. | Bruce Momjian |
| 2004-11-30 | Fix a few typos in comments. | Neil Conway |
| 2004-11-29 | Update plperl to use ereport() not elog() for user-facing messages, | Tom Lane |