summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-10-04Updated for the 3.6.1-pre8 release.v3.6.1-pre8Mark Wong
2007-10-04Renamed 'Changes' to 'HISTORY', added to the HISTORY, and removed theMark Wong
2007-10-03Changes to get ptop to work on Solaris 10.Mark Wong
2007-09-27Added tag v3.6.1-pre7 for changeset f2642c619034Mark Wong
2007-09-27Added tag v3.6.1-pre6 for changeset df892c21fba9v3.6.1-pre7Mark Wong
2007-09-27Updating for the 3.6.1-pre7 release.Mark Wong
2007-09-27Made the display of the held locks nicer looking, it not more efficient.Mark Wong
2007-09-26Code changes so ptop functions on FreeBSD. I think it's a littleMark Wong
2007-09-26Updated the ignore file and fixed the Makefile to include the databaseMark Wong
2007-09-24Updated for 3.6.1-pre6 release.v3.6.1-pre6Mark Wong
2007-09-24Added help for the 'E' command to show the query plan of a process.Mark Wong
2007-09-24Added tag v3.6.1-pre5 for changeset 8ddf0dc8ab40Mark Wong
2007-09-24Re-commited changes so that ptop doesn't seg fault if the databasev3.6.1-pre5Mark Wong
2007-09-24Added tag v3.6.1-pre4 for changeset 6b022ce8cde3Mark Wong
2007-09-24Updated configure.ac for the 3.6.1-pre5 release.Mark Wong
2007-09-24Changed getpagesize() to the recommended portable sysconf(_SC_PAGESIZE)Mark Wong
2007-09-24Ignore cscope.out files.Mark Wong
2007-09-23Preparing for the 3.6.1-pre4 release.v3.6.1-pre4Mark Wong
2007-09-23Revamped the default CFLAGS and turned on all warnings. Also removedMark Wong
2007-09-22Added tag v3.6.1-pre3 for changeset 68151730ae50Mark Wong
2007-09-22Updated for 3.6.1-pre3 release.v3.6.1-pre3Mark Wong
2007-09-22Added the 'E' command to show the query plan for a process currentlyMark Wong
2007-09-22Revert the changes that kept ptop from crashing when there is noMark 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-19Can now specific database name, username, password, and port for theMark Wong
2007-09-19Fixed the grammer of the prompt when using the 'Q' command.Mark Wong
2007-09-19Fixed the query to get locks held by a process and fixed the minimumMark Wong
2007-09-19Updated the help message with the new 'Q' and 'L' commands.Mark Wong
2007-09-19Added an 'L' command to show all locks help by a process.Mark Wong
2007-09-19Added tag v3.6.1-pre2 for changeset 2b652d67766fMark Wong
2007-09-19Preparing to tag for the 3.6.1-pre2 release.v3.6.1-pre2Mark Wong
2007-09-19Added a 'Q' command to show the current query for a given process id.Mark Wong
2007-09-19Added PQclear() call to avoid memory leaks, and removed use of DIRMark Wong
2007-09-19Added tag v3.6.1-pre1 for changeset df86e76181bdMark Wong
2007-09-19Renamed 'top' to 'ptop'.v3.6.1-pre1Mark Wong
2007-09-19Updated top to only display processes that are listed in the PostgreSQLMark Wong
2007-09-19Added 'configure' to the list since it should be generated from runningMark Wong
2007-09-18Added configure options for PostgreSQL libpq libraries. Updated theMark Wong
2007-09-18Added an ignore file.Mark Wong
2007-09-18Removed old_modules directory since it appears to not be used anymore.Mark Wong
2007-09-18Changed the use of the PAGE_SHIFT macro to the getpagesize() systemMark Wong
2007-04-20[svn] Create release 3.6.1William LeFebvre