]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/libpq-fe.h
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
[postgresql] / src / interfaces / libpq / libpq-fe.h
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-03 Stephen FrostGSSAPI encryption support
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-19 Alvaro Herrerapsql: Show IP address in \conninfo
2018-09-11 Tom LaneAdd PQresultMemorySize function to report allocated...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-02-15 Robert Haaslibpq: Make target_session_attrs=read-write consume...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-29 Robert Haaslibpq: Add target_session_attrs parameter.
2016-04-03 Tom LaneAdd libpq support for recreating an error message with...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-29 Noah MischRevert "Add libpq function PQhostaddr()."
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-23 Robert Haaspg_isready
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Magnus HaganderAdd libpq function PQconninfo()
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
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-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
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...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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 Tom LaneCloser code review for PQconnectionUsedPassword() patch...
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...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
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-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-03-20 Bruce MomjianUpdate comment that pgNotify.be_pid is pid of the notif...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-09 Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
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 LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Tom LaneClean up some random departures from project's standard...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-24 Peter EisentrautAdd macros for error result fields to libpq.
2003-08-13 Tom LaneAdd PQexecPrepared() and PQsendQueryPrepared() function...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
next