main
Move compression driver param list management to a common module.
Enable missing-prototypes compiler warning.
Update common module to recent coding standards.
Add cast to suppress Coverity complaint about volatile used in assert().
Enable format-overflow=2 compiler warning.
Remove double spaces from comments and documentation.
Fix formatting errors.
Fix missing return in FUNCTION_LOG_RETURN_VOID().
Specify length of encoding strings.
Split VR_EXTERN/FN_EXTERN macros from FV_EXTERN.
Fix incorrect log macros.
Add execOne() to simplify exec for build, documentation, and testing.
Multi-stanza check command.
Refactor lock module.
Add missing const qualifier.
Remove unused protocol log level.
Update LICENSE.txt and PostgreSQL copyright for 2025.
Enable cast-qual compiler warning.
Fix typos.
Refactor logging functions to never allocate memory.
Reformat code with uncrustify.
Revert "full/incremental backup method".
Accept leading tilde in paths for SFTP public/private keys.
Refactor Wait object to expose remaining wait as waitRemains().