summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/expected
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
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2020-06-29pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-05-09pgstatindex: HASH -> hashAlvaro Herrera
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-04-12Fix pgstattuple's handling of unused hash pages.Robert Haas
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
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
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
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
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2011-08-25Add a regression test for pgstattuple.Tom Lane