Commits

DateSubjectAuthorReleases
2014-01-19 Fix VACUUM's reporting of dead-tuple counts to the stats collector. Tom Lane 9.4.0
2014-01-03 Fix calculation of maximum statistics-message size. Tom Lane 9.4.0
2012-06-17 Fix stats collector to recover nicely when system clock goes backwards. Tom Lane 9.3.0
2012-04-30 Converge all SQL-level statistics timing values to float8 milliseconds. Tom Lane 9.2.0
2012-04-29 Rename I/O timing statistics columns to blk_read_time and blk_write_time. Tom Lane 9.2.0
2011-10-21 Code review for pgstat_get_crashed_backend_activity patch. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-05-30 Fix VACUUM so that it always updates pg_class.reltuples/relpages. Tom Lane 8.4.9
2011-05-30 Fix VACUUM so that it always updates pg_class.reltuples/relpages. Tom Lane 9.0.5
2011-05-30 Fix VACUUM so that it always updates pg_class.reltuples/relpages. Tom Lane 9.1.0
2010-10-12 Remove some unnecessary tests of pgstat_track_counts. Tom Lane 9.1.0
2010-08-08 Add stats functions and views to provide access to a transaction's own Tom Lane 9.1.0
2009-12-30 Revise pgstat's tracking of tuple changes to improve the reliability of Tom Lane 9.0.0
2009-11-28 Add support for an application_name parameter, which is displayed in Tom Lane 9.0.0
2009-01-04 Add contrib/pg_stat_statements for server-wide tracking of statement execution Tom Lane 8.4.0
2008-11-03 Change the pgstat logic so that the stats collector writes the stats file only Tom Lane 8.4.0
2008-05-15 Add support for tracking call counts and elapsed runtime for user-defined Tom Lane 8.4.0
2008-04-03 Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly Tom Lane 8.3.2
2008-04-03 Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly Tom Lane 8.4.0
2008-03-24 Adjust the recent patch for reporting of deadlocked queries so that we report Tom Lane 8.4.0
2008-03-21 Report the current queries of all backends involved in a deadlock Tom Lane 8.4.0
2007-09-25 Just-in-time background writing strategy. This code avoids re-scanning Tom Lane 8.3.0
2007-09-24 Simplify and rename some GUC variables, per various recent discussions: Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-11 Rename recently-added pg_stat_activity column from txn_start to xact_start, Tom Lane 8.3.0