aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-17
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Suppress unused-variable warnings when building without Asserts.Tom Lane2003-08-08
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing: finish up undone task of reporting the problemTom Lane2003-07-19
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11