aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch2025-05-05
* Translation updatesPeter Eisentraut2025-05-05
* Translation updatesÁlvaro Herrera2025-02-17
* Make escaping functions retain trailing bytes of an invalid character.Tom Lane2025-02-15
* Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund2025-02-14
* Fix handling of invalidly encoded data in escaping functionsAndres Freund2025-02-10
* Translation updatesPeter Eisentraut2025-02-10
* meson: Add missing dependencies for libpq testsAndres Freund2025-02-04
* meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund2025-02-04
* Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch2025-01-25
* Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane2025-01-14
* ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao2025-01-15
* Fix error message wordingÁlvaro Herrera2025-01-07
* Fix broken list-munging in ecpg's remove_variables().Tom Lane2024-12-01
* Translation updatesPeter Eisentraut2024-11-11
* libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier2024-11-11
* ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier2024-10-23
* Parse libpq's "keepalives" option more like other integer options.Tom Lane2024-10-02
* Translation updatesPeter Eisentraut2024-09-23
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Provide feature-test macros for libpq features added in v17.Tom Lane2024-08-23
* Revert ECPG's use of pnstrdup()Peter Eisentraut2024-08-08
* Translation updatesPeter Eisentraut2024-08-05
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28
* Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas2024-07-26
* Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas2024-07-08
* Fix copy/paste mistake in commentAlvaro Herrera2024-07-04
* Fix copy-paste mistake in PQcancelCreateAlvaro Herrera2024-07-01
* Use PqMsg_* macros in fe-auth.c.Nathan Bossart2024-06-26
* Translation updatesPeter Eisentraut2024-06-24
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* libpq: Some message style normalizationPeter Eisentraut2024-06-13
* libpq: Add missing gettext markersPeter Eisentraut2024-06-12
* libpq: Remove a gettext markerPeter Eisentraut2024-06-12
* Fix typo in error messagePeter Eisentraut2024-06-12
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Fix check for memory allocationDaniel Gustafsson2024-05-27
* Remove race conditions between ECPGdebug() and ecpg_log().Tom Lane2024-05-23
* Translation updatesPeter Eisentraut2024-05-20
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas2024-05-16
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Translation updatesPeter Eisentraut2024-05-06
* Fix comment regarding LibreSSL availabilityDaniel Gustafsson2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* Rename libpq trace internal functionsPeter Eisentraut2024-05-02
* Fix compilation on OpenSSL 1.0.2 and LibreSSLHeikki Linnakangas2024-04-30
* Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas2024-04-29
* libpq: Enforce ALPN in direct SSL connectionsHeikki Linnakangas2024-04-29