master
Add CONCURRENTLY option to REPACK
Update copyright for 2026
SQL Property Graph Queries (SQL/PGQ)
Handle concurrently-dropped relations in database-wide VACUUM.
Remove unnecessary volatile qualifiers.
Stop including {brin,gin}_tuple.h in tuplesort.h
pg_upgrade: Fix handling of pg_largeobject_metadata.
Thread flags through begin-scan APIs
Don't include storage/lock.h in so many headers
Disallow system columns in COPY FROM WHERE conditions.
Reject child partition FDWs in FOR PORTION OF
Shorten pg_attribute_always_inline to pg_always_inline
Message style fixes
Fix vicinity of tuple_insert to use uint32, not int, for options
Don't skip invalid databases when enabling data checksums
Remove #include <math.h> where not needed
Skip pg_database.dathasloginevt cleanup on standby
Show estimated number of groups for Incremental Sort in EXPLAIN
Fix a set of typos and grammar issues across the tree
Fix dependency on FDW's connection function.
Add all required calls to TupleDescFinalize()
Check for USAGE privilege on types used by stored expressions.
Allow logical replication conflicts to be logged to a table.
Mark GiST inet_ops as opcdefault, and deal with ensuing fallout.
Require superuser to install a non-built-in selectivity estimator.
Reduce header inclusions via execnodes.h
Change syntax of EXCEPT TABLE clause in publication commands.
Move code to get_tables_to_repack_partitioned
Fix LSN format in REPACK worker debug message
Don't try to re-order the subcommands of CREATE SCHEMA.
Fix unlogged sequence corruption after standby promotion
When changing owner of a subscription, do not throw an error.
Check for USAGE privilege on the composite type in ALTER TABLE OF.
Disallow CR and LF in database, role, and tablespace names
pgindent fix for a84eca6
ssl: Serverside SNI support for libpq
Fix new-to-v19 -Wshadow warnings