Commit Graph

175 Commits (8fb580a35ce358063dfdd10991d017498283c767)

Author SHA1 Message Date
Peter Eisentraut f60a0e9677 Add more columns to pg_stat_ssl 7 years ago
Peter Eisentraut e77cfa54d7 Fix pg_stat_ssl.clientdn 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane fbb2e9a030 Fix assorted compiler warnings seen in the buildfarm. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Andres Freund 54b6cd589a Speedup pgstat_report_activity by moving mb-aware truncation to read side. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Robert Haas fc70a4b0df Show more processes in pg_stat_activity. 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ddc8893179 Fix miserable coding in pg_stat_get_activity(). 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas c4a586c486 Prevent possible crash reading pg_stat_activity. 10 years ago
Robert Haas 59a02815e2 Use correct GetDatum function. 10 years ago
Robert Haas 53be0b1add Provide much better wait information in pg_stat_activity. 10 years ago
Robert Haas 090b287fc5 Code review for b6fb6471f6. 10 years ago
Robert Haas b6fb6471f6 Add a generic command progress reporting facility. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Stephen Frost f91feba877 Modify pg_stat_get_activity to build a tuplestore 11 years ago
Magnus Hagander 9029f4b374 Add system view pg_stat_ssl 11 years ago
Stephen Frost bf03889996 GetUserId() changes to has_privs_of_role() 11 years ago
Tom Lane 2fb7a75f37 Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas 0f565c0743 Fix typos. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 682c5bbec5 Fix bugs in manipulation of PgBackendStatus.st_clienthostname. 12 years ago
Robert Haas dd1a3bccca Show xid and xmin in pg_stat_activity and pg_stat_replication. 12 years ago
Fujii Masao 489e6ac5a1 Fix comparison of an array of characters with zero to compare with '\0' instead. 12 years ago
Fujii Masao 9132b189bf Add pg_stat_archiver statistics view. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Kevin Grittner a133bf7031 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Magnus Hagander c87ff71f37 Expose the estimation of number of changed tuples since last analyze 12 years ago
Tom Lane f7b0006f42 Avoid updating our PgBackendStatus entry when track_activities is off. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 809e7e21af Converge all SQL-level statistics timing values to float8 milliseconds. 14 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 14 years ago
Robert Haas b736aef2ec Publish checkpoint timing information to pg_stat_bgwriter. 14 years ago
Robert Haas 644828908f Expose track_iotiming data via the statistics collector. 14 years ago
Magnus Hagander 61cb8c5abb Add deadlock counter to pg_stat_database 14 years ago
Magnus Hagander bc3347484a Track temporary file count and size in pg_stat_database 14 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago