summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2020-04-07Fix display of locks help by processMark Wong
2020-04-04Remove toggle for displaying cumulative vs differential statsMark Wong
2019-08-03Add VERBOSE, BUFFERS options to EXPLAIN ANALYZEMark Wong
2019-07-08pgindentMark Wong
2019-07-08Remove individual sorting commandsMark Wong
2019-07-08Fix handling of display headersMark Wong
2019-07-08Add view for top replication processesMark Wong
2019-07-08Fix sortingMark Wong
2019-06-26Make connections with passwords persistentMark Wong
2019-06-26Linux: show database usernameMark Wong
2019-06-26Remove kill and renice commandMark Wong
2019-06-26Remove pg_stat_statements stats viewMark Wong
2019-06-26Remove index stats viewMark Wong
2019-06-26Remove table stats viewMark Wong
2019-06-26Use PQconnectdbParams()Mark Wong
2015-11-13Add 2 sig figs to CALLS for pg_stat_statementsMark Wong
2015-11-09Allow sorting of pg_stat_statements viewMark Wong
2015-11-09Map function pointers to commandsMark Wong
2015-11-09Extract commands into separate functionsMark Wong
2015-01-29Update textual references to topMark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2009-03-03Added the ability to sort i/o statistics. Since this was initiallyMark Wong
2008-04-02Renamed 'ptop' to 'pg_top'.Mark Wong
2008-03-12Consolidate the 2 different 'EXPLAIN' and 'EXPLAIN ANALYZE' functions into aMark Wong
2008-03-11Execute the BEGIN and ROLLBACK statements in difference calls so we can beMark Wong
2008-03-05Added a command for EXPLAIN ANALYZE.Mark Wong
2007-11-24fixed query for Locks to show locks not grantedSelena Deckelmann
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark Wong
2007-10-04Reformatted the header for listing the locks.Mark Wong
2007-09-27Made the display of the held locks nicer looking, it not more efficient.Mark Wong
2007-09-23Revamped the default CFLAGS and turned on all warnings. Also removedMark 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-19Fixed the query to get locks held by a process and fixed the minimumMark Wong
2007-09-19Added an 'L' command to show all locks help by a process.Mark Wong
2007-09-19Added a 'Q' command to show the current query for a given process id.Mark Wong
2007-09-19Renamed 'top' to 'ptop'.v3.6.1-pre1Mark Wong
2007-04-20[svn] Create release 3.6.1William LeFebvre