aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas2025-04-02
* libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas2025-04-02
* Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut2025-03-28
* Tidy up locale thread safety in ECPG library.Peter Eisentraut2025-03-28
* libpq: Add TAP tests for service files and namesMichael Paquier2025-03-27
* Move GSSAPI includes into its own headerDaniel Gustafsson2025-03-26
* libpq: Deprecate pg_int64.Thomas Munro2025-03-25
* Fix "make clean" for new TAP suite.Noah Misch2025-03-23
* Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut2025-03-20
* Fix compiler warning for commit 434dbf69.Thomas Munro2025-03-19
* oauth: Simplify copy of PGoauthBearerRequestThomas Munro2025-03-19
* oauth: Fix postcondition for set_timer on macOSThomas Munro2025-03-19
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Update nls.mk for newly added filePeter Eisentraut2025-03-11
* ecpg: Fix compiler warning in ecpg build with Meson.Fujii Masao2025-03-06
* Add .gitignore entry for ecpg test detritus.Tom Lane2025-03-04
* ecpg: Add TAP test for the ecpg command.Fujii Masao2025-03-04
* Work around OAuth/EVFILT_TIMER quirk on NetBSD.Thomas Munro2025-03-01
* oauth: Rename macro to avoid collisions on WindowsDaniel Gustafsson2025-02-24
* oauth: Fix incorrect const markers in structDaniel Gustafsson2025-02-24
* libpq: Trace all NegotiateProtocolVersion fieldsRobert Haas2025-02-24
* libpq: Add PQfullProtocolVersion to exports.txtRobert Haas2025-02-24
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Make escaping functions retain trailing bytes of an invalid character.Tom Lane2025-02-15
* Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund2025-02-14
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Remove unnecessary (char *) casts [string]Peter Eisentraut2025-02-12
* Fix handling of invalidly encoded data in escaping functionsAndres Freund2025-02-10
* libpq: Handle asynchronous actions during SASLDaniel Gustafsson2025-02-06
* Remove support for linking with libeay32 and ssleay32Daniel Gustafsson2025-02-06
* meson: Add missing dependencies for libpq testsAndres Freund2025-02-04
* meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund2025-02-04
* require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson2025-01-31
* Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch2025-01-25
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Fix error handling of pg_b64_decode()Peter Eisentraut2025-01-16
* IWYU widely useful pragmasPeter Eisentraut2025-01-15
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* 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
* Update copyright for 2025Bruce Momjian2025-01-01
* Partial pgindent of .l and .y filesPeter Eisentraut2024-12-25
* libpq: Add service name to PGconn and PQservice()Michael Paquier2024-12-18
* Fix printf format string warning on MinGW.Thomas Munro2024-12-06
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Fix broken list-munging in ecpg's remove_variables().Tom Lane2024-12-01