summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_regress to print the correct postmaster address on Windows.Tom Lane2022-03-041-0/+5
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-02-281-3/+37
* Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane2022-02-281-19/+32
* Run tap tests in src/interfaces/libpq.Andres Freund2022-02-262-2/+10
* Convert src/interfaces/libpq/test to a tap test.Andres Freund2022-02-267-307/+246
* Reset conn->errorReported when PQrequestCancel sets errorMessage.Tom Lane2022-02-201-0/+4
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-186-64/+224
* Don't let libpq PGEVT_CONNRESET callbacks break a PGconn.Tom Lane2022-02-181-22/+6
* Don't let libpq "event" procs break the state of PGresult objects.Tom Lane2022-02-182-36/+15
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-161-10/+26
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-151-7/+7
* Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane2022-02-122-38/+90
* Fix thinko in PQisBusy().Tom Lane2022-02-122-4/+8
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-212-4/+18
* Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.Tom Lane2022-01-182-54/+202
* Avoid calling strerror[_r] in PQcancel().Tom Lane2022-01-171-3/+19
* Improve error handling of HMAC computationsMichael Paquier2022-01-133-25/+64
* ecpg: Catch zero-length Unicode identifiers correctlyPeter Eisentraut2022-01-121-1/+1
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-113-55/+40
* Clean up error message reported after \password encryption failure.Tom Lane2022-01-111-4/+7
* Improve error handling of cryptohash computationsMichael Paquier2022-01-111-4/+18
* Prefer $HOME when looking up the current user's home directory.Tom Lane2022-01-091-7/+14
* Update copyright for 2022Bruce Momjian2022-01-0744-44/+44
* Fix comment in fe-connect.c about PQping and pg_ctlMichael Paquier2022-01-071-2/+1
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-1/+6
* Improve some comments in scanner filesPeter Eisentraut2021-12-011-7/+9
* Extend the private key stat checking error handlingDaniel Gustafsson2021-11-301-3/+8
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-1/+1
* libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+26
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-061-2/+8
* Fix check for trapping exit() calls in libpqDaniel Gustafsson2021-10-041-1/+1
* Provide error hint on exit() check when building libpqDaniel Gustafsson2021-10-041-1/+3
* Clear conn->errorMessage at successful completion of PQconnectdb().Tom Lane2021-09-131-0/+7
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-131-32/+39
* Fix incorrect merge in ECPG code with DECLAREMichael Paquier2021-08-251-1/+0
* ecpg: Remove trailing period from error message.Fujii Masao2021-08-251-1/+1
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-175-263/+118
* Set type identifier on BIODaniel Gustafsson2021-08-171-0/+1
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-1311-75/+258
* Fix sslsni connparam boolean checkDaniel Gustafsson2021-08-131-1/+1
* interval: round values when spilling to monthsBruce Momjian2021-08-031-10/+6
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-305-8/+37
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-294-19/+48
* Install properly fe-auth-sasl.hMichael Paquier2021-07-141-0/+2
* Add more sanity checks in SASL exchangesMichael Paquier2021-07-102-5/+21
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-091-13/+44
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-076-30/+177
* Further restrict the scope of no-exit()-in-libpq test.Tom Lane2021-07-031-1/+9
* Improve build-time check that libpq doesn't call exit().Tom Lane2021-07-012-5/+6
* Fix portability fallout from commit dc227eb82.Tom Lane2021-06-301-5/+7