summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
2014-04-01Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2011-06-29Protect pg_stat_reset_shared() against NULL inputMagnus Hagander
2011-06-11Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-01-03Add views and functions to monitor hot standby query conflictsMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-21Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander
2010-08-08Add stats functions and views to provide access to a transaction's ownTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-28Add functions to reset the statistics counter for a single table/index orMagnus Hagander
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-29Make pg_stat_activity.application_name visible to all users, rather thanTom Lane
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-03-30Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander
2007-03-16Add new columns for tuple statistics on a database level toMagnus Hagander
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-02Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian
2006-12-06Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Have autovacuum report its activities to the stat collector.Alvaro Herrera
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian