postgresql/doc/src
Tom Lane 2589735da0 Replace implementation of pg_log as a relation accessed through the
buffer manager with 'pg_clog', a specialized access method modeled
on pg_xlog.  This simplifies startup (don't need to play games to
open pg_log; among other things, OverrideTransactionSystem goes away),
should improve performance a little, and opens the door to recycling
commit log space by removing no-longer-needed segments of the commit
log.  Actual recycling is not there yet, but I felt I should commit
this part separately since it'd still be useful if we chose not to
do transaction ID wraparound.
2001-08-25 18:52:43 +00:00
..
FAQ Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml Replace implementation of pg_log as a relation accessed through the 2001-08-25 18:52:43 +00:00
Makefile > Kinda looks like Ian broke the compile-in-source-dir case while 2001-03-27 16:34:14 +00:00