aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/monitoring.sgml
Commit message (Expand)AuthorAge
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* docs: mention the optimizer can increase the index usage countBruce Momjian2015-03-19
* doc: Remove link to outdated dtrace project on pgfoundryPeter Eisentraut2015-03-14
* Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane2015-02-19
* Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.Andres Freund2014-12-04
* Restructure doc sections about statistics viewsMagnus Hagander2014-11-16
* doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut2014-09-09
* doc: Spell checkingPeter Eisentraut2014-07-16
* Fix typos in the cluster_name commit.Andres Freund2014-06-30
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Add description of pg_stat directory into doc.Fujii Masao2014-06-05
* Fix incorrect column name in pg_stat_replication document.Fujii Masao2014-05-19
* Fix typo, trance -> tranche, in docs.Heikki Linnakangas2014-04-23
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-24
* doc: mention statistics reset during crash recoveryBruce Momjian2014-01-31
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Expose the estimation of number of changed tuples since last analyzeMagnus Hagander2013-07-05
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* doc: Update DTrace informationPeter Eisentraut2013-04-10
* doc: Add pg_stat_reset and related functions to indexPeter Eisentraut2012-12-15
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Update example of process titles shown by "ps".Tom Lane2012-05-11
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* Further editorialization on the new documentation for statistics views.Tom Lane2012-04-29
* Make a copy-editing pass over the new documentation for statistics views.Tom Lane2012-04-29
* Fix typos in docs, some words were doubled.Heikki Linnakangas2012-04-10
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Correctly explain units used by function-timing stats functions.Robert Haas2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* Fix some typos and correct wording in the monitoring docs patchMagnus Hagander2012-02-25
* Merge the list of statistics functions into the view documentationMagnus Hagander2012-02-25
* Make each pg_stat_ view into it's own table in the documentationMagnus Hagander2012-02-25
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Get rid of itemizedlist inside tableMagnus Hagander2012-01-20
* Further doc cleanups from the pg_stat_activity changesMagnus Hagander2012-01-20
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Remove tabs in SGML file.Bruce Momjian2011-12-18
* Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander2011-12-06
* Note that index-only scans can affect idx_tup_fetch.Tom Lane2011-10-08
* Minor doc additions for cascading replication.Simon Riggs2011-07-19
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Link some tables into the surrounding text by their idPeter Eisentraut2011-05-04
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Document that last vacuum statistics and counts are for non-FULL vacuums.Bruce Momjian2011-02-27