| Age | Commit message (Expand) | Author |
| 2010-06-23 | Add TCP keepalive support to libpq. | Robert Haas |
| 2010-06-03 | Translation updates for 9.0beta2 | Peter Eisentraut |
| 2010-05-26 | Rearrange libpq's SSL initialization to simplify it and make it handle some | Tom Lane |
| 2010-05-25 | Add missing newlines to some SSL-related error messages. Noted while testing. | Tom Lane |
| 2010-05-13 | Translation update | Peter Eisentraut |
| 2010-05-09 | Adjust comments about avoiding use of printf's %.*s. | Tom Lane |
| 2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
| 2010-04-30 | Fix a couple of places where the result of fgets() wasn't checked. | Tom Lane |
| 2010-04-28 | Fix typo that had the code check the same thing twice. | Magnus Hagander |
| 2010-03-17 | Fix peculiar, untranslatable message concatenation attempt | Peter Eisentraut |
| 2010-03-13 | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian |
| 2010-03-08 | Require hostname to be set when using GSSAPI authentication. Without it, | Magnus Hagander |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-19 | Translation updates for 9.0alpha4 | Peter Eisentraut |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-16 | Have SELECT and CREATE TABLE AS queries return a row count. While this | Bruce Momjian |
| 2010-02-05 | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway |
| 2010-01-28 | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway |
| 2010-01-21 | Fix unsafe loop test, and declare as_ident as bool rather than int. | Robert Haas |
| 2010-01-21 | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas |
| 2010-01-20 | Add user-specific .pg_service.conf file | Peter Eisentraut |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-30 | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane |
| 2009-12-19 | Translation updates | Peter Eisentraut |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-02 | Instead of sending application_name as a SET command after the connection | Tom Lane |
| 2009-11-29 | Error when a specified connection service is not found, instead of ignoring it | Peter Eisentraut |
| 2009-11-29 | Remove prefix "ERROR:" from some messages, to make everything consistent | Peter Eisentraut |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-23 | Add missing library to standalone libpq build on Win32. | Magnus Hagander |
| 2009-10-20 | Translations update for 8.5alpha2 | Peter Eisentraut |
| 2009-09-27 | Make libpq reject non-numeric and out-of-range port numbers with a suitable | Tom Lane |
| 2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-04 | Teach PQescapeByteaConn() to use hex format when the target connection is | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-07-24 | Avoid extra system calls to block SIGPIPE if the platform provides either | Tom Lane |
| 2009-07-13 | Stamp minor library version numbers for 8.5; sorry for the delay. | Bruce Momjian |
| 2009-07-01 | Stamp HEAD as 8.5devel. | Tom Lane |
| 2009-06-26 | Translation updates for 8.4 release. | Peter Eisentraut |
| 2009-06-23 | Properly initialize SSL engines when used from libpq. This is required for | Magnus Hagander |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-10 | Translation updates | Peter Eisentraut |
| 2009-05-27 | Reverting patch just in case a compiler treats this enum as signed. | Michael Meskes |
| 2009-05-21 | Removed comparison of unsigned expression < 0. | Michael Meskes |
| 2009-05-18 | Make pwdfMatchesString() a little more careful about matching * fields. | Tom Lane |
| 2009-05-14 | Translation updates | Alvaro Herrera |
| 2009-05-03 | Fix already-obsolete hint message ... sslverify parameter is no more. | Tom Lane |