index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pgstatfuncs.c
Commit message (
Expand
)
Author
Age
*
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-10
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Modify pg_stat_get_activity to build a tuplestore
Stephen Frost
2015-05-08
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
*
Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.
Tom Lane
2015-02-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typos.
Robert Haas
2014-10-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Fix comparison of an array of characters with zero to compare with '\0' instead.
Fujii Masao
2014-02-04
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-27
*
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
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
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-08-09
*
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-03
*
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
*
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
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 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
*
Make pg_stat_activity.application_name visible to all users, rather than
Tom Lane
2009-11-29
*
Add support for an application_name parameter, which is displayed in
Tom Lane
2009-11-28
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
[next]