| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -2/+2 |
| * | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 | 1 | -3/+3 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -4/+4 |
| * | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 | 1 | -55/+61 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -306/+350 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane | 2004-08-28 | 1 | -3/+5 |
| * | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 | 1 | -1/+9 |
| * | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 | 1 | -13/+1 |
| * | Add mention of "WIN32" COPY. | Bruce Momjian | 2004-08-12 | 1 | -7/+7 |
| * | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 | 1 | -11/+14 |
| * | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 | 1 | -3/+18 |
| * | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 | 1 | -1/+11 |
| * | Add a comment about why we always replay backup blocks from WAL. | Tom Lane | 2004-08-08 | 1 | -1/+10 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Make use of backup label/history files to control recovery properly. | Tom Lane | 2004-08-04 | 1 | -89/+336 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -1/+231 |
| * | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 | 1 | -4/+4 |
| * | Add cross-check that current timeline of pg_control is an ancestor of | Tom Lane | 2004-07-22 | 1 | -1/+13 |
| * | Add a check on file size as an additional safety check that a WAL file | Tom Lane | 2004-07-22 | 1 | -23/+69 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -521/+899 |
| * | Remove unportable use of strptime() to parse recovery target time spec. | Tom Lane | 2004-07-19 | 1 | -17/+9 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 1 | -38/+818 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+6 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -3/+4 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -32/+8 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -2/+2 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 1 | -34/+17 |
| * | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane | 2004-05-21 | 1 | -1/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -4/+3 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -5/+5 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -3/+3 |
| * | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian | 2004-03-22 | 1 | -2/+2 |
| * | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 | 1 | -7/+5 |
| * | Here is an updated version of the win32 readdir patch. | Bruce Momjian | 2004-02-17 | 1 | -1/+7 |
| * | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 | 1 | -11/+244 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -2/+2 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -8/+21 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -2/+2 |
| * | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane | 2004-01-06 | 1 | -2/+6 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 1 | -2/+16 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -14/+13 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 1 | -2/+3 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix typo in message. | Tom Lane | 2003-09-27 | 1 | -2/+2 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -3/+3 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -54/+64 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -122/+129 |