master
Translation updates
Revert non-text output formats for pg_dumpall
Clean up after pg_dump test runs.
Update copyright for 2026
pg_dump: avoid assuming how long pg_proc.protrftypes can be.
Fix mismatched deallocation functions
pg_dump: Use pg_malloc_object() and pg_malloc_array()
Avoid leaking duplicated file descriptors in corner cases.
Remove pg_dump/pg_dumpall support for dumping from pre-v10 servers.
Add an output_plugin_libraries GUC to bless trusted output plugins
Move SplitGUCList() to fe_utils
Pre-beta mechanical code beautification, step 1: run pgindent.
Add missing source file to pg_dump/nls.mk
Clean up write() return type
Skip SUBSCRIPTION TABLE TOC entries with --no-subscriptions.
Remove sketchy TerminateThread() call on Ctrl-C on Windows
Revert "pg_dump: Lock all relations, not just plain tables".
Rearrange pg_dump's handling of large objects for better efficiency.
Print off_t/pgoff_t consistently as %lld
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Run pgindent and pgperltidy for previous 3 commits.