aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* libpq: Discard leading and trailing spaces for parameters and values in URIsMichael Paquier2024-10-06
* ecpg: avoid adding whitespace around '&' in connection URLs.Tom Lane2024-10-04
* Parse libpq's "keepalives" option more like other integer options.Tom Lane2024-10-02
* Simplify checking for xlocale.hPeter Eisentraut2024-10-01
* In passwordFromFile, don't leak the open file after stat failures.Tom Lane2024-09-29
* Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas2024-09-09
* Avoid core dump after getpwuid_r failure.Tom Lane2024-09-08
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Check availability of module injection_points in TAP testsMichael Paquier2024-09-05
* Fix typos in code comments and test dataDaniel Gustafsson2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* More use of getpwuid_r() directlyPeter Eisentraut2024-09-02
* Provide feature-test macros for libpq features added in v17.Tom Lane2024-08-23
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* libpq: Trace all messages received from the serverAlvaro Herrera2024-08-16
* libpq: Fix minor TOCTOU violationPeter Eisentraut2024-08-16
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Clean up indentation and whitespace inconsistencies in ecpg.Tom Lane2024-08-15
* libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera2024-08-14
* libpq: Trace frontend authentication challengesAlvaro Herrera2024-08-12
* Fix inappropriate uses of atol()Peter Eisentraut2024-08-10
* libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctlyAlvaro Herrera2024-08-09
* libpq: Add suppress argument to pqTraceOutputNcharAlvaro Herrera2024-08-08
* Revert ECPG's use of pnstrdup()Peter Eisentraut2024-08-07
* Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut2024-08-03
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Convert some extern variables to static, Windows codePeter Eisentraut2024-08-01
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28
* Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas2024-07-26
* Add test for early backend startup errorsHeikki Linnakangas2024-07-26
* Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas2024-07-26
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas2024-07-08
* Fix copy/paste mistake in commentAlvaro Herrera2024-07-04
* Clean up more unused variables in perl codeMichael Paquier2024-07-03
* Fix overflow in parsing of positional parameterPeter Eisentraut2024-07-02
* 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