summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2008-04-02Renamed 'ptop' to 'pg_top'.Mark Wong
2008-03-31Fixed a typo in the man page where 'ptop' should be 'ptop'.Mark Wong
2008-03-23Updated TODO list with ideas suggest since the beginning.Mark Wong
2008-03-21Added tag v3.6.2-beta2 for changeset 4ec94ee97647Mark Wong
2008-03-19Merging...v3.6.2-beta2Mark Wong
2008-03-19Updated OS X port to match core ptop changes. Also fixed configure to noMark Wong
2008-03-19Updated man page to describe the -W flag for prompting for password.Mark Wong
2008-03-17Updated AC_CHECK_LIB rules to recommended AC_SEARCH_LIBS rules.Mark Wong
2008-03-17Backed out changeset aa2b7d2a64f8Mark Wong
2008-03-17Updated AC_CHECK_LIB rules to recommended AC_SEARCH_LIBS rules.Mark Wong
2008-03-16Updated the m_sunos5.c port to match core ptop changes on Solaris 10 (8/07).Mark Wong
2008-03-16Removed the header check for termcap.c because it's not required if you haveMark Wong
2008-03-16Corrected the typecasting in the percentrages() function so the math is correct.Mark Wong
2008-03-15Updated FreeBSD port to be in sync with changes in the rest of the base code.Mark Wong
2008-03-15Updated to require at least Automake 1.7. Need at least Automake 1.6 toMark Wong
2008-03-15Used more strict types, hopefully a good thing.Mark Wong
2008-03-15Preparing for 3.6.2-beta2 release.Mark Wong
2008-03-15Added support for OpenBSD, tested on 4.2.Mark Wong
2008-03-15Edited history to clarify description of 'EXPLAIN' and 'EXPLAIN ANALYZE'Mark Wong
2008-03-15Clarify descriptions of EXPLAIN and EXPLAIN ANALYZE to not imply theseMark Wong
2008-03-15Updated Copyright information.Mark Wong
2008-03-12Added missing HISTORY note for OS X.Mark Wong
2008-03-12Added tag v3.6.2-beta1 for changeset fb93596f083dMark Wong
2008-03-12Updated for the 3.6.2-beta1 release.v3.6.2-beta1Mark Wong
2008-03-12Corrected grammar in the HISTORY file.Mark Wong
2008-03-12Consolidate the 2 different 'EXPLAIN' and 'EXPLAIN ANALYZE' functions into aMark Wong
2008-03-12Changed to /bin/sh as opposed to /bin/bash because there's no reason toMark Wong
2008-03-11Merging OS X port.Mark Wong