summaryrefslogtreecommitdiff
path: root/src/include/access/xlogutils.h
AgeCommit message (Expand)Author
2006-04-14Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane
2006-03-29Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-13XLOG (and related) changes:Tom Lane
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-10-28WALVadim B. Mikheev
2000-10-25WAL utils defsVadim B. Mikheev
2000-10-24Create empty file so that CVS sources compile (Vadim can fill in realTom Lane