Commits

DateSubjectAuthorReleases
2009-06-04 Improve the recently-added support for properly pluralized error messages Tom Lane 8.4.0
2009-05-15 Fix all the server-side SIGQUIT handlers (grumble ... why so many identical Tom Lane 8.4.0
2008-11-23 Teach RequestCheckpoint() to wait and retry a few times if it can't signal Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2007-11-14 Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro Tom Lane 8.3.0
2007-10-04 Change Assert() to a plain test and elog, just to see if that works Tom Lane 8.3.0
2007-09-25 Just-in-time background writing strategy. This code avoids re-scanning Tom Lane 8.3.0
2007-09-16 Remove Assert(BgWriterShmem != NULL), which is rather pointless since Tom Lane 8.3.0
2007-09-11 Make sure that open hash table scans are cleaned up when bgwriter tries to Tom Lane 8.0.14
2007-09-11 Make sure that open hash table scans are cleaned up when bgwriter tries to Tom Lane 8.1.10
2007-09-11 Make sure that open hash table scans are cleaned up when bgwriter tries to Tom Lane 8.2.5
2007-09-11 Make sure that open hash table scans are cleaned up when bgwriter tries to Tom Lane 8.3.0
2007-07-03 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 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-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0
2007-01-27 Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during Tom Lane 8.1.7
2007-01-27 Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during Tom Lane 8.2.2
2007-01-17 Extend yesterday's patch so that the bgwriter is also told to forget Tom Lane 8.3.0
2007-01-17 Revise bgwriter fsync-request mechanism to improve robustness when a table Tom Lane 8.3.0
2006-12-01 Make the bgwriter's error recovery path do smgrcloseall(). On Windows this Tom Lane 8.2.0
2006-11-30 Minor adjustments to make failures in startup/shutdown behave more cleanly. Tom Lane 8.2.0
2006-11-21 On systems that have setsid(2) (which should be just about everything except Tom Lane 8.2.0
2006-11-21 Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is 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