summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-24Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane
2020-10-22Add documentation and tests for quote marks in ECPG literal queries.Tom Lane
2020-10-22Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
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-14Use https for gnu.org linksPeter Eisentraut
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-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-10Add libpq's openssl dependencies to pkg-config filePeter Eisentraut
2020-09-06Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
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