summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-18Update the Winsock API version requested by libpq.Tom Lane
2020-10-17In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-15Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-09-22Remove arbitrary line length limit for libpq service files.Tom Lane
2020-09-10Add libpq's openssl dependencies to pkg-config filePeter Eisentraut
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-07-13Fix bugs in libpq's management of GSS encryption state.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-27Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane
2020-06-15Error message refactoringPeter Eisentraut
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-05-26Message wording tweaksPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch
2020-05-21Use explicit_bzero() when clearing sslpassword in libpqMichael Paquier
2020-05-18Translation updatesPeter Eisentraut
2020-05-16Fix bugs in OpenSSL hook renaming.Tom Lane
2020-05-16Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix typo in comment on OpenSSL PEM password callback type name.Heikki Linnakangas
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-11Translation updatesPeter Eisentraut
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-05-05Fix capitalization of messages, per style guidePeter Eisentraut
2020-05-03Add missing newlines in error messagesPeter Eisentraut
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-04-21Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier
2020-04-17Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"Andrew Dunstan
2020-04-17Only provide new libpq sslpasskey hook for openssl-enabled buildsAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-03-05Fix issues around .pgpass file.Fujii Masao
2020-02-02Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane
2020-01-31Allow building without default socket directoryPeter Eisentraut
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-29Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-08Improve GSSAPI Encryption startup comment in libpqStephen Frost
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian