summaryrefslogtreecommitdiff
path: root/psql
AgeCommit message (Collapse)AuthorFilesLines
2024-11-11Release version 14.1.0+6HEADv14.1.0+6masterKaren Arutyunov2-5/+7
Add support for relocatable installation.
2024-10-08Release version 14.1.0+5v14.1.0+5Karen Arutyunov1-1/+21
Fix package names/versions mapping for Debian and Fedora
2024-09-12Release version 14.1.0+4v14.1.0+4Karen Arutyunov1-1/+1
Apply "Use BIO_{get,set}_app_data instead of BIO_{get,set}_data" patch. The patch fixes the client/server interoperability issue which appears when linked agains OpenSSL 3 and which, in particular, results with the psql crash with the following diagnostics: psql: error: connection to server at "10.0.200.22", port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet connection to server at "10.0.200.22", port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
2024-09-09Release version 14.1.0+3v14.1.0+3Karen Arutyunov1-1/+1
Suppress MSVC 'deprecated since OpenSSL 3.0' warnings.
2023-11-28Release version 14.1.0+2v14.1.0+2Karen Arutyunov108-0/+16924
Add psql package. Don't compile port/strlcpy.c on Linux if GNU libc is 2.38 or newer. Switch to using -pthread instead of -D_REENTRANT/-lpthread in buildfiles and bump build2 version requirement to 0.15.0.