index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgstattuple
/
expected
Age
Commit message (
Expand
)
Author
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2020-06-29
pgstattuple: Have pgstattuple_approx accept TOAST tables
Peter Eisentraut
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2018-05-09
pgstatindex, pageinspect: handle partitioned indexes
Alvaro Herrera
2018-05-09
pgstatindex: HASH -> hash
Alvaro Herrera
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-04-12
Fix pgstattuple's handling of unused hash pages.
Robert Haas
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-10
pgstattuple: Fix typo partitiond -> partitioned
Stephen Frost
2017-03-09
Add relkind checks to certain contrib modules
Stephen Frost
2017-02-03
pgstattuple: Add pgstathashindex.
Robert Haas
2016-02-18
Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.
Tom Lane
2014-01-22
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2013-07-18
Fix pgstattuple functions to use regclass-type as the argument.
Fujii Masao
2012-12-05
Add pgstatginindex() function to get the size of the GIN pending list.
Heikki Linnakangas
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2011-08-25
Add a regression test for pgstattuple.
Tom Lane