| Commit message (Expand) | Author | Age |
* | Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. | Tom Lane | 2015-11-07 |
* | Add API functions to libpq to interrogate SSL related stuff. | Heikki Linnakangas | 2015-02-03 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Revert "Add libpq function PQhostaddr()." | Noah Misch | 2014-11-29 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Add libpq function PQhostaddr(). | Fujii Masao | 2014-01-24 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | pg_isready | Robert Haas | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Add libpq function PQconninfo() | Magnus Hagander | 2012-11-30 |
* | Autoconfiscate selection of 64-bit int type for 64-bit large object API. | Tom Lane | 2012-10-07 |
* | Add API for 64-bit large object access. Now users can access up to | Tatsuo Ishii | 2012-10-07 |
* | Replace libpq's "row processor" API with a "single row" mode. | Tom Lane | 2012-08-02 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Add a "row processor" API to libpq for better handling of large results. | Tom Lane | 2012-04-04 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. | Tom Lane | 2011-09-25 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Fix ill-advised placement of PGRES_COPY_BOTH enum value. | Tom Lane | 2010-12-28 |
* | Add PQlibVersion() function to libpq | Magnus Hagander | 2010-12-22 |
* | Allow bidirectional copy messages in streaming replication mode. | Robert Haas | 2010-12-11 |
* | Rewrite PQping to be more like what we agreed to last week. | Tom Lane | 2010-11-27 |
* | Add PQping and PQpingParams to libpq to allow detection of the server's | Bruce Momjian | 2010-11-25 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 |
* | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway | 2010-01-28 |
* | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas | 2010-01-21 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add PQinitOpenSSL() function to support applications that use libcrypto | Tom Lane | 2009-03-31 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane | 2008-09-22 |
* | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 |
* | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii | 2008-03-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane | 2007-07-08 |
* | Arrange for the authentication request type to be preserved in | Joe Conway | 2007-07-08 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 |
* | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 |
* | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 |
* | Add PQescapeIdentifier() to libpq | Bruce Momjian | 2006-06-27 |
* | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 |
* | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 |