index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pgstatfuncs.c
Age
Commit message (
Expand
)
Author
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-01
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-04
Fix comparison of an array of characters with zero to compare with '\0' instead.
Fujii Masao
2014-01-29
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-27
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-07-05
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-04-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-30
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-01-26
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-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-08-09
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-07-03
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-06-29
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-11
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-10
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-21
Add vacuum and analyze counters to pg_stat_*_tables views.
Magnus Hagander
2010-08-08
Add stats functions and views to provide access to a transaction's own
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-28
Add functions to reset the statistics counter for a single table/index or
Magnus Hagander
2010-01-19
Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-29
Make pg_stat_activity.application_name visible to all users, rather than
Tom Lane
2009-11-28
Add support for an application_name parameter, which is displayed in
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-05-15
Add support for tracking call counts and elapsed runtime for user-defined
Tom Lane
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-07
Make the pg_stat_activity view call a SRF (pg_stat_get_activity())
Magnus Hagander
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-25
Just-in-time background writing strategy. This code avoids re-scanning
Tom Lane
[next]