Commits

DateSubjectAuthorReleases
2012-05-09 Reduce idle power consumption of walwriter and checkpointer processes. Tom Lane 9.2.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
2010-08-01 Back-patch fix for renaming asyncCommitLSN to asyncXactLSN. Tom Lane 9.0.0
2010-07-03 Replace max_standby_delay with two parameters, max_standby_archive_delay and Tom Lane 9.0.0
2010-06-17 Don't allow walsender to send WAL data until it's been safely fsync'd on the Tom Lane 9.0.0
2010-04-29 Rename the parameter recovery_connections to hot_standby, to reduce possible Tom Lane 9.0.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2010-01-16 PGDLLIMPORT-ize the remaining variables needed by walreceiver. Tom Lane 9.0.0
2009-06-26 Cleanup and code review for the patch that made bgwriter active during Tom Lane 8.4.0
2007-09-26 Minor improvements in backup and recovery: Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-08-01 Support an optional asynchronous commit mode, in which we don't flush WAL Tom Lane 8.3.0
2007-07-24 Create a new dedicated Postgres process, "wal writer", which exists to write Tom Lane 8.3.0
2007-06-30 Improve logging of checkpoints. Patch by Greg Smith, worked over Tom Lane 8.3.0
2007-06-28 Implement "distributed" checkpoints in which the checkpoint I/O is spread Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-05-20 To support external compression of archived WAL data, add a flag bit to Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2006-08-21 Make the server track an 'XID epoch', that is, maintain higher-order bits Tom Lane 8.2.0
2006-08-17 Implement archive_timeout feature to force xlog file switches to occur no more 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-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-07-29 Clean up a number of autovacuum loose ends. Make the stats collector Tom Lane 8.1.0