index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
exports.txt
Age
Commit message (
Expand
)
Author
2025-05-01
oauth: Move the builtin flow into a separate module
Jacob Champion
2025-02-24
libpq: Add PQfullProtocolVersion to exports.txt
Robert Haas
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2024-12-18
libpq: Add service name to PGconn and PQservice()
Michael Paquier
2024-06-13
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-04-07
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-02
Expose PQsocketPoll via libpq
Robert Haas
2024-03-12
libpq: Add encrypted and non-blocking query cancellation routines
Alvaro Herrera
2024-01-16
libpq: Add PQsendPipelineSync()
Michael Paquier
2024-01-09
Add new function, PQchangePassword(), to libpq
Joe Conway
2023-07-04
libpq: Add support for Close on portals and statements
Michael Paquier
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2021-06-29
Add PQsendFlushRequest to libpq
Alvaro Herrera
2021-06-11
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-03-30
Improve PQtrace() output format
Alvaro Herrera
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2020-05-16
Fix bugs in OpenSSL hook renaming.
Tom Lane
2019-12-07
Remove PQsslpassword function
Andrew Dunstan
2019-11-30
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-10-10
Put back pqsignal() as an exported libpq symbol.
Tom Lane
2019-04-03
GSSAPI encryption support
Stephen Frost
2018-11-19
psql: Show IP address in \conninfo
Alvaro Herrera
2018-09-28
Remove pqsignal() from libpq's official exports list.
Tom Lane
2018-09-11
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2016-04-03
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2015-11-07
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2014-11-29
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-01-23
Add libpq function PQhostaddr().
Fujii Masao
2012-11-30
Add libpq function PQconninfo()
Magnus Hagander
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-04-04
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2010-12-22
Add PQlibVersion() function to libpq
Magnus Hagander
2010-11-25
Add PQping and PQpingParams to libpq to allow detection of the server's
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-28
Introduce two new libpq connection functions, PQconnectdbParams and
Joe Conway
2010-01-21
Add new escaping functions PQescapeLiteral and PQescapeIdentifier.
Robert Haas
2009-03-31
Add PQinitOpenSSL() function to support applications that use libcrypto
Tom Lane
2008-09-22
Fix dblink_connect() so that it verifies that a password is supplied in the
Tom Lane
2008-09-19
Add a PQfireResultCreateEvents function to allow applications to mimic the
Tom Lane
2008-09-17
Add an "events" system to libpq, whereby applications can get callbacks that
Tom Lane
2008-03-19
Add libpq new API lo_import_with_oid() which is similar to lo_import()
Tatsuo Ishii
2007-12-09
Fix up the PQconnectionUsedPassword mess: create a separate
Tom Lane
2007-10-13
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
[next]