summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-10Remove unused function argumentsPeter Eisentraut
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-03libpq: Refactor some error messages for easier translationPeter Eisentraut
2021-05-03Factor out system call names from error messagesPeter Eisentraut
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-09Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07libpq: Set Server Name Indication (SNI) for SSL connectionsPeter Eisentraut
2021-04-06Fix compiler warning in fe-trace.c for MSVCDavid Rowley
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-04-02Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Initialize conn->Pfdebug to NULL when creating a connectionAlvaro Herrera
2021-03-31Fix unportable use of isprint().Tom Lane
2021-03-31Fix portability and safety issues in pqTraceFormatTimestamp.Tom Lane
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-24Need to step forward in the loop to get to an end.Michael Meskes
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2021-03-21Fix new memory leaks in libpqAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-11Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane
2021-03-11Set libcrypto callbacks for all connection threads in libpqMichael Paquier
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut
2021-03-09Switch back sslcompression to be a normal input field in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-04Avoid extra newline in errors received in FE protocol version 2.Heikki Linnakangas
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03Extend the abilities of libpq's target_session_attrs parameter.Tom Lane
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-11Remove dead code in ECPGconnect(), and improve documentation.Tom Lane
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-01-25Remove duplicate includePeter Eisentraut
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-23Suppress bison warning in ecpg grammar.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-11Try next host after a "cannot connect now" failure.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane