master
Update copyright for 2026
Prohibit GRANT ... ON TABLE on a property graph
Unify error messages
Check for USAGE privilege on types used by stored expressions.
Reduce presence of syscache.h in src/include/
Remove bits* typedefs.
Fix pg_dump ACL minimization for PROPERTY GRAPH.
Replace fixed-size, too-short array with a palloc'd one.
Fix for loop variables used with lengthof
SQL Property Graph Queries (SQL/PGQ)
Use term "referenced" rather than "dependent" in dependency locking
Don't include storage/lock.h in so many headers
Stop including {brin,gin}_tuple.h in tuplesort.h
Record range constructor functions in pg_range
Use fallthrough attribute instead of comment
Always check foreign-server USAGE when resolving subscription conninfo.
Clean up readlink() return type
Update SQL features
JSON_TABLE PLAN clause
Make cast function from circle to polygon error safe
Fix data checksum progress counter initialization
Avoid including vacuum.h in tableam.h and heapam.h.