| Age | Commit message (Expand) | Author |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-05 | Documentation for generate_series() functions committed a few days ago. | Joe Conway |
| 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: | Bruce Momjian |
| 2004-02-03 | Add function (actually an int4 and an int8 version) that generates | Joe Conway |
| 2004-02-02 | Win32 adjustments for dirmod and configure/configure.in. | Bruce Momjian |
| 2004-02-02 | autoconf run. | Tom Lane |
| 2004-02-02 | Set only LC_ALL for sort in tags creation. | Bruce Momjian |
| 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 | Move win32 changes from configure to configure.in, per Tom, autoconf | Bruce Momjian |
| 2004-02-02 | Do not let external specification of CFLAGS stop us from adding | Tom Lane |
| 2004-02-02 | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane |
| 2004-02-02 | Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can | Neil Conway |
| 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 | Set locale to C before doing sort in make_ctags. | Bruce Momjian |
| 2004-02-01 | Update char_length() example for new semantics. | Tom Lane |
| 2004-02-01 | Make length() disregard trailing spaces in char(n) values, per discussion | Tom Lane |
| 2004-01-31 | Fix a probably-harmless read of uninitialized memory in mkdir_p(), to | Neil Conway |
| 2004-01-31 | Remove a superfluous semi-colon. | Neil Conway |
| 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-30 | Add: | Bruce Momjian |
| 2004-01-29 | Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual | Neil Conway |
| 2004-01-28 | Make USING and WITH optional to bring the syntax of \copy into exact | Tom Lane |
| 2004-01-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-28 | Fix typo. | Tom Lane |
| 2004-01-28 | Removed some debugging output. | Michael Meskes |
| 2004-01-28 | - Issue a warning if a cursor is declared but not opened. | Michael Meskes |
| 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 | Improve the documentation of the 'join_collapse_limit' GUC var. Thanks to | Neil Conway |
| 2004-01-27 | Run stats test separately, not as part of a parallel group, to avoid | 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 | Add Name: | Bruce Momjian |
| 2004-01-26 | Done: | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-26 | The attached patch clarifies (or, rather, makes explicit) to readers how | Neil Conway |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |