summaryrefslogtreecommitdiffstats
path: root/machine.h
AgeCommit message (Expand)Author
2020-04-16Set up freebsd for top io stats displayMark Wong
2020-04-11Force all machines to handle replication viewMark Wong
2020-04-10Force all machines to conform to updated get_process_info()Mark Wong
2020-04-10Minimal fixes to compile on FreeBSD 12.1Mark Wong
2020-04-08Re-implement swap activity for linuxMark Wong
2020-04-04Remove toggle for displaying cumulative vs differential statsMark Wong
2020-04-04Show swapping activity.Mark Wong
2019-07-08pgindentMark Wong
2019-07-08Fix handling of display headersMark Wong
2019-07-08Add view for top replication processesMark Wong
2019-07-08Revert "watch the database activity or TPS"Mark Wong
2019-07-08Revert "monitor the disk I/O of the server"Mark Wong
2019-07-08Revert "monitor the disk space of the server"Mark Wong
2019-07-08Fix sortingMark Wong
2019-07-08Remote: fix memory leakMark Wong
2019-06-26Linux: show summarized backend statesMark 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-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-06Put main loop into separate functionMark Wong
2015-02-02Proof of concept for pg_stat_statementsMark Wong
2013-06-10monitor the disk space of the serverMichael Paquier
2013-06-10monitor the disk I/O of the serverMichael Paquier
2013-06-10watch the database activity or TPSMichael Paquier
2013-04-19Updates for freebsd 9Mark Wong
2013-03-27Current query only for linuxMark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2009-03-03Added the ability to sort i/o statistics. Since this was initiallyMark Wong
2009-03-01Removed 'I' command for displaying idle processes since 'i' does theMark Wong
2008-04-02Renamed 'ptop' to 'pg_top'.Mark Wong
2008-03-15Used more strict types, hopefully a good thing.Mark Wong
2008-03-15Added support for OpenBSD, tested on 4.2.Mark Wong
2008-03-07Removed the -S flag to show system process since it doesn't apply anymore asMark Wong
2008-02-23Ran pgindent from PostgreSQL 8.3.0.Mark Wong
2008-01-14Suse uses CLK_TCK and not NZ. Check if HZ exists, if not definev3.6.1-beta3Mark Wong
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark Wong
2007-09-21Made changes so that the ptop will run without seg faulting if theMark Wong
2007-09-21Open a database connection per query and close it immediately after,Mark Wong
2007-09-19Updated top to only display processes that are listed in the PostgreSQLMark Wong
2007-04-20[svn] Create release 3.6.1William LeFebvre