master
Standardize LSN formatting by zero padding
Virtual generated columns
pageinspect: Add tests
Split some long Makefile lists
Reduce header inclusions via execnodes.h
Adjust some incorrect *GetDatum() macros
Update copyright for 2026
Use relation_close() more consistently in contrib/
Remove bits* typedefs.
Fix typos in some error messages thrown by extension scripts when fed to psql.
Mark pageinspect's disk-accessing functions as parallel restricted.
Show empty BRIN ranges in brin_page_items
contrib/pageinspect: Use SQL-standard function bodies.
pageinspect/BRIN: minor tweaks
Add forgotten file in commit d6061f8
Update pageinspect extension for parallel query.
pageinspect: Add bt_page_items function with bytea argument
Skip full index scan during cleanup of B-tree indexes when possible
pageinspect: Fix types used for bt_metap() columns.
Use full 64-bit XIDs in deleted nbtree pages.
pageinspect: Improve page_header() for pages of 32kB
Use UnlockReleaseBuffer() in more places