summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2020-07-13Fix bugs in libpq's management of GSS encryption state.Tom Lane
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
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-10Remove redundant grammar symbolsPeter 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-03-02Remove long unused code behind a #if 0Peter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-21Fix compiler warnings on 64-bit WindowsPeter Eisentraut
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-20Fix out-of-memory handling in ecpglib.Tom Lane
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-13Reduce size of backend scanner's tables.Tom Lane
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