OSDN Git Service

Add database page inspection /contrib module.
authorBruce Momjian <bruce@momjian.us>
Thu, 17 May 2007 19:11:25 +0000 (19:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 17 May 2007 19:11:25 +0000 (19:11 +0000)
commit64058429c54afb49a679c58e5ff699640bd42502
tree6bfe22b07c3f52747c8e5d8a400d3cea274602e9
parent3b0347b36e1f59e5db95e8994948d850bfc90472
Add database page inspection /contrib module.

Simon and Heikki
13 files changed:
contrib/Makefile
contrib/README
contrib/pageinspect/Makefile [new file with mode: 0644]
contrib/pageinspect/README.pageinspect [new file with mode: 0644]
contrib/pageinspect/btreefuncs.c [new file with mode: 0644]
contrib/pageinspect/heapfuncs.c [new file with mode: 0644]
contrib/pageinspect/pageinspect.sql.in [new file with mode: 0644]
contrib/pageinspect/rawpage.c [new file with mode: 0644]
contrib/pageinspect/uninstall_pageinspect.sql [new file with mode: 0644]
contrib/pgstattuple/README.pgstattuple
contrib/pgstattuple/pgstatindex.c
contrib/pgstattuple/pgstattuple.sql.in
contrib/pgstattuple/uninstall_pgstattuple.sql