]> granicus.if.org Git - postgresql/history - doc/src/sgml/monitoring.sgml
Add vacuum and analyze counters to pg_stat_*_tables views.
[postgresql] / doc / src / sgml / monitoring.sgml
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-17 Peter EisentrautSpell and markup checking
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-04-26 Tom LaneUpdate documentation to match pg_stat_activity changes.
2010-04-15 Peter EisentrautImprove punctuation
2010-04-15 Peter EisentrautIP port -> TCP port
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-02-03 Bruce MomjianProofreading improvements for the Administration docume...
2010-01-28 Magnus HaganderAdd functions to reset the statistics counter for a...
2010-01-19 Magnus HaganderAdd pg_stat_reset_shared('bgwriter') to reset the clust...
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-06-26 Tom LaneAdd a note about SystemTap vs DTrace spelling of probe...
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-10 Bruce MomjianDocument how *_blks_read statistics columns are computed.
2009-04-09 Bruce MomjianClarify documentation references to pg_stat_get_blocks_...
2009-03-28 Tom LaneAdd documentation of the fact that dtrace probes evalua...
2009-03-23 Tom LaneMore fixes for 8.4 DTrace probes. Remove useless BUFFE...
2009-03-10 Bruce MomjianDoc patch for the recently added probes.
2008-11-11 Magnus HaganderMention the tup_fetched column in pg_stat_database.
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-06-18 Neil ConwayFix a few typos in the DTrace docs. Patch from Euler...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-04-10 Alvaro HerreraMention pg_backend_pid() in the system information...
2008-03-25 Neil ConwayUpdate documentation for recent DTrace changes. Patch...
2007-11-28 Peter Eisentrautspell checker run
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-04-27 Neil ConwayRemove no-longer-true statement from the docs. Since...
2007-04-26 Neil ConwayConsistency tweaks for a table in the SGML docs: we...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2006-12-08 Tom LaneFix broken markup.
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-12-02 Peter EisentrautCollect the bits of wisdom about dtrace installation...
2006-12-02 Tom LaneAdd some documentation for DTrace support. Simon Riggs
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
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-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-14 Bruce MomjianDocument that xact commit/abort stats are collected...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-05-09 Neil ConwayComplete the following TODO items:
2004-12-28 Tom LaneMore minor updates and copy-editing.
2004-03-26 Neil ConwayMore cross-reference work, other minor SGML fixes and...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-04 Peter EisentrautRandom copy-editing.
2003-11-01 Peter EisentrautSpell checking, consistent terminology.
2003-10-17 Tom LaneDocument all the system views created by initdb (severa...
2003-08-31 Peter EisentrautAdd/edit index entries.
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-24 Peter EisentrautAnother big editing pass for consistent content and...
2003-03-20 Bruce MomjianIt would also be handy if users could see their own...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2002-11-11 Peter EisentrautMerge documentation updates from 7.3 branch.
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-20 Bruce MomjianAllow pg_statistics to be reset by calling pg_stat_reset().
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-04 Bruce MomjianRename backend_pid to pg_backend_pid, move docs to...
2002-07-31 Bruce MomjianMove backend_pid to functions/misc.
2002-07-31 Bruce MomjianRename pid function to backend_pid().
2002-03-22 Peter EisentrautSpell checking and markup additions
2001-11-29 Bruce MomjianCleanup of new ps markup.
2001-11-29 Bruce MomjianUpdate ps status display information for Solaris, from...
2001-11-12 Peter EisentrautAdd some more index entries.
2001-11-08 Peter EisentrautUse <important> rather than <caution> when the conditio...
2001-10-19 Tom LaneTypo.
2001-10-16 Tom LaneAdd documentation about statistics collector and stats...