Commits

DateSubjectAuthorReleases
2012-10-15 Split up process latch initialization for more-fail-soft behavior. Tom Lane 9.3.0
2011-08-10 Change the autovacuum launcher to use WaitLatch instead of a poll loop. Tom Lane 9.2.0
2011-08-09 Measure WaitLatch's timeout parameter in milliseconds, not microseconds. Tom Lane 9.2.0
2010-05-11 Cause the archiver process to adopt new postgresql.conf settings (particularly Tom Lane 8.3.11
2010-05-11 Cause the archiver process to adopt new postgresql.conf settings (particularly Tom Lane 8.4.4
2010-05-11 Cause the archiver process to adopt new postgresql.conf settings (particularly Tom Lane 9.0.0
2008-01-11 Restructure the shutdown procedure for the archiver process to allow it to Tom Lane 8.3.0
2007-12-18 Make archiver process report its progress in PS display. Per Tom Lane 8.3.0
2007-12-12 Clean up unportable attempt to use #if inside a macro call, also Tom Lane 8.3.0
2007-11-24 Reduce routine successful-archiving message from LOG to DEBUG1 grade, Tom Lane 8.3.0
2007-09-26 Minor improvements in backup and recovery: Tom Lane 8.3.0
2006-11-21 On systems that have setsid(2) (which should be just about everything except Tom Lane 8.2.0
2006-11-10 Clean up some misleading references to %p being a full path, per Simon. Tom Lane 8.2.0
2006-08-07 On some platforms, pg_usleep isn't interruptible by signals; fix Tom Lane 8.2.0
2006-05-30 PostmasterIsAlive test really ought to be in the inner loop for safety. Tom Lane 8.1.5
2006-05-30 PostmasterIsAlive test really ought to be in the inner loop for safety. Tom Lane 8.2.0
2006-01-04 Rearrange backend startup sequence so that ShmemIndexLock can become 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-19 Simplify uses of readdir() by creating a function ReadDir() that Tom Lane 8.1.0
2004-11-18 Whoops, missed converting the other sleep() call to pg_usleep(). Tom Lane 8.0.0
2004-11-17 Use pg_usleep() not sleep(), per Andrew Dunstan. Tom Lane 8.0.0
2004-08-09 When expanding %p in archive_command or restore_command, translate Tom Lane 8.0.0
2004-08-05 Create a built-in log rotation program, so that we no longer have to 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-08-01 Error message style adjustments, per Alvaro Herrera. Tom Lane 8.0.0