summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstatindex.c
AgeCommit message (Expand)Author
2016-05-02Remove unused macros.Heikki Linnakangas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-02-18Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-07-18Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-12-05Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-13pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing.Robert Haas
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