aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Translation updatesPeter Eisentraut2023-02-06
* Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier2023-02-06
* Fix comment in fe-auth-scram.cMichael Paquier2022-11-30
* Translation updatesPeter Eisentraut2022-11-07
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-14
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Translation updatesAlvaro Herrera2022-08-08
* Plug memory leakAlvaro Herrera2022-07-13
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-02
* ecpglib: call newlocale() once per process.Noah Misch2022-07-02
* Avoid ecpglib core dump with out-of-order operations.Tom Lane2022-06-14
* Translation updatesPeter Eisentraut2022-06-13
* Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane2022-06-06
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Translation updatesPeter Eisentraut2022-05-09
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-16
* libpq: Fix pkg-config without OpenSSLPeter Eisentraut2022-04-01
* Add missing newline in one libpq error message.Tom Lane2022-03-31
* Fix pg_regress to print the correct postmaster address on Windows.Tom Lane2022-03-04
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-02
* Fix thinko in PQisBusy().Tom Lane2022-02-12
* Translation updatesPeter Eisentraut2022-02-07
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-21
* Avoid calling strerror[_r] in PQcancel().Tom Lane2022-01-17
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Clean up error message reported after \password encryption failure.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Translation updatesPeter Eisentraut2021-11-08
* Translation updatesPeter Eisentraut2021-09-20
* Clear conn->errorMessage at successful completion of PQconnectdb().Tom Lane2021-09-13
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-13
* Fix incorrect merge in ECPG code with DECLAREMichael Paquier2021-08-25
* ecpg: Remove trailing period from error message.Fujii Masao2021-08-25
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-17
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* Fix sslsni connparam boolean checkDaniel Gustafsson2021-08-13
* Translation updatesPeter Eisentraut2021-08-09
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-29
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Add PQsendFlushRequest to libpqAlvaro Herrera2021-06-29
* Don't use abort(3) in libpq's fe-print.c.Tom Lane2021-06-28
* Remove undesirable libpq dependency on stringinfo.c.Tom Lane2021-06-26
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23