| Age | Commit message (Expand) | Author |
| 2004-10-24 | Adjust message to not be misleading on Windows. | Tom Lane |
| 2004-10-24 | On Windows, cause get_progname to strip any .EXE suffix. | Tom Lane |
| 2004-10-24 | Write config files as text not binary, per Magnus Hagander. | Tom Lane |
| 2004-10-24 | Sync timezone data with latest zic database (dated Oct 11 2004). | Tom Lane |
| 2004-10-24 | Update RELEASE_CHANGES to mention updating the timezone database as | Tom Lane |
| 2004-10-24 | Translation update | Dennis Bjorklund |
| 2004-10-23 | Translation update | Dennis Bjorklund |
| 2004-10-23 | Translation updates | Dennis Bjorklund |
| 2004-10-23 | Translation update | Dennis Bjorklund |
| 2004-10-23 | Translation updates | Dennis Bjorklund |
| 2004-10-23 | Translation updates | Dennis Bjorklund |
| 2004-10-23 | Avoid overflow in cost_sort when work_mem exceeds 1Gb. | Tom Lane |
| 2004-10-22 | Fix tsearch build problems. | Tom Lane |
| 2004-10-22 | Don't use LC_MESSAGES value on WIN32, since it doesn't work. | 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-22 | Translation updates | Peter Eisentraut |
| 2004-10-22 | Message styling | Peter Eisentraut |
| 2004-10-22 | Translation update | Dennis Bjorklund |
| 2004-10-22 | New swedish translation of pg_config | Dennis Bjorklund |
| 2004-10-22 | Translation updates | Dennis Bjorklund |
| 2004-10-22 | Translation updates | Dennis Bjorklund |
| 2004-10-22 | Translation updates. | Dennis Bjorklund |
| 2004-10-22 | Minor code cleanup: hdefault() only ever returned "true", so it may as | Neil Conway |
| 2004-10-22 | Prevent pg_ctl from being run as root. Since it uses configuration files | Tom Lane |
| 2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
| 2004-10-21 | Set the close-on-exec flag for libpq's socket to the backend, to avoid | Tom Lane |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-20 | When using GCC, change the default CFLAGS to: | Neil Conway |
| 2004-10-19 | Add a HINT about the likely reason for 'invalid multibyte character for local... | Tom Lane |
| 2004-10-19 | New translation | Peter Eisentraut |
| 2004-10-19 | Organize the help output a little better. Improve clarity of some messages. | Peter Eisentraut |
| 2004-10-18 | Add some code to ensure that we don't lose communication sync due to | Tom Lane |
| 2004-10-18 | New translation | Peter Eisentraut |
| 2004-10-18 | Might want to initialize the gettext library, if we're going to do all that | Peter Eisentraut |
| 2004-10-18 | Translation update | Peter Eisentraut |
| 2004-10-18 | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane |
| 2004-10-18 | Remove use of "miscadmin.h" in port C files and remove test for frontend | Bruce Momjian |
| 2004-10-18 | New translation | Peter Eisentraut |
| 2004-10-18 | Translation updates | Peter Eisentraut |
| 2004-10-18 | New translation | Peter Eisentraut |
| 2004-10-18 | The attached patch fixes psql's win32 frontend-only build, by using | Bruce Momjian |
| 2004-10-18 | Synced parser | Michael Meskes |
| 2004-10-18 | Trivial fix: remove a pointless cast. | Neil Conway |
| 2004-10-18 | Tweak pg_dump to handle default tablespaces correctly --- same logic | Tom Lane |
| 2004-10-17 | Better document win32_open and its ability to allow concurrent | Bruce Momjian |
| 2004-10-17 | Fix some typos. | Bruce Momjian |
| 2004-10-17 | Allow background writing to be shut down by setting limit values to zero. | Tom Lane |
| 2004-10-17 | pg_get_indexdef() didn't do quite the right thing with identifying | Tom Lane |