xlogdump 0.5.0 released

From: Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: xlogdump 0.5.0 released
Date: 2011-09-26 14:14:43
Message-ID: 4E8088D3.8020909@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi, pg folks,

xlogdump is a tool for extracting data from WAL segment files.
I'm pleased to announce the latest version of xlogdump, 0.5.0,
after a few weeks from the previous release 0.4.0.

I think xlogdump would be helpful to understand PostgreSQL behaviors,
and you can enjoy brand-new features in this version, so please try it
if you're interested in it.

In this version 0.5.0, xlogdump is able to show not only xlog records
itself, but also the statistics of xlog records as following:

http://twitpic.com/6pmyqz

Details of the changes in 0.5.0 are here:
----------------------------------------------------------------------
2011-09-26 Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>
* Version 0.5.0
* Fixed to allow to be compiled againt 9.1.
* Fixed Makefile to fit with the PostgreSQL `contrib' directory.
* Fixed compilation errors which depend on a variety of platforms.
* Improved and added several xlog record outputs on RMGR operations.
* Added `-n, --oid2name' options to show the object names, instead
of the object ids, with looking up the system catalogs.
* Renamed `--username' option with `--user'.
* Added default values for `--host', `--port', and `--user' options.
* Rewrote local oid-name caching functions for looking up object
names from object ids.
* Replaced `--rmname' option with `--rmid' to specify a RMGR id,
not RMGR name, for the output filter by the specific RMGR.
* Added `-x, --xid' options to filter printing xlog records by
the specific transaction id.
* Fixed timestamp outputs on printing commit/abort xlog records.
* Fixed SEGV on specifying `--statements' option.
(But this option is still not working)
* Added `-S, --stats' options to collect and show statistics of
xlog records from the WAL segment(s).
----------------------------------------------------------------------

You can download the new xlogdump from the github download page.

Downloads for snaga's xlogdump - GitHub
https://github.com/snaga/xlogdump/downloads

Also you can see README there:
https://github.com/snaga/xlogdump/blob/master/README.xlogdump

If you have any bug reports and/or comments, please feel free to email me.

Thanks,
--
NAGAYASU Satoshi <satoshi(dot)nagayasu(at)gmail(dot)com>

Browse pgsql-announce by date

  From Date Subject
Next Message Joe Abbate 2011-09-27 01:52:15 Pyrseas 0.4.0 is now available
Previous Message David Fetter 2011-09-26 12:57:05 == PostgreSQL Weekly News - September 25 2011 ==