| Age | Commit message (Expand) | Author |
| 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 |
| 2009-04-24 | Remove sslverify parameter again, replacing it with two new sslmode values: | Magnus Hagander |
| 2009-04-19 | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane |
| 2009-04-14 | Add libpq error message text on how to handle missing root.crt file. | Bruce Momjian |
| 2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
| 2009-03-31 | Add PQinitOpenSSL() function to support applications that use libcrypto | Tom Lane |
| 2009-03-28 | Clarify variable naming: pq_initssllib -> pq_init_ssl_lib | Bruce Momjian |
| 2009-03-28 | Better document PQinitSSL(0) behavior in regards to libcrypto. | Bruce Momjian |
| 2009-03-22 | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane |
| 2009-01-28 | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander |