postgresql/src/backend/postmaster
Tom Lane 9bf760f7de Add a 'waiting' column to pg_stat_activity to carry the same information
that ps_status provides by appending 'waiting' to the PS display.  This
completes the project of making it feasible to turn off process title
updates and instead rely on pg_stat_activity.  Per my suggestion a few
weeks ago.
2006-08-19 01:36:34 +00:00
..
autovacuum.c Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
bgwriter.c Implement archive_timeout feature to force xlog file switches to occur no more 2006-08-17 23:04:10 +00:00
fork_process.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgarch.c On some platforms, pg_usleep isn't interruptible by signals; fix 2006-08-07 17:41:42 +00:00
pgstat.c Add a 'waiting' column to pg_stat_activity to carry the same information 2006-08-19 01:36:34 +00:00
postmaster.c Add server support for "plugin" libraries that can be used for add-on tasks 2006-08-15 18:26:59 +00:00
syslogger.c In a Windows backend, don't build src/port/pgsleep.c's version of 2006-07-16 20:17:04 +00:00