summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-07Remove PQsslpassword functionAndrew Dunstan
2019-12-06Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier
2019-12-01Add dummy versions of new SSL functions for non-SSL buildsAndrew Dunstan
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-23Remove libpq-dist.rcPeter Eisentraut
2019-10-23Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier
2019-10-21Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier
2019-10-21Fix parsing of integer values for connection parameters in libpqMichael Paquier
2019-10-20Clean up MinGW def file generationPeter Eisentraut
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-10Put back pqsignal() as an exported libpq symbol.Tom Lane
2019-10-01Fix confusing error caused by connection parameter channel_bindingMichael Paquier
2019-09-29Fix bogus order of error checks in new channel_binding code.Tom Lane
2019-09-28Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-09-10Restructure libpq code to remove some duplicityAlvaro Herrera
2019-09-06Message style fixesPeter Eisentraut
2019-09-06libpq: ccache -> credential cachePeter Eisentraut
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-06Add missing source files to nls.mkPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley