| Age | Commit message (Expand) | Author |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-31 | Clean up win32ver.o on Windows, per Magnus. | Tom Lane |
| 2004-12-31 | make clean must remove zic$(X) for Windows, per Magnus. | Tom Lane |
| 2004-12-30 | Fixed segfault in connect when specifying no database name. | Michael Meskes |
| 2004-12-29 | Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net | Tom Lane |
| 2004-12-29 | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane |
| 2004-12-29 | Translation updates | Peter Eisentraut |
| 2004-12-28 | Make libpq default to localhost connections on machines without Unix-domain | Tom Lane |
| 2004-12-27 | Make sure --with-pgport option propagates into postgresql.conf. | Tom Lane |
| 2004-12-27 | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane |
| 2004-12-27 | Translation update | Peter Eisentraut |
| 2004-12-26 | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane |
| 2004-12-26 | Rearrange include file contents into a saner order, add inclusion of | Tom Lane |
| 2004-12-24 | Remove 'optimization' to skip resolve_symlinks() when the found | Tom Lane |
| 2004-12-24 | Switch order of WHERE clauses in tab completion queries, as suggested | Tom Lane |
| 2004-12-23 | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane |
| 2004-12-23 | Add missing ecpg prototype for newly added functions. | Bruce Momjian |
| 2004-12-23 | Added PGTYPEStimestamp_add_interval written by Dave Cramer. | Michael Meskes |
| 2004-12-23 | Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. | Tom Lane |
| 2004-12-23 | Remove extra parenthesis. | Tom Lane |
| 2004-12-22 | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane |
| 2004-12-21 | Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic | Tom Lane |
| 2004-12-21 | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane |
| 2004-12-21 | Add error checking for starting a win32 service using pg_ctl. | Bruce Momjian |
| 2004-12-21 | Return proper error exit code on pg_ctl -w start failure. | Bruce Momjian |
| 2004-12-21 | Translation update | Peter Eisentraut |
| 2004-12-21 | tag files for rc2REL8_0_0RC2 | PostgreSQL Daemon |
| 2004-12-21 | Patch to make libpq.rc be a built-for-distribution file was a few | Tom Lane |
| 2004-12-20 | Mention libpq.rc.in is now the file to update for releases. | Bruce Momjian |
| 2004-12-20 | Ensure that 'disabling statistics collector' is logged in all failure | Tom Lane |
| 2004-12-20 | Add support for Latin9 encoding in to_ascii(). Jaime Casanova | Tom Lane |
| 2004-12-20 | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane |
| 2004-12-20 | In pipe_read_line Windows code, loop to ensure we get a whole line | Tom Lane |
| 2004-12-20 | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane |
| 2004-12-20 | Adjust pg_resetxlog to handle 8.0 WAL file names properly. | Tom Lane |
| 2004-12-19 | plpgsql's exec_eval_simple_expr() now has to take responsibility for | Tom Lane |
| 2004-12-19 | Prevent evaluation of backticks while discarding unwanted arguments | Tom Lane |
| 2004-12-19 | Mention why unixware doesn't handle threading in 8.0. | Bruce Momjian |
| 2004-12-19 | Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. | Bruce Momjian |
| 2004-12-19 | Add Win32 version stamps that increment each day for proper SYSTEM32 | Bruce Momjian |
| 2004-12-18 | Allow NetBSD, m64k to compile the ASM spinlock code. | Bruce Momjian |
| 2004-12-17 | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane |
| 2004-12-17 | array_map failed to insert correct result type in an empty array. | Tom Lane |
| 2004-12-17 | In a PGXS build, expect to find the postgres executable already installed, | Tom Lane |
| 2004-12-17 | Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been | Neil Conway |
| 2004-12-17 | Hook up the plpython result-object nrows and status methods correctly. | Tom Lane |
| 2004-12-17 | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane |
| 2004-12-16 | Update release changes list to mention pg_config.h.win32. | Bruce Momjian |
| 2004-12-16 | Update version for Win32-client include file. | Bruce Momjian |
| 2004-12-16 | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane |