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-29 10:41:53 +03:00
Code
Activity
Files
312116ed7da6cffb51a4c60a619242b0707cb5dc
postgres
/
contrib
/
pageinspect
History
Tom Lane
de0849c28a
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:48 -05:00
..
.gitignore
Convert cvsignore to gitignore, and add .gitignore for build targets.
2010-09-22 12:57:08 +02:00
btreefuncs.c
Take buffer lock while inspecting btree index pages in contrib/pageinspect.
2012-11-30 17:02:48 -05:00
fsmfuncs.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
2009-06-11 14:49:15 +00:00
heapfuncs.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
2009-06-11 14:49:15 +00:00
Makefile
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
2008-09-30 10:52:14 +00:00
pageinspect.sql.in
Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.
2009-06-08 16:22:44 +00:00
rawpage.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
2009-06-11 14:49:15 +00:00
uninstall_pageinspect.sql
Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.
2009-06-08 16:22:44 +00:00