summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
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-04Remove unnecessary casts from size_t to intPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley