| Age | Commit message (Expand) | Author |
| 2004-09-21 | Rotate on time boundaries that are sensible per local time rather than GMT. | Tom Lane |
| 2004-09-09 | Fix Cygwin defines to be consistent. | Bruce Momjian |
| 2004-08-31 | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-29 | Fix for postmaster.c function win32_waitpid(int *exitstatus) call to | Bruce Momjian |
| 2004-08-29 | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian |
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
| 2004-08-09 | syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. | Tom Lane |
| 2004-08-09 | When expanding %p in archive_command or restore_command, translate | Tom Lane |
| 2004-08-08 | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane |
| 2004-08-06 | Arrange for proper newline termination of syslogger's own messages, | Tom Lane |
| 2004-08-06 | Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster | Tom Lane |
| 2004-08-06 | Fix several small Windows compatibility issues, per Andreas. | Tom Lane |
| 2004-08-05 | Create a built-in log rotation program, so that we no longer have to | Tom Lane |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Tweak postmaster code to avoid double reporting when bgwriter crashes. | Tom Lane |
| 2004-08-04 | Fix typo in comment. | Tom Lane |
| 2004-08-03 | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane |
| 2004-08-01 | Error message style adjustments, per Alvaro Herrera. | Tom Lane |
| 2004-07-31 | Restructure error handling as recently discussed. It is now really | Tom Lane |
| 2004-07-27 | Fix oversight: in case where SIGTERM is received while there are | Tom Lane |
| 2004-07-24 | Fix obsolete comment. | Tom Lane |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 2004-07-21 | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian |
| 2004-07-21 | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian |
| 2004-07-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |
| 2004-07-12 | Put back canonicalization of PGDATA environment variable. | Bruce Momjian |
| 2004-07-12 | Use strdup in pg_ctl for canonicalize_path on environment variable. | Bruce Momjian |
| 2004-07-11 | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian |
| 2004-07-11 | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian |
| 2004-07-11 | Allow configuration files to be placed outside the data directory. | Bruce Momjian |
| 2004-07-10 | Defend against overrun of ExtraOptions array --- strictly paranoia, | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-26 | Adjust pgstat message definitions so that the target message size is | Tom Lane |
| 2004-06-24 | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane |
| 2004-06-14 | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane |
| 2004-06-11 | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
| 2004-05-30 | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-28 | Fix some typos I introduced in WIN32-only code late last night. | Tom Lane |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |
| 2004-05-27 | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane |
| 2004-05-27 | pgindent files for Tom. | Bruce Momjian |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-24 | This patch fixes the find_my_exec code for pgstat backends. Required for | Bruce Momjian |
| 2004-05-23 | Handle impending sinval queue overflow by means of a separate signal | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |