postgresql/contrib/pageinspect
Tom Lane d54a94b806 Take buffer lock while inspecting btree index pages in contrib/pageinspect.
It's not safe to examine a shared buffer without any lock.
2012-11-30 17:03:31 -05:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
btreefuncs.c Take buffer lock while inspecting btree index pages in contrib/pageinspect. 2012-11-30 17:03:31 -05:00
fsmfuncs.c Fix assorted compilation failures in contrib 2012-08-28 23:50:49 -04:00
heapfuncs.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
pageinspect--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pageinspect--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pageinspect.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
rawpage.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00