summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/expected
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-10/+20
* pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut2020-06-301-3/+22
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-201-5/+5
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-091-0/+3
* pgstatindex: HASH -> hashAlvaro Herrera2018-05-091-2/+2
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-041-5/+5
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-041-2/+2
* Fix pgstattuple's handling of unused hash pages.Robert Haas2017-04-121-3/+3
* Expand hash indexes more gradually.Robert Haas2017-04-031-2/+2
* hash: Add write-ahead logging support.Robert Haas2017-03-141-2/+0
* pgstattuple: Fix typo partitiond -> partitionedStephen Frost2017-03-091-1/+1
* Add relkind checks to certain contrib modulesStephen Frost2017-03-091-0/+107
* pgstattuple: Add pgstathashindex.Robert Haas2017-02-031-0/+8
* Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane2016-02-181-20/+24
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-1/+1
* Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao2013-07-191-0/+84
* Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas2012-12-051-1/+8
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Add a regression test for pgstattuple.Tom Lane2011-08-251-0/+38