Commits

DateSubjectAuthorReleases
2010-01-21 Add new escaping functions PQescapeLiteral and PQescapeIdentifier. Robert Haas 9.0.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
2008-03-19 Add libpq new API lo_import_with_oid() which is similar to lo_import() Tatsuo Ishii 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
2007-07-08 Arrange for the authentication request type to be preserved in Joe Conway 8.3.0
2007-03-03 Add lo_truncate() to backend and libpq for large object truncation. Bruce Momjian 8.3.0
2006-08-18 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq Tom Lane 8.2.0
2006-07-04 Remove libpq's PQescapeIdentifier(), not safe from injection attacks. Bruce Momjian 8.2.0
2006-06-27 Add PQescapeIdentifier() to libpq Bruce Momjian 8.2.0
2006-05-28 enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, Tom Lane 8.2.0
2006-05-23 Remove trailing blank line from exports.txt. Bruce Momjian 8.2.0
2006-05-23 Add PQisthreadsafe() to libpq, to allow library applications to query Bruce Momjian 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
2006-05-21 Modify libpq's string-escaping routines to be aware of encoding considerations Tom Lane 8.2.0
2005-12-26 Rename pg_make_encrypted_password to PQencryptPassword. Peter Eisentraut 8.2.0
2005-12-23 Add an officially exported libpq function to encrypt passwords, and Tom Lane 8.2.0
2005-10-21 Add missing PQinitSSL and PQregisterThreadLock to exports.txt. Tom Lane 8.1.0
2005-06-13 Adjust lo_open() so that specifying INV_READ without INV_WRITE creates Tom Lane 8.1.0
2004-10-30 Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. Tom Lane 8.0.0
2004-10-18 Add PQprepare/PQsendPrepared functions to libpq to support preparing Tom Lane 8.0.0