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-06-10 09:21:54 +03:00
Code
postgres
/
contrib
/
pageinspect
History
Tom Lane
2b96c32d53
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:02:39 -05:00
..
btreefuncs.c
Take buffer lock while inspecting btree index pages in contrib/pageinspect.
2012-11-30 17:02:39 -05:00
fsmfuncs.c
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
2011-04-11 22:28:45 +03:00
heapfuncs.c
Fix pageinspect's heap_page_item to return infomasks as 32 bit values
2011-02-25 19:04:25 -03: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:36 -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:36 -04:00
pageinspect.control
Convert contrib modules to use the extension facility.
2011-02-13 22:54:49 -05:00
rawpage.c
Basic foreign table support.
2011-01-01 23:48:11 -05:00