master
Fix pgstat_count_io_op_time() calls passing incorrect information
Don't include wait_event.h in pgstat.h
Pre-beta mechanical code beautification, step 1: run pgindent.
Rework signal handler infrastructure to pass sender info as argument.
Avoid errors during ALTER SUBSCRIPTION.
Create TOAST table for partitions made by MERGE/SPLIT PARTITION
Revert "Enable fast default for domains with non-volatile constraints"
Remove bits* typedefs.
Fix another case of indirectly casting away const.
Fix md5_password_warnings for role and database settings
Update copyright for 2026
IS JSON/JSON(): Protect against expressions uncoercible to text
Fix missed checks for hashability of container-type equality.
Fix error message typo.
Reject degenerate SPLIT PARTITION with DEFAULT partition
Translation updates
Use "grep -E" not "egrep".
Fix syslogger NULL-pointer-dereference in EXEC_BACKEND
Harden our regex engine against integer overflow in size calculations.
Avoid stale slot access after dropping obsolete synced slots.
Fix LATERAL references in GRAPH_TABLE with multi-label pattern
Fix meson build of snowball code.
Reject oversized MCV lists in pg_restore_extended_stats()
Make GetSnapshotData() more resilient on out-of-memory errors
Simplify signature of ProcessStartupPacket()
dict_synonym.c: remove incorrect outlen.
Fix PANIC with track_functions due to concurrent drop of pgstats entries
Add .gitignore entries for AIX-specific intermediate build artifacts.
ssl: Serverside SNI support for libpq
Blind attempt to fix LLVM dependency in the backend
Add CONCURRENTLY option to REPACK
Create a separate file listing backend types