master
Translation updates
libpq: Fix "servicefile" after fallback to system service file
Prevent -Wstrict-prototypes and -Wold-style-definition warnings
Run tap tests in src/interfaces/libpq.
Restore AIX support.
Remove cvs keywords from all files.
libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock()
libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
Update copyright for 2026
Apply timingsafe_bcmp() in authentication paths
Fix accidentally cast away qualifiers
Pre-beta mechanical code beautification, step 1: run pgindent.
Mark PQfn() unsafe and fix overrun in frontend LO interface.
libpq: Send users to the wiki during grease failures
Fix PQdescribePrepared with more than 7498 params
Fix compilation with OpenSSL 4
Use fallthrough attribute instead of comment
Rework signal handler infrastructure to pass sender info as argument.
Force creation of stamp file after libpq library check in meson builds
libpq: Align oauth_json_set_error() with other NLS patterns
Remove useless whitespace at end of lines
Recognize network-failure errnos as indicating hard connection loss.