summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-11-29Merge pull request #1 from snaga/fixbysnagav3.7.0-alpha1Mark 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-24Use strncpy instead of strcpyMark Wong
2012-09-24Changed release to alpha1Mark Wong
2012-09-17Update queries for postgres 9.2Mark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2012-06-01Fix batch modeEponymous Alias
2012-06-01Escape a hyphen in the manpageFrancois Marier
2009-11-15Solaris placeholder for displaying i/o.Mark Wong
2009-11-15Solaris compiler warnings fix.Mark Wong
2009-10-17Merge branch 'master' of git://git.postgresql.org/git/pg_topMark Wong
2009-10-17Cumulative statistics is constantly growing on redrawsMark Wong
2009-04-17Here is a patch that fix the configure script to work with --as-neededmarkwkm
2009-03-26Added functionality to display i/o stats per process for remote LinuxMark Wong
2009-03-10Fixed the display of the full command line / environment settings for OSMark Wong
2009-03-06Added minimal function definition changes to make m_macosx compile withMark Wong
2009-03-06Cleaned up the formatting and removed code that's been commented out.Mark Wong
2009-03-03Added the ability to sort i/o statistics. Since this was initiallyMark Wong
2009-03-02Fixed the calculation of wchar when determining differential stats forMark Wong
2009-03-02Fixed a bug, more specifically, omission of code to insert and retrieveMark Wong
2009-03-01Removed 'I' command for displaying idle processes since 'i' does theMark Wong
2009-03-01Added a format_b() function to format strings from numbers that in inMark Wong
2009-02-28Fixed Makefile.am with new rules to build and clean sigdesc.hMark Wong
2008-09-22fixed process output to print command name without argumentsSelena Deckelmann
2008-09-10Added typecasts to suppress compiler warnings.Mark Wong
2008-08-28Updated the README, TODO, and FAQ.Mark 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 actually report the time.Mark Wong
2008-08-26Updated to retrieve uid and username with the process table.Mark Wong
2008-08-25Explicity select columns from the stored functions and use enums forMark Wong
2008-08-25Updated query to also select the full command for a pid.Mark Wong
2008-08-24Added functionality for remote monitoring.Mark Wong
2008-08-24Labeling builds for 3.7.0-beta1.Mark Wong
2008-08-17Removed execute permissions on files that shouldn't have it.Mark Wong
2008-05-03Updated the version number for the 3.6.2 release.v3.6.2Mark Wong
2008-04-23Added tag v3.6.2-beta4 for changeset 40305117300aMark Wong
2008-04-23Updated HISTORY.v3.6.2-beta4Mark Wong
2008-04-23Found more 'Top' references to be changed to 'pg_top'.Mark Wong
2008-04-23Make pg_top observe PGDATABASE, PGUSER, PGHOST, and PGPORT environmentMark Wong
2008-04-20Fixed more 'PTOP' to 'PG_TOP' renaming in the man pages and FAQ, alsoMark Wong
2008-04-20Updated for a next beta release. Added a check for the dl libraries asMark Wong
2008-04-09Added tag v3.6.2-beta3 for changeset 8a90ed8ffdd2Mark Wong
2008-04-09Added more information to renaming of 'ptop' to 'pg_top'v3.6.2-beta3Mark Wong
2008-04-09Use realloc() instead of malloc()/free() so we don't have to keep track ofMark Wong
2008-04-05Updated more references to 'top' to 'pg_top' in the code.Mark Wong
2008-04-05Fixed a bug with the FreeBSD port where we were allocatingMark Wong
2008-04-03Renamed all the ptop references to pg_top in the machine specific code.Mark Wong