| Age | Commit message (Expand) | Author |
| 2004-09-06 | Fix a number of places where brittle data structures or overly strong | Tom Lane |
| 2004-09-06 | Guard against transaction control statements in SQL functions. This | Tom Lane |
| 2004-09-06 | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane |
| 2004-09-06 | I can't see any good reason for DropRelFileNodeBuffers to be issuing | Tom Lane |
| 2004-09-06 | Fixed segfault in Informix mode. | Michael Meskes |
| 2004-09-06 | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane |
| 2004-09-05 | Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycle | Tom Lane |
| 2004-09-05 | On further consideration, there's another problem here: the existing | Tom Lane |
| 2004-09-05 | Tweak elog.c's logic for promoting errors into more severe errors. | Tom Lane |
| 2004-09-02 | Fix shared library linking operations to work properly on all (or at | Tom Lane |
| 2004-09-02 | Apparently HPUX runs the IA64 in big-endian mode. | Tom Lane |
| 2004-09-02 | Yet another place where someone was being careless about the arguments | Tom Lane |
| 2004-09-02 | Spelling correction, per Greg Mullane. | Tom Lane |
| 2004-09-02 | Fix getrusage() emulation on Windows. Magnus Hagander | Tom Lane |
| 2004-09-02 | Cope with recent HPUX versions providing isfinite() instead of finite(). | Tom Lane |
| 2004-09-02 | Add s_lock support for HPUX on IA64, per Shinji Teragaito. | Tom Lane |
| 2004-09-02 | Remove useless variable. | Tom Lane |
| 2004-09-02 | Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds | Bruce Momjian |
| 2004-09-02 | Back out timezone detection patch. Tom already applied it. | Bruce Momjian |
| 2004-09-02 | This patch attempts to fix the issue with localized timezones on | Bruce Momjian |
| 2004-09-02 | Remove obsolete comment. | Tom Lane |
| 2004-09-01 | Tweak prettyprinting rules for saner indenting of UNION, INTERSECT, | Tom Lane |
| 2004-09-01 | Fix bcc to compile libpq by creating include file for path.c. | Bruce Momjian |
| 2004-09-01 | Realign libpq and psql for need for path.c under Win32 VC and BCC. | Bruce Momjian |
| 2004-09-01 | Back out Cygwin timezone change until we have a more global solution. | Bruce Momjian |
| 2004-09-01 | Fix mistaken comment. | Tom Lane |
| 2004-09-01 | Whack Wisconsin benchmark around until it actually works again. | Tom Lane |
| 2004-09-01 | Add code to be able to match the timezone name on localized Windows | Tom Lane |
| 2004-09-01 | Translation updates | Dennis Bjorklund |
| 2004-09-01 | Cast _timezone to int from time_t for Cygwin. | Bruce Momjian |
| 2004-09-01 | src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/; | Bruce Momjian |
| 2004-08-31 | needs_toast_table() should ignore dropped columns. | Tom Lane |
| 2004-08-31 | Code review for recent changes in guc-file.l. Avoid multiple frees, | Tom Lane |
| 2004-08-31 | Code review for various recent GUC hacking. Don't elog(ERROR) when | Tom Lane |
| 2004-08-31 | Fix unintended assignment of sequences to the containing schema's | Tom Lane |
| 2004-08-31 | FlushRelationBuffers was also being a bit cavalier about whether the | Tom Lane |
| 2004-08-31 | copy_relation_data was mistakenly assuming that the source relation | Tom Lane |
| 2004-08-31 | Define lstat with parameters, rather than just redefining the symbol. | Bruce Momjian |
| 2004-08-31 | Fix typo in lstat() macro exposed by new tablespace code. | Bruce Momjian |
| 2004-08-31 | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane |
| 2004-08-30 | Improve spinlock selftest to make it able to detect misdeclaration of | Tom Lane |
| 2004-08-30 | slock_t must be int not char for MIPS. 7.4 got this right, but the | Tom Lane |
| 2004-08-30 | Fix obviously-utterly-untested noTocComments code. | Tom Lane |
| 2004-08-30 | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane |
| 2004-08-30 | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane |
| 2004-08-30 | Tweak md.c logic to cope with the situation where WAL replay tries to | Tom Lane |
| 2004-08-30 | Dept. of second thoughts: it'd be a good idea to flush buffers | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |
| 2004-08-29 | Update typedefs with /lib info. | Bruce Momjian |