aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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