summaryrefslogtreecommitdiffstats
path: root/machine/m_freebsd.c
AgeCommit message (Expand)Author
2023-05-21Revert "Revert "monitor the disk I/O of the server""Mark Wong
2020-08-05Make room for longer pids in a few more locationsMark Wong
2020-04-16m_freebsd: add support for displaying io statsMark Wong
2020-04-11m_freebsd: add replication view functionalityMark Wong
2020-04-11m_freebsd: update activity viewMark Wong
2020-04-10m_freebsd: update sprintf with snprintfMark Wong
2020-04-10Minimal fixes to compile on FreeBSD 12.1Mark Wong
2019-07-08pgindentMark Wong
2019-07-08Revert "monitor the disk I/O of the server"Mark Wong
2019-07-08Revert "monitor the disk space of the server"Mark Wong
2019-06-26Use PQconnectdbParams()Mark Wong
2018-06-08Fix compiler warningsMark Wong
2016-04-28Fix error message output for freebsdMark Wong
2016-04-27Fix configure.ac for freebsdMark Wong
2013-06-10monitor the disk space of the serverMichael Paquier
2013-06-10monitor the disk I/O of the serverMichael Paquier
2013-04-19Updates for freebsd 9Mark Wong
2012-09-17Abstract pg_stat_activity callsMark Wong
2008-08-17Removed execute permissions on files that shouldn't have it.Mark 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-03-15Updated FreeBSD port to be in sync with changes in the rest of the base code.Mark Wong
2008-02-23Ran pgindent from PostgreSQL 8.3.0.Mark Wong
2007-10-09Ran pgindent to clean up formatting of the code and make it all uniform.Mark Wong
2007-10-08Fixed several things: not display more indexes that lines available onMark Wong
2007-10-08Added sorting options for user index statistics. Display changes inMark Wong
2007-09-26Code changes so ptop functions on FreeBSD. I think it's a littleMark Wong
2007-09-19Renamed 'top' to 'ptop'.v3.6.1-pre1Mark Wong
2007-04-20[svn] Create release 3.6.1William LeFebvre