summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2008-03-11Merging in OS X port.Mark Wong
2008-03-11Added the ability to monitor user table and index cumulative statistics inMark Wong
2008-03-11Execute the BEGIN and ROLLBACK statements in difference calls so we can beMark Wong
2008-03-10fixed all the compile warnings, added full command-line support for OS XSelena Deckelmann
2008-03-09Correct the order of commands. 'autoheader' needed to be executed beforeMark Wong
2008-03-08Added braces to quiet compiler warnings.Mark Wong
2008-03-08Update TODO items.Mark Wong
2008-03-07Updated the FAQ to correctly describe the environment variable name.Mark Wong
2008-03-07Removed the -S flag to show system process since it doesn't apply anymore asMark Wong
2008-03-06Updated HISTORY.Mark Wong
2008-03-06Fixed a bug so we can sort by different columns in when looking at userMark Wong
2008-03-06Updated the TODO list.Mark Wong
2008-03-06Updated the autotools config files. Added 'autogen.sh' to initializeMark Wong
2008-03-06Fixed formatting of help message.Mark Wong
2008-03-06Defined the new command A into the correct location. Updated the HISTORYMark Wong
2008-03-05Added a command for EXPLAIN ANALYZE.Mark Wong
2008-03-05Added tag v3.6.1 for changeset 38871dc12f7fMark Wong