index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
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-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