summaryrefslogtreecommitdiffstats
path: root/pg_top.c
AgeCommit message (Expand)Author
2023-05-21Revert "Revert "monitor the disk I/O of the server""Mark Wong
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-04Fix command line handling of display countsMark Wong
2020-04-04Add missing command line argument descriptionsMark 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-08Add -X to set I/O statistics modeMark Wong
2019-06-26Make connections with passwords persistentMark Wong
2019-06-26Linux: show database usernameMark Wong
2019-06-26Remove kill and renice commandMark 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
2018-06-08Fix compiler warningsMark Wong
2015-11-09Allow sorting of pg_stat_statements viewMark Wong
2015-11-09Map function pointers to commandsMark Wong
2015-11-09Extract commands into separate functionsMark Wong
2015-11-06Put input capturing into a separate functionMark Wong
2015-11-06Put argument processing into separate functionMark Wong
2015-11-06Put main loop into separate functionMark Wong
2015-11-03Add check for pg_stat_statementsMark Wong
2015-02-02Proof of concept for pg_stat_statementsMark Wong
2015-01-29Update textual references to topMark 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-06-07Improvement of docs, help messages and addition of long optionsMichael Paquier
2013-03-27Current query only for linuxMark Wong
2013-03-27Enable io stats only for linuxMark Wong
2012-10-19Add ability to show current executing queryMark Wong
2009-03-26Added functionality to display i/o stats per process for remote LinuxMark 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-08-28Disallow 'kill' and 'renice' when connected to a remote database system.Mark Wong
2008-08-27Added checks to make sure the proper stored functions are installed otherwiseMark Wong
2008-08-26Updated to retrieve uid and username with the process table.Mark Wong
2008-08-24Added functionality for remote monitoring.Mark Wong
2008-04-23Found more 'Top' references to be changed to 'pg_top'.Mark Wong