| Commit message (Expand) | Author | Age |
* | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane | 2006-01-21 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Fix longstanding race condition in transaction log management: there was a | Tom Lane | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | Here is an updated version of the win32 readdir patch. | Bruce Momjian | 2004-02-17 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Suppress unused-variable warnings when building without Asserts. | Tom Lane | 2003-08-08 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing: finish up undone task of reporting the problem | Tom Lane | 2003-07-19 |
* | This patch extracts page buffer pooling and the simple | Bruce Momjian | 2003-06-11 |