index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pgstat.h
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update PGSTAT_FILE_FORMAT_ID
Alvaro Herrera
2015-02-20
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-12-18
*
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-06-04
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-03
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-17
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-09
*
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
*
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-21
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
*
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-02-10
*
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-03
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
*
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-10-12
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add vacuum and analyze counters to pg_stat_*_tables views.
Magnus Hagander
2010-08-21
*
Add stats functions and views to provide access to a transaction's own
Tom Lane
2010-08-08
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add functions to reset the statistics counter for a single table/index or
Magnus Hagander
2010-01-28
*
Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared
Magnus Hagander
2010-01-19
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Revise pgstat's tracking of tuple changes to improve the reliability of
Tom Lane
2009-12-30
[next]