Commits

DateSubjectAuthorReleases
2024-06-13 Improve the granularity of PQsocketPoll's timeout parameter. Tom Lane 17.0
2024-04-07 Support retrieval of results in chunks with libpq. Tom Lane 17.0
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 14.0
2020-05-16 Fix bugs in OpenSSL hook renaming. Tom Lane 13.0
2019-10-10 Put back pqsignal() as an exported libpq symbol. Tom Lane 12.1
2019-10-10 Put back pqsignal() as an exported libpq symbol. Tom Lane 13.0
2018-09-28 Remove pqsignal() from libpq's official exports list. Tom Lane 12.0
2018-09-11 Add PQresultMemorySize function to report allocated size of a PGresult. Tom Lane 12.0
2016-04-03 Add libpq support for recreating an error message with different verbosity. Tom Lane 9.6.0
2015-11-07 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. Tom Lane 9.5.0
2015-11-07 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. Tom Lane 9.6.0
2015-09-05 Rearrange the handling of error context reports. Tom Lane 9.6.0
2012-08-02 Replace libpq's "row processor" API with a "single row" mode. Tom Lane 9.2.0
2012-08-02 Replace libpq's "row processor" API with a "single row" mode. Tom Lane 9.3.0
2012-04-04 Add a "row processor" API to libpq for better handling of large results. Tom Lane 9.2.0
2009-03-31 Add PQinitOpenSSL() function to support applications that use libcrypto Tom Lane 8.4.0
2008-09-22 Fix dblink_connect() so that it verifies that a password is supplied in the Tom Lane 8.4.0
2008-09-19 Add a PQfireResultCreateEvents function to allow applications to mimic the Tom Lane 8.4.0
2008-09-17 Add an "events" system to libpq, whereby applications can get callbacks that Tom Lane 8.4.0
2007-12-09 Fix up the PQconnectionUsedPassword mess: create a separate Tom Lane 8.3.0
2007-10-13 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the Tom Lane 8.3.0
2006-08-18 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq Tom Lane 8.2.0
2006-05-28 enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, Tom Lane 8.2.0
2006-05-21 Modify libpq's string-escaping routines to be aware of encoding considerations Tom Lane 8.0.8
2006-05-21 Modify libpq's string-escaping routines to be aware of encoding considerations Tom Lane 8.1.4