summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstatindex.c
AgeCommit message (Expand)Author
2011-10-06Make pgstatindex respond to cancel interrupts.Robert Haas
2011-08-25Fix pgstatindex() to give consistent results for empty indexes.Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-21Adjust pgstatindex() to give correct answers for indexes larger thanTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-26Restrict pgstattuple functions to superusers. (This might be too strict,Tom Lane
2007-07-15Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom Lane
2007-07-15Silence a rather odd compiler warning. In passing, make this file'sTom Lane
2007-05-17Add database page inspection /contrib module.Bruce Momjian
2007-03-16Fix uninitialized value in pgstatindex leading to invalid values beingAlvaro Herrera
2006-09-04Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane
2006-09-02Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian