master
Translation updates
Add an output_plugin_libraries GUC to bless trusted output plugins
Re-add locally-generated files in pg_upgrade's .gitignore and Makefile
Improve some wording in pg_upgrade/IMPLEMENTATION
Fix pg_upgrade failure when extension_control_path is used
pg_upgrade: Add --swap for faster file transfer.
pg_upgrade: Message wording fix
pg_upgrade: Use max_protocol_version=3.0 for older servers
Run pgindent and pgperltidy for previous 3 commits.
Remove pg_upgrade support for upgrading from pre-v10 servers.
Fix mismatched deallocation functions
pg_upgrade: Fix detection of invalid logical replication slots.
Update copyright for 2026
Harmonize function parameter names for Postgres 19.
Add missing source files to several nls.mk
Pre-beta mechanical code beautification, step 1: run pgindent.
Don't cast pgoff_t to possibly 32-bit types for output
Use pg_malloc_object() and pg_alloc_array() variants in frontend code