postgresql/src/backend/access/transam
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather
than being random pieces of other files.  Give bgwriter responsibility
for all checkpoint activity (other than a post-recovery checkpoint);
so this child process absorbs the functionality of the former transient
checkpoint and shutdown subprocesses.  While at it, create an actual
include file for postmaster.c, which for some reason never had its own
file before.
2004-05-29 22:48:23 +00:00
..
clog.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rmgr.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
slru.c Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
transam.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
varsup.c Repair incorrect order of operations in GetNewTransactionId(). We must 2004-01-26 19:15:59 +00:00
xact.c For multi-table ANALYZE, use per-table transactions when possible 2004-05-22 23:14:38 +00:00
xlog.c Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
xlogutils.c Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to 2004-02-11 22:55:26 +00:00