summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Stamp 12.11.REL_12_11Tom Lane2022-05-091-4/+4
* Translation updatesPeter Eisentraut2022-05-096-204/+253
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-161-0/+1
* Add missing newline in one libpq error message.Tom Lane2022-03-311-1/+1
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-021-3/+37
* Fix thinko in PQisBusy().Tom Lane2022-02-122-4/+8
* Stamp 12.10.REL_12_10Tom Lane2022-02-071-4/+4
* Translation updatesPeter Eisentraut2022-02-076-302/+335
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-212-4/+18
* Avoid calling strerror[_r] in PQcancel().Tom Lane2022-01-171-3/+19
* backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund2021-12-131-0/+8
* Stamp 12.9.REL_12_9Tom Lane2021-11-081-4/+4
* libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+26
* Translation updatesPeter Eisentraut2021-11-088-345/+332
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-131-32/+39
* Set type identifier on BIODaniel Gustafsson2021-08-171-0/+1
* Stamp 12.8.REL_12_8Tom Lane2021-08-091-4/+4
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-305-8/+37
* Don't use abort(3) in libpq's fe-print.c.Tom Lane2021-06-281-34/+47
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-231-1/+2
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-072-3/+6
* Stamp 12.7.REL_12_7Tom Lane2021-05-101-4/+4
* Translation updatesPeter Eisentraut2021-05-102-331/+324
* Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian2021-04-021-2/+2
* Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane2021-03-111-57/+23
* Stamp 12.6.REL_12_6Tom Lane2021-02-081-4/+4
* Translation updatesPeter Eisentraut2021-02-081-52/+52
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-281-2/+2
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-283-28/+29
* Stamp 12.5.REL_12_5Tom Lane2020-11-091-4/+4
* Translation updatesPeter Eisentraut2020-11-092-128/+128
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-241-1/+1
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-191-14/+17
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-011-42/+58
* Stamp 12.4.REL_12_4Tom Lane2020-08-101-4/+4
* Translation updatesPeter Eisentraut2020-08-107-251/+287
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-047-7/+7
* Fix handling of structure for bytea data type in ECPGMichael Paquier2020-07-273-7/+7
* Fix bugs in libpq's management of GSS encryption state.Tom Lane2020-07-131-28/+9
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-305-88/+201
* Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane2020-06-071-1/+20
* Stamp 12.3.REL_12_3Tom Lane2020-05-111-4/+4
* Translation updatesPeter Eisentraut2020-05-113-189/+269
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-051-0/+9
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-221-1/+1
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-312-2/+2
* Stamp 12.2.REL_12_2Tom Lane2020-02-101-4/+4
* Translation updatesPeter Eisentraut2020-02-109-761/+887
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-291-2/+2
* Fix out-of-memory handling in ecpglib.Tom Lane2020-01-191-13/+24