summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-04Offer pnstrdup to frontend codeAlvaro Herrera
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-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-10-25Revert "Revert part of commit dddf4cdc3."Tom Lane
2019-10-25Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane
2019-10-25Revert part of commit dddf4cdc3.Amit Kapila
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-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-07Remove use of deprecated Autoconf definePeter Eisentraut
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-21Remove removed file from nls.mkPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-09-19Revert change of ecpglib major versionPeter 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-31Cosmetic improvements for options-handling code in ECPGconnect().Tom Lane
2019-08-27Set application_name per-test in isolation and ecpg tests.Tom Lane
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-18Fix failure-to-compile-standalone in ecpg's dt.h.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-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier