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.
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
Don't include storage/lock.h in so many headers
Optimize fast-path FK checks with batched index probes
Add new GUC createrole_self_grant.
Add support for importing statistics from remote servers.
Explicitly forbid non-top-level WAIT FOR execution