pg_proctab.git
2013-03-18 Mark WongRevert "Stop using pgxs and moved to using cmake becaus...
2010-03-27 Mark Wongadd option to list snapshots
2010-03-27 Mark Wongtake notes for a snapshot
2010-03-27 Mark Wongfix commit and rollback calculation
2009-11-15 gabriellewCombined proc util script with io util script
2009-04-24 Mark WongAdded examples of using pg_proctab.
2009-04-17 Mark WongReverted a Solaris specific change that wasn't supposed...
2009-03-27 Mark WongMerge branch 'master' of git://git.postgresql.org/git...
2009-03-27 Mark WongStop using pgxs and moved to using cmake because platfo...
2009-03-27 Mark WongUse strncpy instead of strcpy and snprintf instead...
2009-03-27 Mark WongAdded functionality to return i/o statistics per proces...
2009-03-26 Mark WongUpdated debug messages for the test of the C stored...
2009-03-26 Mark WongDon't change the working directory inside the stored...
2009-03-26 Mark WongAdded additional debugging. Added DEBUG5 message to...
2008-10-11 Mark WongAdding PORTING notes.
2008-09-11 Mark WongMake the pg_proctab stored function match the local...
2008-09-11 Mark WongTurned skip_token() into a macro and hopefully simplifi...
2008-09-11 Mark WongRestructured all the code to hopefully make adding...
2008-09-11 Mark WongMoved all common definitions into a common header files...
2008-09-11 Mark WongInclude the correct header file from Linux for PROC_SUP...
2008-09-11 Mark WongFix commment formatting.
2008-08-27 Mark WongReturning proper values for utime and stime.
2008-08-27 Mark WongAdded the uid and the username of the pid's owner to...
2008-08-26 Mark WongAdded a column returning the full command line for...
2008-08-26 Mark WongClarify elog() messages when specific /proc entries...
2008-08-26 Mark WongContain Linux specific code within #ifdef __linux__.
2008-08-26 Mark WongStop changing the working directory because it seems...
2008-08-25 Mark WongAdded stored function to get memory usage statistics.
2008-08-24 Mark WongAdded .hgignore file to ignore generated *.so and ...
2008-08-23 Mark WongMerged branches.
2008-08-23 Mark WongAdded C stored function to get processor utilization...
2008-08-23 Mark WongAdded a C stored function to get the system load average.
2008-08-23 Mark WongGrouped together Linux specific code within __linux__...
2008-08-19 Mark WongStop parsing entries that are marked obsolete in the...
2008-08-19 Mark WongFixed a bug where the pointer used for parsing /proc...
2008-08-19 Mark WongDifferent versions of linux have different number of...
2008-08-19 Mark WongAdded additional DEBUG5 messages for further debugging.
2008-08-17 Mark WongUse MemoryContextAlloc() instead of palloc(). The...
2008-08-17 Mark WongAdded DEBUG5 messages to help debug memory problems.
2008-05-21 Mark WongRemoved reading wchan from the process table. The...
2008-05-21 Mark WongChanged the C stored function to return data for all...
2008-05-21 Mark WongJust a whitespace formatting change.
2008-05-17 Mark WongRemoved even more debug messages.
2008-05-17 Mark WongRemoved more debug messages committed by accident.
2008-05-17 Mark WongRemoved debug message committed by accident.
2008-05-16 Mark WongAdded a README.
2008-05-14 Mark WongUse an INOUT parameter instead of an IN and OUT paramet...
2008-05-14 Mark WongRemoved debug elog() message.
2008-05-14 Mark WongFirst pass at creating a C stored function to access...