aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-fe.h
Commit message (Expand)AuthorAge
* Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane2015-11-07
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add libpq function PQhostaddr().Fujii Masao2014-01-24
* Update copyright for 2014Bruce Momjian2014-01-07
* pg_isreadyRobert Haas2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add libpq function PQconninfo()Magnus Hagander2012-11-30
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane2011-09-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane2010-12-28
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-22
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-05
* Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway2010-01-28
* Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas2010-01-21
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane2009-03-31
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane2008-09-22
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane2007-07-08
* Arrange for the authentication request type to be preserved inJoe Conway2007-07-08
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-18
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-27
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-23
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-21