This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-04-22 23:02:54 +03:00
Code
postgres
/
contrib
/
pageinspect
History
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
..
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
Makefile
Convert contrib modules to use the extension facility.
2011-02-13 22:54:49 -05: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