]> granicus.if.org Git - postgresql/history - src/backend/postmaster/pgstat.c
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
[postgresql] / src / backend / postmaster / pgstat.c
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-07 Tom LaneZero out vacuum_count and related counters in pgstat_re...
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-12 Tom LaneReset all database-level stats in pgstat_recv_resetcoun...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-10-12 Tom LaneRemove some unnecessary tests of pgstat_track_counts.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-24 Tom LaneNow that we know last_statrequest > last_statwrite...
2010-03-12 Tom LaneAdd some logging code for unexpected cases in pgstat...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-31 Magnus HaganderMake checks for invalid pgStatSock use PGINVALID_SOCKET
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-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-27 Tom LaneAvoid memory leak if pgstat_vacuum_stat is interrupted...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-02 Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-09-04 Tom LaneRemove pgstat's discrimination against MsgVacuum and...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-08 Tom LaneTeach pgstat_vacuum_stat to not bother scanning pg_proc...
2008-11-04 Peter EisentrautFix compiler warning about uninitialized variable
2008-11-03 Alvaro HerreraReduce the acceptable staleness of pgstat data for...
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-08-25 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
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-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-24 Tom LaneAdjust the recent patch for reporting of deadlocked...
2008-03-21 Tom LaneReport the current queries of all backends involved...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-08 Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-07 Alvaro HerreraAvoid losing track of data for shared tables in pgstats...
2007-05-27 Tom LaneOoops, I was too busy worrying about getting the transa...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-21 Tom LaneAdjust pgstat_initstats() to avoid repeated searches...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-28 Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-22 Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-01 Tom LaneFix miscalculation of stats collector's write delay...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-09 Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-28 Tom LaneFix pgstat_report_waiting() to not dump core if called...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-07-16 Tom LaneEnsure that we retry rather than erroring out when...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
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-30 Bruce MomjianPatch reverted because of random buildfarm failures:
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-04-27 Bruce MomjianDelay write of pg_stats file to once every five minutes...
2006-04-20 Bruce MomjianAdd "retry another address" log message on statistics...
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-03 Bruce MomjianAssume select() might modify struct timeout, so remove...
next