aboutsummaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAge
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* 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
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Code review for pgstat_get_crashed_backend_activity patch.Tom Lane2011-10-21
* Try to log current the query string when a backend crashes.Robert Haas2011-10-21
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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 some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-12
* 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
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* 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
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane2008-11-03
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-24
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* 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