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 |
Bruce Momjian
|
64058429c5
|
Add database page inspection /contrib module.
Simon and Heikki
|
2007-05-17 19:11:25 +00:00 |
Alvaro Herrera
|
c9d3b8f5d2
|
Fix uninitialized value in pgstatindex leading to invalid values being
reported in some cases. Report and patch from Tatsuhito Kasahara.
Also fix a couple of other bugs I noticed in skimming the surrounding code.
|
2007-03-16 15:06:43 +00:00 |
Tom Lane
|
c9a6490991
|
Clean up some leftover problems in pgstattuple: remove unwanted and
unportable elog(NOTICE) report, fix install/uninstall sequence.
Itagaki Takahiro
|
2006-09-04 02:03:04 +00:00 |
Bruce Momjian
|
74924d29fa
|
Add functions to /contrib/pgstattuple that show index statistics and
index page contents.
Satoshi Nagayasu
|
2006-09-02 17:05:29 +00:00 |