master
Reintroduce support for sequences in pgstattuple and pageinspect.
Add a regression test for pgstattuple.
Remove support for upgrading extensions from "unpackaged" state.
Update copyright for 2026
pgstattuple: Optimize pgstattuple_approx() with streaming read
pgstattuple: Optimize btree and hash index functions with streaming read
Add pgstatginindex() function to get the size of the GIN pending list.
Fix pgstattuple functions to use regclass-type as the argument.
Add pgstattuple_approx() to the pgstattuple extension.
Update pgstattuple extension for parallel query.
Fix pgstattuple's handling of unused hash pages.
Minor fixes in contrib installation scripts.
pgstattuple: Improve reports generated for indexes (hash, gist, btree)
Remove superuser checks in pgstattuple