summaryrefslogtreecommitdiffstats
path: root/machine.h
AgeCommit message (Expand)Author
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