summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-12-28Expose the default for channel_binding in PQconndefaults().Tom Lane
2020-12-24revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-11Fix some stray whitespace in parser filesPeter Eisentraut
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
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