| Age | Commit message (Expand) | Author |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-17 | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane |
| 2004-11-17 | Minor adjustment of message style. | Tom Lane |
| 2004-11-17 | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-10-29 | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-09 | Make getpid() use %d consistently for printing. | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-06 | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane |
| 2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
| 2004-08-12 | Add mention of "WIN32" COPY. | Bruce Momjian |
| 2004-08-12 | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-08-09 | When expanding %p in archive_command or restore_command, translate | Tom Lane |
| 2004-08-08 | Add a comment about why we always replay backup blocks from WAL. | Tom Lane |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Make use of backup label/history files to control recovery properly. | 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-22 | Add cross-check that current timeline of pg_control is an ancestor of | Tom Lane |
| 2004-07-22 | Add a check on file size as an additional safety check that a WAL file | Tom Lane |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 2004-07-19 | Remove unportable use of strptime() to parse recovery target time spec. | Tom Lane |
| 2004-07-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | 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-21 | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-03-22 | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-17 | Here is an updated version of the win32 readdir patch. | Bruce Momjian |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-06 | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane |