master
Fix calculation of members_size in pg_get_multixact_stats()
Update copyright for 2026
Pre-beta mechanical code beautification, step 1: run pgindent.
Reduce header inclusions via execnodes.h
Avoid errors during ALTER SUBSCRIPTION.
Disallow direct use of the pgrepack logical decoding plugin
Don't accept length of -1 in pg_locale.h APIs.
Revert "Enable fast default for domains with non-volatile constraints"
Add support for importing statistics from remote servers.
Set notice receiver before libpq connection startup completes
Remove MULE_INTERNAL encoding.
Fix various query jumble comments
Fix parsing of parenthesised OLD/NEW in RETURNING list.
Remove support for 8 byte tear free read/write on 32-bit
pg_test_timing: Show additional TSC clock source debug info
Fix syslogger NULL-pointer-dereference in EXEC_BACKEND
Harden our regex engine against integer overflow in size calculations.
Disable logical decoding after REPACK (CONCURRENTLY)
Fix bogus calls in remove_self_join_rel()
Update to latest Snowball sources.
Revert "Allow logical replication snapshots to be database-specific"
Avoid blocking indefinitely while finishing walsender shutdown
Fix PANIC with track_functions due to concurrent drop of pgstats entries
Use <stdint.h> and <inttypes.h> for c.h integers.
Fix build inconsistency due to the generation of wait-event code
Ensure USE_AVX... symbols are not defined if not building for x86_64.
Remove bits* typedefs.
Ensure that all three build methods install the same set of files.
Fix md5_password_warnings for role and database settings
Add errdetail() with PID and UID about source of termination signal.
Fix double-free in pg_stat_autovacuum_scores.
Harden astreamer tar parsing logic against archives it can't handle.
Move pg_int64 back to postgres_ext.h
Improve type handling of varlena structures