postgresql/src/backend/postmaster
Tom Lane 87808aef05 Allow the pgstat views to show toast tables as well as regular tables
(the stats system has always collected this info, but the views were
filtering it out).  Modify autovacuum so that over-threshold activity
in a toast table can trigger a VACUUM of the parent table, even if the
parent didn't appear to need vacuuming itself.  Per discussion a month
or so back about "short, wide tables".
2005-08-15 16:25:19 +00:00
..
autovacuum.c Allow the pgstat views to show toast tables as well as regular tables 2005-08-15 16:25:19 +00:00
bgwriter.c Tweak BgBufferSync() so that a persistent write error on a dirty buffer 2005-08-02 20:52:08 +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 Allow the pgstat views to show toast tables as well as regular tables 2005-08-15 16:25:19 +00:00
postmaster.c Reverse out changes to canonicalize_path(), per suggestion from Tom. 2005-08-12 19:43:32 +00:00
syslogger.c Add files to do read I/O on the cluster directory: 2005-08-12 03:25:13 +00:00