summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/exports.txt
AgeCommit message (Expand)Author
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-02-24libpq: Add PQfullProtocolVersion to exports.txtRobert Haas
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2024-12-18libpq: Add service name to PGconn and PQservice()Michael Paquier
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
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
2021-06-29Add PQsendFlushRequest to libpqAlvaro Herrera
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
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
2020-05-16Fix bugs in OpenSSL hook renaming.Tom Lane
2019-12-07Remove PQsslpassword functionAndrew Dunstan
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-10-10Put back pqsignal() as an exported libpq symbol.Tom Lane
2019-04-03GSSAPI encryption supportStephen Frost
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-09-28Remove pqsignal() from libpq's official exports list.Tom Lane
2018-09-11Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-01-23Add libpq function PQhostaddr().Fujii Masao
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2010-12-22Add PQlibVersion() function to libpqMagnus Hagander
2010-11-25Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2009-03-31Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-19Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-03-19Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane