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