pg_proctab.git
2018-07-25 Mark WongUpdate versions for pgxn master
2018-07-25 Mark WongUpdate example script to use perl Data::Dumper
2018-07-25 Mark WongInstall addition .sql files and scripts
2018-07-25 Mark WongUpdate .gitignore to stop ignoring .sql files
2018-07-25 Mark WongBump version to 0.0.7
2018-07-25 Mark WongRename README to README.pg_proctab
2018-07-25 Mark WongMove the PORTING file out of the doc dir
2018-07-25 Mark WongAdd .gitattribures to ignore files when using git archive
2018-07-25 Mark WongCode formatting
2018-07-10 Mark WongMerge pull request #3 from ibarwick/pg96-fix
2018-07-09 Ian BarwickFix log messages for PostgreSQL 9.6 and later
2015-06-29 Mark WongMerge pull request #2 from frost242/master
2015-06-26 Thomas ReissBump version to 0.0.6, add update script and a specific... v0.0.6
2015-06-26 Thomas ReissAdd pg_diskusage function v0.0.5
2013-12-13 Mark WongMerge pull request #1 from junegunn/fix-9.3-make_install
2013-12-06 Junegunn ChoiRemove duplicate term to fix installation error on 9.3
2013-03-30 Mark WongRearrange source code
2013-03-30 Mark WongFix Makefile syntax
2013-03-19 Mark WongUpdate pg_stat_activity call for pgsql 9.2
2013-03-19 Mark WongIgnore vim swap files and .o and .so files
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...