summaryrefslogtreecommitdiffstats
path: root/pg.c
AgeCommit message (Expand)Author
2020-04-07Fix display of locks help by processMark Wong
2019-09-13Update replication query for v10 changesMark Wong
2019-09-07Don't count virtual xids in lock countsMark Wong
2019-09-07Set default isolation level to read uncommittedMark Wong
2019-07-08pgindentMark Wong
2019-07-08Add view for top replication processesMark Wong
2019-07-08Add LOCKS columnMark Wong
2019-07-08Linux: display xact and query timeMark Wong
2019-06-26Make connections with passwords persistentMark Wong
2019-06-26Linux: show database usernameMark Wong
2019-06-26Linux: show database state instead of OS stateMark Wong
2019-06-26Simplify postgres version checkingMark Wong
2019-06-26Remove pg_stat_statements stats viewMark Wong
2019-06-26Remove index stats viewMark Wong
2019-06-26Remove table stats viewMark Wong
2019-06-26Use PQconnectdbParams()Mark Wong
2015-11-13Add 2 sig figs to CALLS for pg_stat_statementsMark Wong
2015-11-11Merge branch 'master' of git://git.postgresql.org/git/pg_topMark Wong
2015-11-09Allow sorting of pg_stat_statements viewMark Wong
2015-11-09Extract commands into separate functionsMark Wong
2015-11-03Add check for pg_stat_statementsMark Wong
2015-10-30Add check for pg_stat_statementsMark Wong
2015-02-02Proof of concept for pg_stat_statementsMark Wong
2012-11-24- Fixed a query string to get `current_query' column from pg_stat_activitySatoshi Nagayasu
2012-10-19Add ability to show current executing queryMark Wong
2012-10-19Fix current queryMark Wong
2012-09-17Update queries for postgres 9.2Mark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2009-10-17Cumulative statistics is constantly growing on redrawsMark Wong
2008-04-02Renamed 'ptop' to 'pg_top'.Mark Wong
2008-03-11Added the ability to monitor user table and index cumulative statistics inMark Wong
2007-12-17Updated the error message when connecting to a database to be the stringMark Wong
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark Wong
2007-10-09Close the database connections as soon as possible when displaying tableMark Wong
2007-10-09Corrected the logic in the for loops when displaying table and indexMark Wong
2007-10-08Added sorting options for user table statistics. Display changes inMark Wong
2007-10-08Fixed several things: not display more indexes that lines available onMark Wong
2007-10-08Added sorting options for user index statistics. Display changes inMark Wong
2007-10-07Added 'X' command to display user index statistics.Mark Wong
2007-10-05Added the 'R' command to monitor table statistics in from the database.Mark Wong
2007-10-05Fixed how to display the "Could not connect to PostgreSQL..." by addingMark Wong
2007-09-21Made changes so that the ptop will run without seg faulting if theMark Wong