master
doc: Improve pg_stat_recovery documentation
Update copyright for 2026
Make blkreftable API use size_t/ssize_t consistently
Reduce header inclusions via execnodes.h
Check for USAGE privilege on types used by stored expressions.
Undo inadvertent loosening of archive filename checking.
Shorten pg_attribute_always_inline to pg_always_inline
Teach psql to skip in-line COPY ... FROM STDIN data after a failure.
For subscription DDL, demote user mapping checks to WARNING.
Pre-beta mechanical code beautification, step 1: run pgindent.
Add dshash_get_dsa_area(), able to retrieve the DSA area of a dshash table
Set notice receiver before libpq connection startup completes
Remove MULE_INTERNAL encoding.
Show estimated number of groups for Incremental Sort in EXPLAIN
Revert "Add GROUP BY ALL".
Remove unused field from PartitionDescData struct
Clean up readlink() return type
Add missing PGDLLIMPORT marker
Harden our regex engine against integer overflow in size calculations.
Add an output_plugin_libraries GUC to bless trusted output plugins
Fix bogus calls in remove_self_join_rel()
Update to latest Snowball sources.
postgres_fdw: Remove SPI from postgresImportForeignStatistics.
Restore vacuum failsafe abandonment of buffer access strategy
Avoid blocking indefinitely while finishing walsender shutdown
Harden tsquery code against overflows.
Invalidate plan cache after role changes.
Use <stdint.h> and <inttypes.h> for c.h integers.
Fix build inconsistency due to the generation of wait-event code
Drop support for _MSC_VER less than 1933
Remove bits* typedefs.
Ensure that all three build methods install the same set of files.
Add a comment to distinguish backend types
Replace __builtin_types_compatible_p with _Generic
Add backend-level lock statistics
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