postgresql/src/backend/utils
Alvaro Herrera 1820650934 Restructure autovacuum in two processes: a dummy process, which runs
continuously, and requests vacuum runs of "autovacuum workers" to postmaster.
The workers do the actual vacuum work.  This allows for future improvements,
like allowing multiple autovacuum jobs running in parallel.

For now, the code keeps the original behavior of having a single autovac
process at any time by sleeping until the previous worker has finished.
2007-02-15 23:23:23 +00:00
..
adt Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. 2007-02-14 05:10:55 +00:00
cache Fix up foreign-key mechanism so that there is a sound semantic basis for the 2007-02-14 01:58:58 +00:00
error Fix for early log messages during postmaster startup getting lost when 2007-02-11 11:59:26 +00:00
fmgr Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +00:00
hash Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
init Restructure autovacuum in two processes: a dummy process, which runs 2007-02-15 23:23:23 +00:00
mb Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
misc Fix capitalization and punctuation of two more GUC description strings. 2007-02-14 03:08:44 +00:00
mmgr Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
resowner Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
sort Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
time Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 2007-01-22 01:35:23 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00