| Age | Commit message (Expand) | Author |
| 2004-02-12 | Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() | Jan Wieck |
| 2004-02-12 | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane |
| 2004-02-12 | Added hints about the reason, why the command string in | Jan Wieck |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-11 | Repair some problems in bgwriter start/stop logic. In particular, don't | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-04 | Backing out the background writer sync() option. | Jan Wieck |
| 2004-02-04 | Use memmove() rather than memcpy() in set_var_from_var(). If this function | Neil Conway |
| 2004-02-03 | pwd | Tom Lane |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-02-03 | Add function (actually an int4 and an int8 version) that generates | Joe Conway |
| 2004-02-02 | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian |
| 2004-02-02 | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway |
| 2004-02-02 | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian |
| 2004-02-02 | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane |
| 2004-02-02 | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian |
| 2004-02-02 | Briefly, | Bruce Momjian |
| 2004-02-01 | Make length() disregard trailing spaces in char(n) values, per discussion | Tom Lane |
| 2004-01-31 | Micro-opt: replace calls like | Neil Conway |
| 2004-01-31 | Fix text_position to not scan past end of source string in multibyte | Tom Lane |
| 2004-01-30 | Fix debug elog message to agree with name of its routine. | Tom Lane |
| 2004-01-30 | Remove sleep() and use single PG_SLEEP call for Win32 signal handling | Bruce Momjian |
| 2004-01-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-28 | Fix oversight in check_ungrouped_columns optimization that avoids | Tom Lane |
| 2004-01-28 | simplify_function() mustn't try to evaluate functions that return | Tom Lane |
| 2004-01-27 | Pgindent win32 signal code. | Bruce Momjian |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2004-01-26 | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian |
| 2004-01-26 | Back out win32 patch so we can apply it separately. | Bruce Momjian |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |
| 2004-01-24 | Support named parameters in information_schema.parameters, | Tom Lane |
| 2004-01-24 | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck |
| 2004-01-24 | Translation updates | Dennis Bjorklund |
| 2004-01-24 | Repair planner failure for cases involving Cartesian products inside | Tom Lane |
| 2004-01-23 | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane |
| 2004-01-23 | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway |
| 2004-01-22 | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane |
| 2004-01-22 | Translation updates | Dennis Bjorklund |
| 2004-01-22 | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane |
| 2004-01-22 | Correct error introduced in recent hasoids changes --- it's not a bool | Tom Lane |
| 2004-01-21 | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane |
| 2004-01-21 | If we don't have shared libraries, we don't have conversions. Make | Tom Lane |
| 2004-01-21 | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane |
| 2004-01-21 | Translation updates | Dennis Bjorklund |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |