summaryrefslogtreecommitdiffstats
path: root/commands.h
AgeCommit message (Expand)Author
2020-04-04Remove toggle for displaying cumulative vs differential statsMark 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-06-26Make connections with passwords persistentMark Wong
2019-06-26Remove kill and renice commandMark Wong
2019-06-26Remove table stats viewMark Wong
2019-06-26Use PQconnectdbParams()Mark Wong
2015-11-09Map function pointers to commandsMark Wong
2015-11-09Extract commands into separate functionsMark Wong
2015-11-06Put main loop into separate functionMark Wong
2008-03-12Consolidate the 2 different 'EXPLAIN' and 'EXPLAIN ANALYZE' functions into aMark Wong
2008-03-05Added a command for EXPLAIN ANALYZE.Mark Wong
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark Wong
2007-10-04Protect each header file so macros are not redefined.Mark Wong
2007-09-22Added the 'E' command to show the query plan for a process currentlyMark Wong
2007-09-21Open a database connection per query and close it immediately after,Mark 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-04-20[svn] Create release 3.6.1William LeFebvre