postgresql/src/backend/postmaster
Tom Lane 5d5f1a79e6 Clean up a number of autovacuum loose ends. Make the stats collector
track shared relations in a separate hashtable, so that operations done
from different databases are counted correctly.  Add proper support for
anti-XID-wraparound vacuuming, even in databases that are never connected
to and so have no stats entries.  Miscellaneous other bug fixes.
Alvaro Herrera, some additional fixes by Tom Lane.
2005-07-29 19:30:09 +00:00
..
autovacuum.c Clean up a number of autovacuum loose ends. Make the stats collector 2005-07-29 19:30:09 +00:00
bgwriter.c Improve the checkpoint signaling mechanism so that the bgwriter can tell 2005-06-30 00:00:52 +00:00
fork_process.c Wrap the implementation of fork_process() inside #ifndef WIN32 -- this 2005-03-16 00:02:39 +00:00
Makefile Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgarch.c Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pgstat.c Clean up a number of autovacuum loose ends. Make the stats collector 2005-07-29 19:30:09 +00:00
postmaster.c Clean up a number of autovacuum loose ends. Make the stats collector 2005-07-29 19:30:09 +00:00
syslogger.c Update DAYS_PER_MONTH comment. 2005-07-21 18:06:13 +00:00