master
Update copyright for 2026
Convert SLRUs to use the new shmem allocation functions
Add option force_array for COPY JSON FORMAT
Optimize COPY FROM (FORMAT {text,csv}) using SIMD.
Preserve the owner of extended statistics rebuilt by ALTER TABLE.
Add some const qualifiers enabled by typeof_unqual change on copyObject
Reduce header inclusions via execnodes.h
Add EXPLAIN (IO) infrastructure with BitmapHeapScan support
Harden _int_matchsel() against being attached to the wrong operator.
Add CONCURRENTLY option to REPACK
SQL Property Graph Queries (SQL/PGQ)
Harmonize function parameter names for Postgres 19.
Disallow direct use of the pgrepack logical decoding plugin
Don't try to re-order the subcommands of CREATE SCHEMA.
Fix typos and inconsistencies in code and comments
Validate publisher for retain_dead_tuples in the apply worker.
Don't include storage/lock.h in so many headers
Hardwire RI fast-path end-of-xact cleanup into xact.c
Check for USAGE privilege on types used by stored expressions.
Add new GUC createrole_self_grant.
Handle concurrently-dropped relations in database-wide VACUUM.
Explicitly forbid non-top-level WAIT FOR execution