Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2011-12-12 Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-06-10 Work around gcc 4.6.0 bug that breaks WAL replay. Tom Lane 9.1.0
2011-06-10 Work around gcc 4.6.0 bug that breaks WAL replay. Tom Lane 9.0.5
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2007-05-20 To support external compression of archived WAL data, add a flag bit to Tom Lane 8.3.0
2007-04-30 Change the timestamps recorded in transaction commit/abort xlog records Tom Lane 8.3.0
2006-08-17 Implement archive_timeout feature to force xlog file switches to occur no more Tom Lane 8.2.0
2006-08-07 Make recovery from WAL be restartable, by executing a checkpoint-like Tom Lane 8.2.0
2006-08-06 Add support for forcing a switch to a new xlog file; cause such a switch Tom Lane 8.2.0
2006-04-05 Add a field to the first page of each WAL file to indicate the Tom Lane 8.2.0
2006-04-03 Define a separately configurable XLOG_BLCKSZ symbol for the page size Tom Lane 8.2.0
2006-03-24 Arrange to emit a description of the current XLOG record as error context Tom Lane 8.2.0
2005-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2005-06-02 Change CRCs in WAL records from 64bit to 32bit for performance reasons. Tom Lane 8.1.0
2004-08-29 Widen xl_len field of XLogRecord header to 32 bits, so that we'll have Tom Lane 8.0.0
2004-08-03 Add functions pg_start_backup, pg_stop_backup to create backup label Tom Lane 8.0.0
2004-07-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0