Tom Lane
08fc73c4c3
Code review for btreefuncs additions: restrict to superusers to avoid
...
exposing user data to others, and clean up usage of deprecated APIs.
2007-08-26 23:22:49 +00:00
Tom Lane
93624bcda0
Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing
...
a warning but was outright wrong.
2007-07-15 23:46:20 +00:00
Tom Lane
cfd6c89b04
Silence a rather odd compiler warning. In passing, make this file's
...
error messages look at least a little bit like the message style
guidelines say.
2007-07-15 23:09:26 +00:00
Tom Lane
b09c248bdd
Fix PGXS conventions so that extensions can be built against Postgres
...
installations whose pg_config program does not appear first in the PATH.
Per gripe from Eddie Stanley and subsequent discussions with Fabien Coelho
and others.
2007-06-26 22:05:04 +00:00
Bruce Momjian
64058429c5
Add database page inspection /contrib module.
...
Simon and Heikki
2007-05-17 19:11:25 +00:00