postgresql/src/backend/postmaster
Alvaro Herrera 45cbdaa038 Avoid having autovacuum read pgstats data too many times in quick succession.
This is problematic for the autovac launcher when there are many databases,
so we keep data for a full second before reading it again.
2007-09-24 04:12:01 +00:00
..
Makefile Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00
autovacuum.c Avoid having autovacuum read pgstats data too many times in quick succession. 2007-09-24 04:12:01 +00:00
bgwriter.c Remove Assert(BgWriterShmem != NULL), which is rather pointless since 2007-09-16 16:33:04 +00:00
fork_process.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pgarch.c Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
pgstat.c Simplify and rename some GUC variables, per various recent discussions: 2007-09-24 03:12:23 +00:00
postmaster.c Provide for logfiles in machine readable CSV format. In consequence, rename 2007-08-19 01:41:25 +00:00
syslogger.c Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, 2007-09-22 18:19:18 +00:00
walwriter.c Make sure that open hash table scans are cleaned up when bgwriter tries to 2007-09-11 17:15:33 +00:00