Commits

DateSubjectAuthorReleases
2022-09-14 Use the terminology "WAL file" not "log file" more consistently. Tom Lane 16.0
2016-09-25 Refer to OS X as "macOS", except for the port name which is still "darwin". Tom Lane 10.0
2013-03-15 Improve the documentation about commit_delay. Tom Lane 9.3.0
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 9.0.2
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 9.1.0
2008-05-02 Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also Tom Lane 8.4.0
2007-08-01 Support an optional asynchronous commit mode, in which we don't flush WAL Tom Lane 8.3.0
2007-06-28 Implement "distributed" checkpoints in which the checkpoint I/O is spread Tom Lane 8.3.0
2005-10-22 Copy-editing for recent documentation changes relevant to WAL, Tom Lane 8.1.0
2004-08-08 Update admin guide's discussion of WAL to match present reality. Tom Lane 8.0.0
2003-09-20 Fix a batch of speling misteaks identified by Peter's spell-checker tool. Tom Lane 7.4.1
2002-11-02 Fix some misstatements in WAL parameter discussion. Tom Lane 7.3.1
2001-10-26 Update WAL configuration discussion to reflect post-7.1 tweaking. Tom Lane 7.2.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1
2001-08-25 Replace implementation of pg_log as a relation accessed through the Tom Lane 7.2.1
2001-03-16 Support syncing WAL log to disk using either fsync(), fdatasync(), Tom Lane 7.1.1
2001-03-13 XLOG (and related) changes: Tom Lane 7.1.1
2001-02-26 Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur Tom Lane 7.1.1
2001-02-18 Change default commit_delay to zero, update documentation. Tom Lane 7.1.1