summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-fe.h
AgeCommit message (Expand)Author
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
2025-02-24oauth: Fix incorrect const markers in structDaniel Gustafsson
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-06libpq: Handle asynchronous actions during SASLDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-18libpq: Add service name to PGconn and PQservice()Michael Paquier
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-08-23Provide feature-test macros for libpq features added in v17.Tom Lane
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-04Fix old, misleading comment for PGRES_POLLING_ACTIVE.Robert Haas
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-11Add missing connection statuses to docsAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-03-29Enable SSL library detection via PQsslAttribute()Daniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-29Add PQsendFlushRequest to libpqAlvaro Herrera
2021-06-19Provide feature-test macros for libpq features added in v14.Tom Lane
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03Extend the abilities of libpq's target_session_attrs parameter.Tom Lane
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-16Fix bugs in OpenSSL hook renaming.Tom Lane
2020-05-16Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-17Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"Andrew Dunstan
2020-04-17Only provide new libpq sslpasskey hook for openssl-enabled buildsAndrew Dunstan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-07Remove PQsslpassword functionAndrew Dunstan
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-09-10Restructure libpq code to remove some duplicityAlvaro Herrera
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane