| Commit message (Expand) | Author | Age |
* | Fix peculiar, untranslatable message concatenation attempt | Peter Eisentraut | 2010-03-17 |
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 |
* | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | 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 user-specific .pg_service.conf file | Peter Eisentraut | 2010-01-20 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Instead of sending application_name as a SET command after the connection | Tom Lane | 2009-12-02 |
* | 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-29 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Make libpq reject non-numeric and out-of-range port numbers with a suitable | Tom Lane | 2009-09-27 |
* | Avoid extra system calls to block SIGPIPE if the platform provides either | Tom Lane | 2009-07-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Make pwdfMatchesString() a little more careful about matching * fields. | Tom Lane | 2009-05-18 |
* | Remove sslverify parameter again, replacing it with two new sslmode values: | Magnus Hagander | 2009-04-24 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support specifying filename for SSL certificate, key, root certificate store | Magnus Hagander | 2008-12-15 |
* | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane | 2008-11-26 |
* | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane | 2008-11-25 |
* | Fix libpq certificate validation for SSL connections. | Magnus Hagander | 2008-11-13 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Fix incorrect comment in SSL code | Magnus Hagander | 2008-11-03 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander | 2008-10-27 |
* | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander | 2008-10-23 |
* | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane | 2008-09-22 |
* | 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 |
* | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane | 2008-05-29 |
* | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander | 2008-05-16 |
* | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane | 2008-03-31 |
* | Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; | Tom Lane | 2008-01-29 |
* | 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 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander | 2007-10-09 |
* | Use PQExpBuffer for error message in fe-auth.c. | Magnus Hagander | 2007-07-23 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander | 2007-07-11 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | 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 |
* | Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the | Magnus Hagander | 2007-03-08 |
* | Add comment that on Win32, we don't need to check the .pgpass file | Bruce Momjian | 2007-02-20 |
* | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 |
* | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 |