summaryrefslogtreecommitdiffstats
path: root/pg.h
AgeCommit message (Expand)Author
2020-04-10Use enum for pg_stat_replication queryMark Wong
2020-04-10Use enum for pg_stat_activity queryMark Wong
2019-07-08pgindentMark Wong
2019-07-08Add view for top replication processesMark Wong
2019-06-26Make connections with passwords persistentMark Wong
2019-06-26Linux: show database state instead of OS stateMark 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-09Allow sorting of pg_stat_statements viewMark Wong
2015-11-03Add check for pg_stat_statementsMark Wong
2015-02-02Proof of concept for pg_stat_statementsMark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2008-03-06Fixed a bug so we can sort by different columns in when looking at userMark Wong
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark 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-09-21Made changes so that the ptop will run without seg faulting if theMark Wong