postgresql/src/backend/access/transam
Tom Lane 1b87e24c4a Change xlog page-header format to include StartUpID. Use the SUI to
detect case that next page in log came from an older run than the prior
page.  This avoids the necessity to re-zero the log after recovery from
a crash, which is good because we need not risk destroying valuable log
information.
This forces another initdb since yesterday :-(.  Need to get that log
reset utility done...
2001-03-13 20:32:37 +00:00
..
Makefile WAL 2000-10-13 12:05:22 +00:00
rmgr.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
transam.c XLOG (and related) changes: 2001-03-13 01:17:06 +00:00
transsup.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
varsup.c XLOG (and related) changes: 2001-03-13 01:17:06 +00:00
xact.c XLOG (and related) changes: 2001-03-13 01:17:06 +00:00
xid.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
xlog.c Change xlog page-header format to include StartUpID. Use the SUI to 2001-03-13 20:32:37 +00:00
xlogutils.c XLOG (and related) changes: 2001-03-13 01:17:06 +00:00