aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian2011-06-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-17
* Track last time for statistics reset on databases and bgwriterMagnus Hagander2011-02-10
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-21
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-08
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-28
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-19
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-07
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-30
* Add new columns for tuple statistics on a database level toMagnus Hagander2007-03-16
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-02
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19