]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/pgstatfuncs.c
Add vacuum and analyze counters to pg_stat_*_tables views.
[postgresql] / src / backend / utils / adt / pgstatfuncs.c
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-02-26 Bruce Momjianpgindent run for 9.0
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...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
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-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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...
2007-01-02 Bruce MomjianAdd n_live_tuples and n_dead_tuples to pg_stat_all_tables.
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-19 Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-01 Tom LaneConvert pg_stat_get_backend_idset to use the existing...
2004-02-12 Jan WieckAdded hints about the reason, why the command string in
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
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-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-08-20 Bruce MomjianAllow pg_statistics to be reset by calling pg_stat_reset().
2002-08-04 Bruce MomjianRename backend_pid to pg_backend_pid, move docs to...
2002-07-31 Bruce MomjianRename pid function to backend_pid().
2002-07-31 Bruce MomjianAdd function to access backend pid, pg_stat_get_backend...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Tom Lanepg_stat_get_backend_idset should reset fmgr_info->fn_ex...
2001-06-25 Tom LaneSuppress gcc warning.
2001-06-22 Jan WieckThe new files for statistical system views.