]> granicus.if.org Git - postgresql/commit
Add pg_visibility contrib module.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 13:38:50 +0000 (08:38 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 13:42:01 +0000 (08:42 -0500)
commitba0a198fb133eb3426bffdc2e369cce1bafe1612
tree6011092177d22815034c6e364a499b923741aecf
parent6f56b41ac0cd7092b91834da02e70514d28b8edb
Add pg_visibility contrib module.

This lets you examine the visibility map as well as page-level
visibility information.  I initially wrote it as a debugging aid,
but was encouraged to polish it for commit.

Patch by me, reviewed by Masahiko Sawada.

Discussion: 56D77803.6080503@BlueTreble.com
contrib/Makefile
contrib/pg_visibility/Makefile [new file with mode: 0644]
contrib/pg_visibility/pg_visibility--1.0.sql [new file with mode: 0644]
contrib/pg_visibility/pg_visibility.c [new file with mode: 0644]
contrib/pg_visibility/pg_visibility.control [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/pgvisibility.sgml [new file with mode: 0644]
doc/src/sgml/storage.sgml