aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Remove support for SSL compressionMichael Paquier2021-03-09
* Avoid extra newline in errors received in FE protocol version 2.Heikki Linnakangas2021-03-04
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-02
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* Remove dead code in ECPGconnect(), and improve documentation.Tom Lane2021-02-11
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-28
* Remove duplicate includePeter Eisentraut2021-01-25
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-23
* Suppress bison warning in ecpg grammar.Tom Lane2021-01-22
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-22
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-21
* Try next host after a "cannot connect now" failure.Tom Lane2021-01-11
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-11
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-11
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-28
* Expose the default for channel_binding in PQconndefaults().Tom Lane2020-12-28
* revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian2020-12-24
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-11
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-07
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-07
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-29
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-24
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-22
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-22
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Update the Winsock API version requested by libpq.Tom Lane2020-10-18
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-17
* Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier2020-10-15
* Use https for gnu.org linksPeter Eisentraut2020-10-14
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Remove arbitrary line length limit for libpq service files.Tom Lane2020-09-22
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-22
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-18
* Add libpq's openssl dependencies to pkg-config filePeter Eisentraut2020-09-10
* Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane2020-09-06
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01