master
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Update copyright for 2026
Remove XLOG_HEAP2_VISIBLE entirely
Improve type handling of varlena structures
Fix nocachegetattr() so it again supports deforming cstrings
Fix a set of typos and grammar issues across the tree
Don't include storage/lock.h in so many headers
Allow autovacuum to use parallel vacuum workers.
Convert all remaining subsystems to use the new shmem allocation API
Change default value of default_toast_compression to "lz4", take two
Fix vicinity of tuple_insert to use uint32, not int, for options
Fix tuple deforming with virtual generated columns