master
Put genbki.pl output into src/include/catalog/ directly
SQL Property Graph Queries (SQL/PGQ)
Add src/include/catalog/README
Update copyright for 2026
Record dependencies on graph labels and properties
Harden _int_matchsel() against being attached to the wrong operator.
Cope with AIX's alignment woes by using _Pragma("pack").
Avoid name collision with NOT NULL constraints
Allow index_create to suppress index_build progress reporting
Stop including {brin,gin}_tuple.h in tuplesort.h
Don't include storage/lock.h in so many headers
Reduce presence of syscache.h in src/include/
Pre-beta mechanical code beautification, step 3: run reformat-dat-files.
Add data type oid8, 64-bit unsigned identifier
Simplify creation of built-in functions with non-default ACLs.
Allow explicit casting between bytea and uuid.
Online enabling and disabling of data checksums
Remove MULE_INTERNAL encoding.
Pre-beta mechanical code beautification, step 1: run pgindent.
CREATE SUBSCRIPTION ... SERVER.
Mark GiST inet_ops as opcdefault, and deal with ensuing fallout.
Fix missed checks for hashability of container-type equality.
Do pre-release housekeeping on catalog data.
Add support for EXCEPT TABLE in ALTER PUBLICATION.
Allow table exclusions in publications via EXCEPT TABLE.
Avoid errors during ALTER SUBSCRIPTION.