summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/sql
AgeCommit message (Expand)Author
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2023-12-19pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier
2020-06-29pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2017-03-10pgstattuple: Fix typo partitiond -> partitionedStephen Frost
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-02-03pgstattuple: Add pgstathashindex.Robert Haas
2016-02-18Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane
2013-07-18Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao
2012-12-05Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas
2011-08-25Add a regression test for pgstattuple.Tom Lane