summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25Update versions for pgxnHEADmasterMark Wong
2018-07-25Update example script to use perl Data::DumperMark Wong
2018-07-25Install addition .sql files and scriptsMark Wong
2018-07-25Update .gitignore to stop ignoring .sql filesMark Wong
2018-07-25Bump version to 0.0.7Mark Wong
2018-07-25Rename README to README.pg_proctabMark Wong
2018-07-25Move the PORTING file out of the doc dirMark Wong
2018-07-25Add .gitattribures to ignore files when using git archiveMark Wong
2018-07-25Code formattingMark Wong
2018-07-10Merge pull request #3 from ibarwick/pg96-fixMark Wong
2018-07-09Fix log messages for PostgreSQL 9.6 and laterIan Barwick
2015-06-29Merge pull request #2 from frost242/masterMark Wong
2015-06-26Bump version to 0.0.6, add update script and a specific 0.0.6 scriptv0.0.6Thomas Reiss
2015-06-26Add pg_diskusage functionv0.0.5Thomas Reiss
2013-12-13Merge pull request #1 from junegunn/fix-9.3-make_installMark Wong
2013-12-06Remove duplicate term to fix installation error on 9.3Junegunn Choi
2013-03-30Rearrange source codeMark Wong
2013-03-30Fix Makefile syntaxMark Wong
2013-03-19Update pg_stat_activity call for pgsql 9.2Mark Wong
2013-03-19Ignore vim swap files and .o and .so filesMark Wong
2013-03-18Revert "Stop using pgxs and moved to using cmake because platform specific li...Mark Wong
2010-03-27add option to list snapshotsMark Wong
2010-03-27take notes for a snapshotMark Wong
2010-03-27fix commit and rollback calculationMark Wong
2009-11-15Combined proc util script with io util scriptgabriellew
2009-04-24Added examples of using pg_proctab.Mark Wong
2009-04-17Reverted a Solaris specific change that wasn't supposed to be committedMark Wong
2009-03-27Merge branch 'master' of git://git.postgresql.org/git/~markwkm/pg_proctabMark Wong
2009-03-27Stop using pgxs and moved to using cmake because platform specific linkerMark Wong
2009-03-27Use strncpy instead of strcpy and snprintf instead of sprintf becauseMark Wong
2009-03-27Added functionality to return i/o statistics per process if enabled onMark Wong
2009-03-26Updated debug messages for the test of the C stored functions.Mark Wong
2009-03-26Don't change the working directory inside the stored function. That canMark Wong
2009-03-26Added additional debugging. Added DEBUG5 message to show what pids areMark Wong
2008-10-11Adding PORTING notes.Mark Wong
2008-09-11Make the pg_proctab stored function match the local use of the funtions. MayMark Wong
2008-09-11Turned skip_token() into a macro and hopefully simplified its use.Mark Wong
2008-09-11Restructured all the code to hopefully make adding platform specific codeMark Wong
2008-09-11Moved all common definitions into a common header files, pg_common.h.Mark Wong
2008-09-11Include the correct header file from Linux for PROC_SUPER_MAGIC.Mark Wong
2008-09-11Fix commment formatting.Mark Wong
2008-08-27Returning proper values for utime and stime.Mark Wong
2008-08-27Added the uid and the username of the pid's owner to the data returned by theMark Wong
2008-08-26Added a column returning the full command line for each pid.Mark Wong
2008-08-26Clarify elog() messages when specific /proc entries are not found.Mark Wong
2008-08-26Contain Linux specific code within #ifdef __linux__.Mark Wong
2008-08-26Stop changing the working directory because it seems to confuse PostgreSQL.Mark Wong
2008-08-25Added stored function to get memory usage statistics.Mark Wong
2008-08-24Added .hgignore file to ignore generated *.so and *.sql files.Mark Wong
2008-08-23Merged branches.Mark Wong