]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/exports.txt
libpq: have PQconnectdbParams() and PQpingParams accept "" as default
[postgresql] / src / interfaces / libpq / exports.txt
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2012-11-30 Magnus HaganderAdd libpq function PQconninfo()
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-19 Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-03-19 Tatsuo IshiiAdd libpq new API lo_import_with_oid() which is similar...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-07-08 Joe ConwayArrange for the authentication request type to be prese...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2006-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-05-28 Tom LaneenlargePQExpBuffer, alone among the functions exported...
2006-05-23 Bruce MomjianRemove trailing blank line from exports.txt.
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-10-21 Tom LaneAdd missing PQinitSSL and PQregisterThreadLock to expor...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-16 Tom LaneGenerate the various .def files for libpq DLLs from...