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
Allow logical replication conflicts to be logged to a table.
Deparse FOR PORTION OF using the range column's current name.
Check for USAGE privilege on types used by stored expressions.
Cope with AIX's alignment woes by using _Pragma("pack").
Avoid name collision with NOT NULL constraints
Fix propagation of indimmediate flag in index_create_copy()
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/
Add min() and max() aggregate support for uuid.
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.
Nail pg_parameter_acl in relcache.
Add logical decoding status to pg_control_checkpoint().
Add support for EXCEPT TABLE in ALTER PUBLICATION.
Allow table exclusions in publications via EXCEPT TABLE.
Pre-beta mechanical code beautification, step 3: run reformat-dat-files.
Always check foreign-server USAGE when resolving subscription conninfo.