master
Update copyright for 2026
Pre-beta mechanical code beautification, step 1: run pgindent.
Record dependencies on graph labels and properties
Reduce presence of syscache.h in src/include/
Don't try to record dependency on a dropped column's datatype
Allow index_create to suppress index_build progress reporting
Remove bits* typedefs.
SQL Property Graph Queries (SQL/PGQ)
Don't include proc.h in shm_mq.h
Remove inappropriate translation marker in getObjectIdentityParts().
Stop including {brin,gin}_tuple.h in tuplesort.h
Reject ADD CONSTRAINT NOT NULL if name mismatches existing constraint
Use term "referenced" rather than "dependent" in dependency locking
Don't include storage/lock.h in so many headers
Replace pg_mblen() with bounds-checked versions.
Use schema-qualified names in EXCEPT clause error messages.
Record range constructor functions in pg_range
Use fallthrough attribute instead of comment
Avoid errors during ALTER SUBSCRIPTION.
Update SQL features
Make cast function from circle to polygon error safe
Fix pg_subscription column privileges for subwalrcvtimeout
Avoid including vacuum.h in tableam.h and heapam.h.