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
2019-02-01
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-01-29
Fix pg_stat_ssl.clientdn
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-05-02
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-19
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-26
Show more processes in pg_stat_activity.
Robert Haas
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-21
Prevent possible crash reading pg_stat_activity.
Robert Haas
2016-03-24
Use correct GetDatum function.
Robert Haas
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.
Robert Haas
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-08
Modify pg_stat_get_activity to build a tuplestore
Stephen Frost
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-03-19
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-02-19
Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-20
Fix typos.
Robert Haas
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
[next]