| Age | Commit message (Expand) | Author |
| 2005-01-11 | up release to rc5REL8_0_0RC5 | PostgreSQL Daemon |
| 2005-01-10 | Separate the functions of relcache entry flush and smgr cache entry flush | Tom Lane |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2005-01-07 | upgrade tags to rc4REL8_0_0RC4 | PostgreSQL Daemon |
| 2005-01-06 | Don't list port twice in SUBDIRS. Caught by Honda Shigehiro. | Tom Lane |
| 2005-01-06 | Make the various places that determine the user's "home directory" | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-29 | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane |
| 2004-12-26 | Rearrange include file contents into a saner order, add inclusion of | Tom Lane |
| 2004-12-21 | tag files for rc2REL8_0_0RC2 | PostgreSQL Daemon |
| 2004-12-16 | Update version for Win32-client include file. | Bruce Momjian |
| 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-04 | Back out addition of Win1252 encoding. | Bruce Momjian |
| 2004-12-03 | Back out fix for Unicode characters above 0x10000 | Bruce Momjian |
| 2004-12-02 | Fix for Unicode characters above 0x10000. | Bruce Momjian |
| 2004-12-02 | Add Charset WIN1252 support. | Bruce Momjian |
| 2004-12-01 | Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. | Bruce Momjian |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-11-26 | RelOptInfo.pages should really be declared as BlockNumber, not long. | Tom Lane |
| 2004-11-24 | A client_encoding specification coming from the connection request has | Tom Lane |
| 2004-11-17 | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane |
| 2004-11-17 | Install include/port header files, and fix PGXS build to use them. | Tom Lane |
| 2004-11-17 | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane |
| 2004-11-16 | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane |
| 2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
| 2004-11-12 | Fix obsolete comments. | Tom Lane |
| 2004-11-09 | Put in place some defenses against being fooled by accidental match of | Tom Lane |
| 2004-11-09 | Delete the `remove-old-headers' target, as it is no longer useful. Patch | Neil Conway |
| 2004-11-09 | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane |
| 2004-11-08 | Update workding on why we use is_absolute_path() as a macro. | Bruce Momjian |
| 2004-11-06 | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane |
| 2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
| 2004-11-06 | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-11-03 | Don't create $DESTDIR/include/internal/lib, as it is no longer used. | Neil Conway |
| 2004-11-01 | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane |
| 2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
| 2004-10-27 | Trivial fix: clarify a comment. | Neil Conway |
| 2004-10-22 | Fix tsearch build problems. | Tom Lane |
| 2004-10-22 | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane |
| 2004-10-22 | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-18 | Remove use of "miscadmin.h" in port C files and remove test for frontend | Bruce Momjian |
| 2004-10-18 | The attached patch fixes psql's win32 frontend-only build, by using | Bruce Momjian |
| 2004-10-17 | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane |
| 2004-10-16 | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane |
| 2004-10-16 | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane |