aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Stamp 12.8.REL_12_8Tom Lane2021-08-09
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Don't use abort(3) in libpq's fe-print.c.Tom Lane2021-06-28
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Stamp 12.7.REL_12_7Tom Lane2021-05-10
* Translation updatesPeter Eisentraut2021-05-10
* Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian2021-04-02
* Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane2021-03-11
* Stamp 12.6.REL_12_6Tom Lane2021-02-08
* Translation updatesPeter Eisentraut2021-02-08
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-28
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-28
* Stamp 12.5.REL_12_5Tom Lane2020-11-09
* Translation updatesPeter Eisentraut2020-11-09
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-24
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-19
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* Stamp 12.4.REL_12_4Tom Lane2020-08-10
* Translation updatesPeter Eisentraut2020-08-10
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Fix handling of structure for bytea data type in ECPGMichael Paquier2020-07-27
* Fix bugs in libpq's management of GSS encryption state.Tom Lane2020-07-13
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-30
* Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane2020-06-07
* Stamp 12.3.REL_12_3Tom Lane2020-05-11
* Translation updatesPeter Eisentraut2020-05-11
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-05
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-22
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-31
* Stamp 12.2.REL_12_2Tom Lane2020-02-10
* Translation updatesPeter Eisentraut2020-02-10
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-29
* Fix out-of-memory handling in ecpglib.Tom Lane2020-01-19
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Stamp 12.1.REL_12_1Tom Lane2019-11-11
* Translation updatesPeter Eisentraut2019-11-11
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-07
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-21
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-21
* Put back pqsignal() as an exported libpq symbol.Tom Lane2019-10-10
* Translation updatesPeter Eisentraut2019-09-29
* Translation updatesPeter Eisentraut2019-09-23
* Remove removed file from nls.mkPeter Eisentraut2019-09-21
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20