index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgstattuple
/
expected
Age
Commit message (
Expand
)
Author
2024-09-12
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2023-12-19
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
Michael Paquier
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2020-06-30
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-03
Expand hash indexes more gradually.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-09
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-19
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-04
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2011-08-25
Add a regression test for pgstattuple.
Tom Lane