]> granicus.if.org Git - postgresql/history - src/include/pgstat.h
Fix up pgstats counting of live and dead tuples to recognize that committed
[postgresql] / src / include / pgstat.h
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-22 Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-02-09 Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-05-30 Bruce MomjianPatch reverted because of random buildfarm failures:
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-04-27 Bruce MomjianDelay write of pg_stats file to once every five minutes...
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneFix a couple of items that should be declared Oid not...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-26 Tom LaneAdjust pgstat message definitions so that the target...
2004-06-14 Tom LaneArrange to explicitly stop the pgstat processes at...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-02 Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce Momjianpgindent run.
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-09-03 Peter EisentrautPut pgstat internal files into $PGDATA/global.
2001-08-05 Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-05 Jan WieckAdded GUC configuration options to control access stati...
2001-06-29 Tom Lanegcc did not like new pg_stat macros, for good and suffi...
2001-06-29 Jan WieckTurned high-frequently called pgstat functions into...
2001-06-22 Jan WieckThe new files for statistical system views.