pg_proctab.git
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...